Transpile unicode point escapes in string literals
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 874
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
[Spec](https://tc39.github.io/ecma262/#sec-literals-string-literals). Example:
```js
'\u{1d306}' == '\ud834\udf06'
```
See also #73.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.