Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Conversation

rickbutton
Copy link
Member

fixes #84
fixes #46


Using the `__proto__` identifier as a property is prevented in syntax. See [issue #46](https://github.com/tc39/proposal-record-tuple/issues/46) for more discussion.
```js
const x = #{ __proto__: foo }; // SyntaxError, __proto__ identifier prevented by syntax
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be taken in account in #95

@rricard rricard merged commit 581682c into master Mar 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Holes in Tuples Will __proto__ be treated as prototype for records?
2 participants