516023546d
Use one var/let/const per variable, but only for initialized variables. Uninitialized variables are still grouped into one var/let/const declaration as I don't see any value in separating them. This approach reflects the fact that initialized and uninitialized var/let/const declarations are really two different things. See #443. |
||
---|---|---|
.. | ||
passes | ||
asts.js | ||
index.js | ||
js.js | ||
opcodes.js | ||
visitor.js |