Skip to content

Pixi Placeables

Pixi Placeables #5291

Triggered via pull request December 18, 2023 19:27
Status Failure
Total duration 46s
Artifacts

checks.yml

on: pull_request
type check code base
17s
type check code base
lint code base
27s
lint code base
test code base
36s
test code base
Fit to window
Zoom out
Zoom in

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.