https://github.com/mishoo/UglifyJS
Revision 24bc09b79bf9ca3a09eef4f536e7637568f7097a authored by Richard van Velzen on 23 October 2014, 14:16:19 UTC, committed by Richard van Velzen on 04 January 2015, 14:01:55 UTC
`\uFEFF` (ZERO WIDTH NO-BREAK SPACE) is removed when parsing, but was
un-escaped for the output when `ascii_only` was false.

When using
UglifyJS multiple times (creating packages from minified sources, for
example), this would lead to problems because the byte was removed when
parsing for the second time.
1 parent 37c17d5
History
Tip revision: 24bc09b79bf9ca3a09eef4f536e7637568f7097a authored by Richard van Velzen on 23 October 2014, 14:16:19 UTC
Fix #556
Tip revision: 24bc09b
File Mode Size
bin
lib
test
tools
.gitignore -rw-r--r-- 19 bytes
.travis.yml -rw-r--r-- 102 bytes
LICENSE -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 26.7 KB
package.json -rw-r--r-- 1016 bytes

README.md

back to top