bublejs / buble

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

Transpile previously-invalid identifiers #73

Open adrianheine opened 6 years ago

adrianheine commented 6 years ago

Both unicode point escapes …

var \u{102C0} = { \u{102C0} : 2 };

… and non-ascii characters …

var 𐋀;

are supported now.