Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upTDZ is not enforced within initializer of lexical declaration #2637
Comments
jugglinmike
added
the
ES6
label
Aug 23, 2015
jugglinmike
referenced this issue
Aug 23, 2015
Closed
[[FIX]] Allow latedef in the initialiser of variable #2632
lukeapage
added
the
P3
label
Sep 6, 2015
added a commit
to nicolo-ribaudo/jshint
that referenced
this issue
Sep 21, 2015
nicolo-ribaudo
referenced this issue
Sep 21, 2015
Closed
[[FIX]] Enforce TDZ within initializer of lexical declaration #2688
jugglinmike
referenced this issue
Oct 25, 2015
Merged
Enforce TDZ within initializer of lexical declaration (refactored) #2733
added a commit
to jugglinmike/jshint
that referenced
this issue
Sep 11, 2016
rwaldron
closed this
in
#2733
Oct 18, 2016
added a commit
that referenced
this issue
Oct 18, 2016
added a commit
to jugglinmike/jshint
that referenced
this issue
Nov 13, 2016
BryanDonovan
referenced this issue
Jan 26, 2017
Closed
Update dependency jshint to version 2.9.4 #85
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jugglinmike commentedAug 23, 2015
The following code should produce error E056 but currently does not:
See also: gh-2632