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.
bdf91b5941
This is purely a mechanical change, not taking advantage of block scope of "let" and "const". Minimizing variable scope will come in the next commit. In general, "var" is converted into "let" and "const" is used only for immutable variables of permanent character (generally spelled in ALL_CAPS). Using it for any immutable variable regardless on its permanence would feel confusing. Any code which is not transpiled and needs to run in ES6 environment (examples, code in grammars embedded in specs, ...) is kept unchanged. This is also true for code generated by PEG.js. See #442. |
8 years ago | |
---|---|---|
.. | ||
passes | 8 years ago | |
asts.js | 8 years ago | |
index.js | 8 years ago | |
js.js | 8 years ago | |
opcodes.js | 8 years ago | |
visitor.js | 8 years ago |