https://github.com/mishoo/UglifyJS
Revision 8223b2e0db4cc41d467d9b94b05511a36c320184 authored by Alex Lam S.L on 15 March 2017, 10:44:13 UTC, committed by GitHub on 15 March 2017, 10:44:13 UTC
Liberal use of `Compressor.transform()` and `AST_Node.optimize()` presents an issue for look-up operations like `TreeWalker.in_boolean_context()` and `TreeWalker.parent()`.

This is an incremental fix such that `AST_Node.optimize()` would now contain the correct stack information when called correctly.
1 parent 381bd38
History
Tip revision: 8223b2e0db4cc41d467d9b94b05511a36c320184 authored by Alex Lam S.L on 15 March 2017, 10:44:13 UTC
fix `AST_Node.optimize()` (#1602)
Tip revision: 8223b2e
File Mode Size
.github
bin
lib
test
tools
.gitattributes -rw-r--r-- 20 bytes
.gitignore -rw-r--r-- 35 bytes
.travis.yml -rw-r--r-- 191 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 40.2 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.3 KB

README.md

back to top