chore(deps): update dependency @lezer/generator to v1.8.0 #231
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.3->1.8.0Release Notes
lezer-parser/generator (@lezer/generator)
v1.8.0Compare Source
New features
@specializeand@extendnow accept concatenated literal expressions for the token content.@external tokensdeclarations now support@conflict { some, tokens }declarations to check that they are never used in a context that also allows those tokens.v1.7.3Compare Source
Bug fixes
Fix an issue where specializations of local tokens were sometimes not assigned to the proper group, breaking parsing of such tokens.
v1.7.2Compare Source
Bug fixes
Fix an issue where the terms file could contain tokens named
evalorarguments, which isn't allowed in strict mode.The Rollup plugin will now ignore sources starting with null characters in its resolve hook.
v1.7.1Compare Source
Bug fixes
Fix a bug that broken references to tokens in local token groups.
v1.7.0Compare Source
Bug fixes
Include type declarations for the Rollup plugin.
Named or
@export-ed specialized tokens are now available in the terms file.New features
The generator now emits a warning when rules generate a lot of different variants (usually due to a combinatory explosion of
?and|operators).v1.6.0Compare Source
Bug fixes
Fix an issue where the generator could output invalid JavaScript when a specialization used a string that started with a number.
Adjust TypeScript output to compile with recent tsc versions. Add a test for zero-length node mounts
New features
Support an
exportNameoption to the Rollup plugin.v1.5.1Compare Source
Bug fixes
Fix a quadratic complexity in state merging.
v1.5.0Compare Source
Bug fixes
Fix a build issue that made the ES version of the Rollup plugin fail to load.
New features
The new
typeScriptoption tobuildParserFile(and--typeScriptoption to lezer-generator) makes the tool emit TypeScript code.v1.4.2Compare Source
Bug fixes
Fix a regression in the build process that caused the Rollup plugin to not be part of the npm package.
v1.4.1Compare Source
Bug fixes
Make this package usable in TypeScript setups with node16/nodenext resolution.
v1.4.0Compare Source
New features
BuildOptions.contextTrackernow takes a function, so that the code that produces it has access to the term IDs.v1.3.0Compare Source
New features
The test utilities can now be imported as
"@​lezer/generator/test".v1.2.4Compare Source
Bug fixes
Fix a bug where precedences specified for local tokens were not properly applied.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.