Pixi Placeables #5291
checks.yml
on: pull_request
type check code base
17s
lint code base
27s
test code base
36s
Annotations
9 errors
type check code base:
src/foundry/client/config.d.ts#L1744
Property 'primary' of type 'GroupDefinition<typeof PrimaryCanvasGroup>' is not assignable to 'string' index type 'GroupDefinition<CanvasGroupConstructor>'.
|
type check code base:
src/foundry/client/config.d.ts#L1744
Type 'typeof PrimaryCanvasGroup' does not satisfy the constraint 'CanvasGroupConstructor'.
|
type check code base:
src/foundry/client/config.d.ts#L1747
Property 'effects' of type 'GroupDefinition<typeof EffectsCanvasGroup>' is not assignable to 'string' index type 'GroupDefinition<CanvasGroupConstructor>'.
|
type check code base:
src/foundry/client/config.d.ts#L1747
Type 'typeof EffectsCanvasGroup' does not satisfy the constraint 'CanvasGroupConstructor'.
|
type check code base:
src/foundry/client/pixi/placeable.d.ts#L71
Member 'RENDER_FLAGS' implicitly has an 'any' type.
|
type check code base:
src/foundry/client/pixi/placeables/primary-canvas-objects/drawing-shape.d.ts#L7
Class static side 'typeof DrawingShape' incorrectly extends base class static side 'Pick<typeof Graphics, "prototype" | "defaultSortableChildren" | "mixin" | "prefixed" | "EventEmitter" | "curves" | "_TEMP_POINT"> & typeof PrimaryCanvasObject'.
|
type check code base:
src/foundry/client/pixi/placeables/primary-canvas-objects/drawing-shape.d.ts#L7
Base constructors must all have the same return type.
|
type check code base
Process completed with exit code 2.
|
test code base
Process completed with exit code 1.
|