PR: bridge communication between UbiquityOS & PersonalAgent Plugin #65
Annotations
7 errors
build:
src/helpers/validator.ts#L23
Argument of type 'null | undefined' is not assignable to parameter of type 'Readonly<unknown>'.
|
build:
src/helpers/validator.ts#L24
Argument of type 'null | undefined' is not assignable to parameter of type 'Readonly<unknown>'.
|
build:
src/worker.ts#L18
Argument of type 'null | undefined' is not assignable to parameter of type 'object'.
|
build:
src/worker.ts#L37
Argument of type 'null | undefined' is not assignable to parameter of type 'object'.
|
build:
tests/main.test.ts#L37
Argument of type '{}' is not assignable to parameter of type 'null | undefined'.
|
build:
tests/main.test.ts#L181
Conversion of type '{}' to type 'null | undefined' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build
Process completed with exit code 2.
|