Add indentation-aware TokenBuilder and Lexer #2419
Annotations
10 errors and 1 warning
packages/langium/src/parser/token-builder.ts#L195
Cannot find name 'createToken'.
|
packages/langium/src/parser/token-builder.ts#L201
Cannot find name 'createToken'.
|
packages/langium/src/parser/token-builder.ts#L208
Cannot find namespace 'GrammarAST'.
|
packages/langium/src/parser/token-builder.ts#L210
Cannot find name 'isTokenTypeArray'.
|
packages/langium/src/parser/token-builder.ts#L218
Property 'find' does not exist on type 'TokenVocabulary'.
|
packages/langium/src/parser/token-builder.ts#L218
Parameter 'tok' implicitly has an 'any' type.
|
packages/langium/src/parser/token-builder.ts#L219
Property 'find' does not exist on type 'TokenVocabulary'.
|
packages/langium/src/parser/token-builder.ts#L219
Parameter 'tok' implicitly has an 'any' type.
|
packages/langium/src/parser/token-builder.ts#L220
Property 'find' does not exist on type 'TokenVocabulary'.
|
packages/langium/src/parser/token-builder.ts#L220
Parameter 'tok' implicitly has an 'any' type.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading