Skip to content

feat: added code generation and clean up #159

feat: added code generation and clean up

feat: added code generation and clean up #159

Triggered via pull request October 1, 2024 11:47
Status Failure
Total duration 40s
Artifacts

pr.yml

on: pull_request
Matrix: build-dsl
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-dsl (18.x): packages/ttsl-lang/src/language/typing/model.ts#L229
Property 'substituteTypeParameters' in type 'DictionaryType' is not assignable to the same property in base type 'AnyType'.
build-dsl (18.x): packages/ttsl-lang/src/language/typing/model.ts#L239
Property 'withExplicitNullability' in type 'DictionaryType' is not assignable to the same property in base type 'AnyType'.
build-dsl (18.x): packages/ttsl-lang/src/language/typing/model.ts#L288
Property 'substituteTypeParameters' in type 'ListType' is not assignable to the same property in base type 'AnyType'.
build-dsl (18.x): packages/ttsl-lang/src/language/typing/model.ts#L298
Property 'withExplicitNullability' in type 'ListType' is not assignable to the same property in base type 'AnyType'.
build-dsl (18.x): packages/ttsl-lang/src/language/typing/model.ts#L343
Property 'substituteTypeParameters' in type 'UnknownTypeClass' is not assignable to the same property in base type 'AnyType'.
build-dsl (18.x): packages/ttsl-lang/src/language/typing/model.ts#L347
Property 'withExplicitNullability' in type 'UnknownTypeClass' is not assignable to the same property in base type 'AnyType'.
build-dsl (18.x): packages/ttsl-lang/src/language/lsp/ttsl-node-kind-provider.ts#L24
Property 'Data' does not exist on type 'typeof SymbolKind'.
build-dsl (18.x)
Process completed with exit code 1.