v0.2.0
🚨 Breaking
- Changed
target
valueESNext
toES2025
. The features used are all slated for ES2025.
🐞 Fixes
- Error for unsupported grapheme boundary
\y
,\Y
. - Error for unsupported octal UTF-encoded bytes above
\177
. - Error for incomplete, invalid, or unsupported octal code point
\o{…}
.