Skip to content

WIP implement IBIS1 starter #4

WIP implement IBIS1 starter

WIP implement IBIS1 starter #4

Triggered via pull request August 22, 2024 19:13
@vladmaraevvladmaraev
synchronize #1
ibis1
Status Failure
Total duration 36s
Artifacts

check-typescript.js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/dipper/main.ts#L4
Cannot find module '../azure' or its corresponding type declarations.
build: src/isu.ts#L4
Cannot find module './azure' or its corresponding type declarations.
build: src/nlug.ts#L10
Type '"request"' is not assignable to type '"ask" | "answer" | "respond" | "greet" | "unknown" | "raise" | "findout"'.
build: src/nlug.ts#L27
Object literal may only specify known properties, and '"type"' does not exist in type 'WhQuestion'.
build: src/nlug.ts#L49
Parameter 'obj1' implicitly has an 'any' type.
build: src/nlug.ts#L49
Parameter 'obj2' implicitly has an 'any' type.
build: src/rules.ts#L76
This comparison appears to be unintentional because the types '"ask" | "answer" | "respond" | "greet" | "unknown" | "raise" | "findout"' and '"request"' have no overlap.
build: src/rules.ts#L79
Type 'string | WhQuestion' is not assignable to type 'string | number | symbol'.
build: src/rules.ts#L79
'action' is possibly 'null'.
build: src/rules.ts#L80
Type 'WhQuestion' cannot be used as an index type.