bublejs / buble

https://buble.surge.sh
MIT License
871 stars 67 forks source link

Transpile unicode point escapes in string literals #75

Open adrianheine opened 6 years ago

adrianheine commented 6 years ago

Spec. Example:

'\u{1d306}' == '\ud834\udf06'

See also #73.