This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
test
/
fixtures
/
transformation
/
es6-block-scoping-tdz-pass
/
update.js
Sebastian McKenzie
eb14f1da00
implement optional TDZ -
fixes
#563
2015-02-08 01:27:22 +11:00
4 lines
36 B
JavaScript
Raw
Blame
History
let
a
=
1
;
a
++
;
assert
.
equal
(
a
,
2
)
;
Reference in New Issue
View Git Blame
Copy Permalink