https://github.com/mishoo/UglifyJS
Revision 3ca902258c24209699f0b5bd5b9654252e492272 authored by Alex Lam S.L on 13 May 2017, 18:10:34 UTC, committed by GitHub on 13 May 2017, 18:10:34 UTC
- `reduce_vars`
- `side_effects`
- property access for object
- `AST_SymbolAccessor` as key names

enhance `test/ufuzz.js`
- add object getter & setter
  - property assignment to setter
  - avoid infinite recursion in setter
- fix & adjust assignment operators
  - 50% `=`
  - 25% `+=`
  - 2.5% each for the rest
- avoid "Invalid array length"
- fix `console.log()`
  - bypass getter
  - curb recursive reference
- deprecate `-E`, always report runtime errors
1 parent fd09512
History
Tip revision: 3ca902258c24209699f0b5bd5b9654252e492272 authored by Alex Lam S.L on 13 May 2017, 18:10:34 UTC
fix bugs with getter/setter (#1926)
Tip revision: 3ca9022
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-- 31.2 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.2 KB

README.md

back to top