ericmckean / traceur-compiler

Automatically exported from code.google.com/p/traceur-compiler
Apache License 2.0
0 stars 0 forks source link

Support extended unicode literals #216

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    "\u{1F638}" === "\uD83D\uDE01" === "😁"

should work.

Original issue reported on code.google.com by dome...@domenicdenicola.com on 4 Mar 2013 at 6:26