tilemap indexbuffer can no longer be destroyed #25
Annotations
10 errors and 10 warnings
build:
src/CompositeTilemap.ts#L119
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L130
Argument of type 'Tilemap' is not assignable to parameter of type 'ContainerChild'.
|
build:
src/CompositeTilemap.ts#L141
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L246
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L250
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L279
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L303
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L319
Argument of type 'Tilemap' is not assignable to parameter of type 'ContainerChild'.
|
build:
src/CompositeTilemap.ts#L350
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/CompositeTilemap.ts#L370
Conversion of type 'ContainerChild' to type 'Tilemap' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build:
src/Tilemap.ts#L2
'Container' is defined but never used
|
build:
src/Tilemap.ts#L127
Opening curly brace appears on the same line as controlling statement
|
build:
src/Tilemap.ts#L128
Expected indentation of 8 spaces but found 2 tabs
|
build:
src/Tilemap.ts#L130
Expected indentation of 8 spaces but found 2 tabs
|
build:
src/Tilemap.ts#L131
Expected indentation of 8 spaces but found 2 tabs
|
build:
src/Tilemap.ts#L132
Expected indentation of 8 spaces but found 2 tabs
|
build:
src/Tilemap.ts#L133
Expected indentation of 8 spaces but found 2 tabs
|
build:
src/Tilemap.ts#L138
More than 1 blank line not allowed
|
build:
src/TilemapPipe.ts#L74
Expected indentation of 8 spaces but found 2 tabs
|
build:
src/TilemapPipe.ts#L75
This line has a length of 130. Maximum allowed is 125
|