refactor manifests to be lazier #10
Annotations
10 errors and 1 warning
Lint:
src/Deeptable.ts#L138
Unsafe argument of type `Table<any>` assigned to a parameter of type `Table<Record<"key", Utf8>>`
|
Lint:
src/Deeptable.ts#L413
Unexpected any. Specify a different type
|
Lint:
src/Deeptable.ts#L433
Unsafe member access .typeId on an `any` value
|
Lint:
src/interaction.ts#L44
Unexpected any. Specify a different type
|
Lint:
src/interaction.ts#L288
Unsafe argument of type `any` assigned to a parameter of type `(elapsed: number) => void`
|
Lint:
src/interaction.ts#L388
'flatten' is assigned a value but never used
|
Lint:
src/regl_rendering.ts#L1207
Unsafe spread of an `any` value in an array
|
Lint:
src/regl_rendering.ts#L1207
Unsafe return of an `any` typed value
|
Lint:
src/regl_rendering.ts#L1207
Unsafe member access .name on an `any` value
|
Lint:
src/regl_rendering.ts#L1212
Unsafe call of an `any` typed value
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading