Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ES2015 Temporal Dead Zone (TDZ) for const & let #969

Open
p-bakker opened this issue Jun 29, 2021 · 1 comment
Open

Implement ES2015 Temporal Dead Zone (TDZ) for const & let #969

p-bakker opened this issue Jun 29, 2021 · 1 comment
Labels
behavior block-scope Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec
Milestone

Comments

@p-bakker
Copy link
Collaborator

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let#temporal_dead_zone_tdz

const part of this case depends or is closely related to #939

@p-bakker p-bakker added this to the ES2015 milestone Jun 29, 2021
@p-bakker p-bakker changed the title Implement Temporal Dead Zone (TDZ) for const & let Implement ES2015 Temporal Dead Zone (TDZ) for const & let Jun 29, 2021
@p-bakker
Copy link
Collaborator Author

Also see #326 (comment)

@p-bakker p-bakker added the Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
behavior block-scope Ecma Incompatibility Issues about Rhino being incompatible with the EcmaScript spec
Projects
None yet
Development

No branches or pull requests

1 participant