Migrate Codebase from JavaScript to TypeScript #20
ci.yml
on: pull_request
Build with tsc
20s
Matrix: test
Annotations
14 errors
Build with tsc:
src/mocompiler.ts#L16
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
|
Build with tsc:
src/mocompiler.ts#L79
'Compiler' refers to a value, but is being used as a type here. Did you mean 'typeof Compiler'?
|
Build with tsc:
src/mocompiler.ts#L214
This expression is not callable.
|
Build with tsc:
src/mocompiler.ts#L217
This expression is not callable.
|
Build with tsc:
src/mocompiler.ts#L220
This expression is not callable.
|
Build with tsc:
src/mocompiler.ts#L223
This expression is not callable.
|
Build with tsc:
src/mocompiler.ts#L226
This expression is not callable.
|
Build with tsc:
src/mocompiler.ts#L229
This expression is not callable.
|
Build with tsc:
src/mocompiler.ts#L232
This expression is not callable.
|
Build with tsc:
src/moparser.ts#L13
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
|
Test on ubuntu-latest
Process completed with exit code 1.
|
Test on ubuntu-latest
Process completed with exit code 1.
|
Test on windows-latest
Process completed with exit code 1.
|
Test on windows-latest
Process completed with exit code 1.
|