You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Majda d00e9526c3 Minimize variable scope
Where possible, move "let" statements into inner blocks, loop headers,
etc.

See #442.
8 years ago
..
generate-bytecode.js Minimize variable scope 8 years ago
generate-js.js Minimize variable scope 8 years ago
remove-proxy-rules.js Replace "var" with "let" & "const" 8 years ago
report-duplicate-labels.js Replace "var" with "let" & "const" 8 years ago
report-duplicate-rules.js Replace "var" with "let" & "const" 8 years ago
report-infinite-recursion.js Replace "var" with "let" & "const" 8 years ago
report-infinite-repetition.js Replace "var" with "let" & "const" 8 years ago
report-undefined-rules.js Replace "var" with "let" & "const" 8 years ago