Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Use distutils.
|
|
Remove old code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
tools/js-optimizer.js
|
|
This allows us to preserve more line numbers when debugging.
|
|
|
|
|
|
This allows us to use strict comparisons on the node type.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
emcc
tools/js-optimizer.js
tools/js_optimizer.py
|
|
|
|
|
|
|
|
|
|
|
|
Makes for an easier-to-review pull request.
|
|
NodeWithToken is a string-like type produced by the parser during 'embed
tokens' mode, which allows us to track line numbers.
|
|
Line numbering of exceptions now work (better) in optimized mode.
|
|
|
|
minorly increases code size by changing addition order against the grain of operator precedence
|
|
|
|
|
|
|
|
|
|
is being replaced and adds much overhead
|
|
|
|
|
|
|
|
|