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
Projects
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 this to To do in v2.0.0 via automation Oct 14, 2021
@p-bakker p-bakker moved this from To do to features in v2.0.0 Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
v2.0.0
To do: features
Development

No branches or pull requests

1 participant