WIP feat: new asm
parser
#1735
Annotations
10 errors and 1 warning
Prepare Tact compiler:
src/grammar/grammar.ts#L518
Object literal may only specify known properties, but 'AsmInstruction' does not exist in type 'TactActionDict<string>'. Did you mean to write 'asmInstruction'?
|
Prepare Tact compiler:
src/grammar/grammar.ts#L518
Parameter 'instruction' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L521
Parameter 'instruction' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L525
Parameter '_leftBracket' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L526
Parameter '_ws1' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L527
Parameter 'instructions' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L528
Parameter '_rightBracket' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L529
Parameter '_ws2' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L533
Parameter 's' implicitly has an 'any' type.
|
Prepare Tact compiler:
src/grammar/grammar.ts#L537
Parameter '_lbrace' implicitly has an 'any' type.
|
The following actions use a deprecated Node.js version 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/
|
Loading