[good-first-issue] transpiler.ts stub — cell → TypeScript class (Fixes #24)#30
Closed
lb1192176991-lab wants to merge 2 commits into
Closed
Annotations
10 errors
|
Typecheck
Process completed with exit code 2.
|
|
Typecheck
Conversion of type '{ [key: string]: unknown; kind: string; }' to type '{ name: string; params: unknown[]; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck
Conversion of type '{ [key: string]: unknown; kind: string; }' to type '{ inner: unknown; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck
Conversion of type '{ [key: string]: unknown; kind: string; }' to type '{ key: unknown; value: unknown; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck
Conversion of type '{ [key: string]: unknown; kind: string; }' to type '{ item: unknown; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck
Conversion of type '{ [key: string]: unknown; kind: string; }' to type '{ types: unknown[]; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck
Conversion of type '{ [key: string]: unknown; kind: string; }' to type '{ name: string; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
|
Typecheck
Argument of type 'TypeExpr' is not assignable to parameter of type 'Expr | { [key: string]: unknown; kind: string; }'.
|
|
Typecheck
Argument of type 'TypeExpr' is not assignable to parameter of type 'Expr | { [key: string]: unknown; kind: string; }'.
|
|
Typecheck
Argument of type 'TypeExpr' is not assignable to parameter of type 'Expr | { [key: string]: unknown; kind: string; }'.
|
background
wait
wait-all
cancel
parallel
Loading