-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read property '_walk' of null #1609
Comments
Interesting - disabling either |
alexlamsl
added a commit
to alexlamsl/UglifyJS
that referenced
this issue
Mar 16, 2017
`reduce_vars` enables substitution of variables but did not clone the value's `AST_Node`. This confuses `collapse_vars` and result in invalid AST and subsequent crash. fixes mishoo#1609
Merged
alexlamsl
added a commit
that referenced
this issue
Mar 16, 2017
`reduce_vars` enables substitution of variables but did not clone the value's `AST_Node`. This confuses `collapse_vars` and result in invalid AST and subsequent crash. fixes #1609
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:
uglify-js 2.8.12
CLI:
uglifyjs test.js -c -m
Minimal example:
Error output:
The text was updated successfully, but these errors were encountered: