much better let scoping without wrapping functions #52 #49 #24

This commit is contained in:
Sebastian McKenzie
2014-10-13 04:37:28 +11:00
parent 5ed049cc24
commit da4a5d48ad
38 changed files with 363 additions and 47 deletions

View File

@@ -0,0 +1,4 @@
function nestedFunction3() {
let let_x = 'let x';
function function_foo() { }
}