https://github.com/mishoo/UglifyJS
Revision e76fb354eb62d8e7b6968f1f77cfbb219814cea3 authored by Alex Lam S.L on 26 March 2017, 10:08:44 UTC, committed by GitHub on 26 March 2017, 10:08:44 UTC
Conditions including strict mode would make `delete` return `true` or `false`, and are too complex to be evaluated by the compressor.

Suppress assignment folding into said operator.

fixes #1685
1 parent 3276740
History
Tip revision: e76fb354eb62d8e7b6968f1f77cfbb219814cea3 authored by Alex Lam S.L on 26 March 2017, 10:08:44 UTC
fix `cascade` on `delete` operator (#1687)
Tip revision: e76fb35
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-- 181 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 40.5 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.2 KB

README.md

back to top