Revision ff289b90a92739641dcb7fc7f6c8ecf8ee74d15f authored by Alex Lam S.L on 05 April 2017, 13:06:42 UTC, committed by GitHub on 05 April 2017, 13:06:42 UTC
Although it would be nice to enforce `AST_Node` cloning during transformation, that ship has sailed a long time ago.

We now get the assigned value when resolving `AST_SymbolRef` instead of `reset_opt_flags()`, which has the added advantage of improved compressor efficiency.

fixes #1787
1 parent 9b6bc67
History
File Mode Size
ast.js -rw-r--r-- 34.0 KB
compress.js -rw-r--r-- 167.0 KB
mozilla-ast.js -rw-r--r-- 21.5 KB
output.js -rw-r--r-- 46.8 KB
parse.js -rw-r--r-- 55.4 KB
propmangle.js -rw-r--r-- 8.7 KB
scope.js -rw-r--r-- 23.0 KB
sourcemap.js -rw-r--r-- 3.6 KB
transform.js -rw-r--r-- 6.8 KB
utils.js -rw-r--r-- 10.8 KB

back to top