UglifyJS/test/input
Alex Lam S.L 9bf72cf758 improve parser under "use strict" (#1836)
- `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
2017-04-23 20:05:22 +08:00
..
comments Make all comment options in cli available in js api 2016-09-06 17:54:45 +02:00
global_defs enhance global_defs 2017-02-21 13:29:58 +08:00
invalid improve parser under "use strict" (#1836) 2017-04-23 20:05:22 +08:00
issue-520 allow --in-source-map inline (#1490) 2017-02-25 04:11:21 +08:00
issue-1236 Moved test input files to test/input. 2016-08-14 21:40:14 +02:00
issue-1242 Add input file glob support to minify() 2016-08-14 21:46:38 +02:00
issue-1323 Add an option for writing inline source map 2016-10-23 21:21:39 +02:00
issue-1431 fix mangling collision with keep_fnames (#1431) 2017-01-26 12:18:28 +01:00
issue-1482 improve --beautify bracketize 2017-02-21 13:29:58 +08:00
issue-1632 fix a bug in simple_glob (#1632) 2017-03-23 06:11:16 +08:00