pegjs/spec/unit/compiler/passes
David Majda d00e9526c3 Minimize variable scope
Where possible, move "let" statements into inner blocks, loop headers,
etc.

See #442.
2016-09-09 12:42:20 +02:00
..
generate-bytecode.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00
helpers.js Minimize variable scope 2016-09-09 12:42:20 +02:00
remove-proxy-rules.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00
report-duplicate-labels.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00
report-duplicate-rules.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00
report-infinite-recursion.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00
report-infinite-repetition.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00
report-undefined-rules.spec.js Replace "var" with "let" & "const" 2016-09-09 10:44:00 +02:00