Skip to content

WIP implement IBIS1 starter #11

WIP implement IBIS1 starter

WIP implement IBIS1 starter #11

Triggered via pull request September 6, 2024 13:14
@alex-bermanalex-berman
synchronize #1
ibis1
Status Failure
Total duration 41s
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/is.ts#L1
Module '"/home/runner/work/sisu/sisu/src/types"' has no default export. Did you mean to use 'import { InformationState } from "/home/runner/work/sisu/sisu/src/types"' instead?
build: src/is.ts#L7
Parameter 'x' implicitly has an 'any' type.
build: src/is.ts#L13
Parameter 'x' implicitly has an 'any' type.
build: src/isu.ts#L4
Cannot find module './azure' or its corresponding type declarations.
build: src/nlug.ts#L11
Type '"request"' is not assignable to type '"ask" | "answer" | "respond" | "greet" | "unknown" | "raise" | "findout"'.
build: src/nlug.ts#L28
Object literal may only specify known properties, and '"type"' does not exist in type 'Proposition | WhQuestion'.
build: src/rules.ts#L77
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#L80
Type 'string | Proposition | WhQuestion' is not assignable to type 'string | number | symbol'.
build: src/rules.ts#L80
'action' is possibly 'null'.