This repository was archived by the owner on Apr 15, 2026. It is now read-only.
1.4.1
### Bug fixes Fix a bug where something like `yield [1]` (or `await`) was parsed as a member expression. Add support for `yield*` syntax. Escapes in strings are now parsed as their own tokens (and styled with the `escape` tag).