https://github.com/mishoo/UglifyJS
Revision 9bf72cf75822044ae314b4646db9aefb1bd38284 authored by Alex Lam S.L on 23 April 2017, 12:05:22 UTC, committed by GitHub on 23 April 2017, 12:05:22 UTC
- `const` without value
- `delete` of expression
- redefining `arguments` or `eval`

extend `test/ufuzz.js`
- optionally generate "use strict"
- improve handling of test cases with syntax errors
- group IIFE generation
- generate bare anonymous functions
- workaround `console.log()` for `new function()`
- generate expressions with `this`


fixes #1810
1 parent 64d7443
History
Tip revision: 9bf72cf75822044ae314b4646db9aefb1bd38284 authored by Alex Lam S.L on 23 April 2017, 12:05:22 UTC
improve parser under "use strict" (#1836)
Tip revision: 9bf72cf
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.6 KB
appveyor.yml -rw-r--r-- 350 bytes
package.json -rw-r--r-- 1.2 KB

README.md

back to top