polygonplanet / Chiffon

A small ECMAScript parser, tokenizer and minifier written in JavaScript.
https://polygonplanet.github.io/Chiffon/demo/javascript-parser-demo.html
MIT License
55 stars 4 forks source link

Doesn't work with unicode Code Point Escape Sequence #8

Open ghost opened 8 years ago

ghost commented 8 years ago

Tried this on the online demo as well, and can't get it working.

ES6 - unicode Code Point Escape Sequence

\u{714E}\\u{8336}\

and similar. All throws

polygonplanet commented 7 years ago
\u{714E}\\u{8336}\

is inclues invalid token \ Is this sample really like followings?

\u{714E}\u{8336}