Update syntax.grammar.d.ts #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I use lang-example. syntax.grammar.d.ts file will throw the warning message, "Cannot find module 'lezer' or its corresponding type declarations.ts.". So I update 'lezer' module to "@lezer/LRParser" to fix this issue.
Thanks!