Annotations
10 errors
|
deploy:
src/compiler/wasm/Compiler.ts#L183
Argument of type 'AnyAstNode' is not assignable to parameter of type 'FunctionDeclaration'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L174
Property 'name' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L170
Property 'type' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L169
Property 'params' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L168
Property 'name' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L157
Property 'name' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L153
Property 'fields' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L152
Property 'name' does not exist on type 'AnyAstNode'.
|
|
deploy:
src/compiler/wasm/Compiler.ts#L149
Property 'STRUCT_DECLARATION' does not exist on type '{ readonly STRUCT_EXPRESSION: "StructExpression"; readonly FIELD_DECLARATION: "FieldDeclaration"; readonly FIELD_ASSIGNMENT: "FieldAssignment"; readonly FIELD_EXPRESSION: "FieldExpression"; ... 18 more ...; readonly FORMATTED_EXPRESSION: "FormattedExpression"; }'.
|
|
deploy:
src/compiler/ast/nodes/StructDeclaration.ts#L6
Property 'STRUCT_DECLARATION' does not exist on type '{ readonly STRUCT_EXPRESSION: "StructExpression"; readonly FIELD_DECLARATION: "FieldDeclaration"; readonly FIELD_ASSIGNMENT: "FieldAssignment"; readonly FIELD_EXPRESSION: "FieldExpression"; ... 18 more ...; readonly FORMATTED_EXPRESSION: "FormattedExpression"; }'.
|