WIPIP #434
Annotations
10 errors
build:
src/ark/type.ts#L54
Argument of type 'typeof ArkCallable' is not assignable to parameter of type 'new (...args: any[]) => ArkVal'.
|
build:
src/ark/data.ts#L37
Expected 1 arguments, but got 0.
|
build:
src/ark/data.ts#L53
Type '(...args: ArkVal[]) => Generator<never, ArkVal | Operation<ArkVal>, any>' is not assignable to type '(...args: ArkVal[]) => Operation<ArkVal>'.
|
build:
src/ark/data.ts#L65
This comparison appears to be unintentional because the types 'typeof ArkObjectBase' and 'ArkVal' have no overlap.
|
build:
src/ark/data.ts#L66
This comparison appears to be unintentional because the types 'typeof ArkObjectBase' and 'ArkVal' have no overlap.
|
build:
src/ark/data.ts#L101
Expected 1 arguments, but got 0.
|
build:
src/ark/data.ts#L220
Expected 1 arguments, but got 2.
|
build:
src/ark/data.ts#L230
Expected 1 arguments, but got 2.
|
build:
src/ark/data.ts#L243
Expected 1 arguments, but got 2.
|
build:
src/ark/data.ts#L252
Expected 1 arguments, but got 0.
|