Update dependency @types/estree to v1.0.8 #5716
Annotations
10 errors
build:
src/modules/preprocessor/transformers/transformProgramToFunctionDeclaration.ts#L134
Type 'Identifier | Literal' is not assignable to type 'Identifier'.
|
build:
src/modules/preprocessor/transformers/transformProgramToFunctionDeclaration.ts#L132
Property 'name' does not exist on type 'Identifier | Literal'.
|
build:
src/modules/preprocessor/transformers/hoistAndMergeImports.ts#L50
Property 'name' does not exist on type 'Identifier | Literal'.
|
build:
src/modules/preprocessor/constructors/contextSpecificConstructors.ts#L81
Property 'name' does not exist on type 'Identifier | Literal'.
|
build:
src/modules/preprocessor/analyzer.ts#L108
Property 'name' does not exist on type 'Identifier | Literal'.
|
build:
src/modules/preprocessor/analyzer.ts#L92
Property 'name' does not exist on type 'Identifier | Literal'.
|
build:
src/infiniteLoops/instrument.ts#L244
Type 'Expression | PrivateIdentifier' is not assignable to type 'Expression'.
|
build:
src/cse-machine/interpreter.ts#L302
Property 'name' does not exist on type 'Identifier | Literal'.
|
build:
src/alt-langs/scheme/scm-slang/src/utils/estree-nodes.ts#L257
Type '{ type: "ExportNamedDeclaration"; specifiers: never[]; source: null; declaration: VariableDeclaration; loc: SourceLocation | null | undefined; }' is not assignable to type 'ModuleDeclaration'.
|
build:
src/alt-langs/scheme/scm-slang/src/utils/estree-nodes.ts#L240
Type '{ type: "ImportDeclaration"; specifiers: ImportSpecifier[]; source: Literal; loc: SourceLocation; }' is not assignable to type 'ModuleDeclaration'.
|