Files
UglifyJS/test/mocha
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
..
2016-07-12 00:08:35 +02:00
2016-06-20 18:42:17 +02:00
2016-06-22 12:23:37 +02:00
2016-06-30 22:12:50 +02:00
2016-07-21 16:50:32 +02:00
2016-07-17 00:36:42 +02:00