Migrate Codebase from JavaScript to TypeScript #20
Annotations
10 errors
Run npx tsc:
src/mocompiler.ts#L16
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
|
Run npx tsc:
src/mocompiler.ts#L79
'Compiler' refers to a value, but is being used as a type here. Did you mean 'typeof Compiler'?
|
Run npx tsc:
src/mocompiler.ts#L214
This expression is not callable.
|
Run npx tsc:
src/mocompiler.ts#L217
This expression is not callable.
|
Run npx tsc:
src/mocompiler.ts#L220
This expression is not callable.
|
Run npx tsc:
src/mocompiler.ts#L223
This expression is not callable.
|
Run npx tsc:
src/mocompiler.ts#L226
This expression is not callable.
|
Run npx tsc:
src/mocompiler.ts#L229
This expression is not callable.
|
Run npx tsc:
src/mocompiler.ts#L232
This expression is not callable.
|
Run npx tsc:
src/moparser.ts#L13
'new' expression, whose target lacks a construct signature, implicitly has an 'any' type.
|
Loading