Skip to content

Pixi Placeables

Pixi Placeables #5290

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

checks.yml

on: pull_request
type check code base
15s
type check code base
lint code base
28s
lint code base
test code base
21s
test code base
Fit to window
Zoom out
Zoom in

Annotations

8 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/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.