Skip to content

Update dependency @types/estree to v1.0.8 #5716

Update dependency @types/estree to v1.0.8

Update dependency @types/estree to v1.0.8 #5716

Triggered via pull request August 24, 2025 14:56
Status Failure
Total duration 2m 16s
Artifacts

nodejs.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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'.