This repository was archived by the owner on Apr 15, 2026. It is now read-only.
0.15.0
## 0.15.0 (2021-08-11) ### Breaking changes The module's name changed from `lezer-generator` to `@lezer/generator`. Nested parsers can no longer be specified in the grammar (they must now be set up programmatically). ### Bug fixes Fix an issue where newlines in string tokens could silently corrupt the token. Handle alternative output file extensions more gracefully. ### New features `@export` props may now have a value to set a specific export name. ## ,### Breaking changes The module's name changed from `lezer-generator` to `@lezer/generator`. Nested parsers can no longer be specified in the grammar (they must now be set up programmatically). ### Bug fixes Fix an issue where newlines in string tokens could silently corrupt the token. Handle alternative output file extensions more gracefully. ### New features `@export` props may now have a value to set a specific export name.