https://github.com/mishoo/UglifyJS
Revision dee5a27516cb574dda5fc3d23a64344f0ea654b6 authored by Alex Lam S.L on 06 May 2017, 08:15:43 UTC, committed by GitHub on 06 May 2017, 08:15:43 UTC
- extend expression types
  - `a++`
  - `a=x;`
- extend scan range
  - `for(init;;);`
  - `switch(expr){case expr:}`
  - `a = x; a = a || y;`
- terminate upon `debugger;`

closes #1821
fixes #27
fixes #315
fixes #1858
1 parent 5a25d24
History
Tip revision: dee5a27516cb574dda5fc3d23a64344f0ea654b6 authored by Alex Lam S.L on 06 May 2017, 08:15:43 UTC
enhance `collapse_vars` (#1862)
Tip revision: dee5a27
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