UglifyJS/lib
Richard van Velzen 24bc09b79b Fix #556
`\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.
2015-01-04 15:01:55 +01:00
..
ast.js Allow colons in the pairs passed to AST_Toplevel.wrap_enclose 2014-03-22 18:02:21 -07:00
compress.js Fix #569 2015-01-04 13:37:59 +01:00
mozilla-ast.js Added generative testing for AST conversions. 2014-08-03 20:48:59 +03:00
output.js Fix #556 2015-01-04 15:01:55 +01:00
parse.js Add option to allow return outside of functions. 2014-10-20 18:12:13 +03:00
scope.js fix base54 2014-12-01 13:16:44 +08:00
sourcemap.js Use uglify source map token names if missing 2014-09-09 13:02:50 +02:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js semicolons 2013-12-10 20:24:27 +02:00