UglifyJS/test
Anthony Van de Gejuchte 27d3669800 Don't allow escaped surrogated identifiers + introduce ascii_identifiers
Don't use 2 characters for surrogates in identifiers because there is
support for the \u{} syntax when escaped identifiers were introduced.

Also catch eof errors while reading identifier names

Introduce ascii_identifiers:

By setting ascii_identifiers to undefined (default value),
ascii_identifiers will print identifiers using the same setting as
ascii_only within the limits of the ecmascript 6 grammar.

ascii_identifiers accept true and false, allowing identifiers to be
printed under different settings than strings with the ascii_only setting.
2016-08-14 21:36:06 +02:00
..
compress Don't allow escaped surrogated identifiers + introduce ascii_identifiers 2016-08-14 21:36:06 +02:00
mocha Don't allow escaped surrogated identifiers + introduce ascii_identifiers 2016-08-14 21:36:06 +02:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
parser.js Allow expand in array literals 2016-06-19 20:49:18 +02:00
run-tests.js Merge branch 'master' into fix-harmony 2016-06-20 19:21:25 +02:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00