refactor manifests to be lazier #7
ci.yml
on: pull_request
Run ESLint, TypeScript, and Tests
23s
Annotations
5 errors
Run ESLint, TypeScript, and Tests:
node_modules/vite/dist/node/index.d.ts#L5
Cannot find module 'rollup/parseAst' or its corresponding type declarations.
|
Run ESLint, TypeScript, and Tests:
src/Deeptable.ts#L28
'StructRow' is declared but its value is never read.
|
Run ESLint, TypeScript, and Tests:
src/Deeptable.ts#L1210
Type 'TileMetadata[]' is missing the following properties from type 'Table<any>': TType, TArray, TValue, _offsets, and 19 more.
|
Run ESLint, TypeScript, and Tests:
src/rendering.ts#L250
Property '_manifest' does not exist on type 'Tile'.
|
Run ESLint, TypeScript, and Tests
Process completed with exit code 1.
|