Skip to content

Type fixes on transclude #479

Type fixes on transclude

Type fixes on transclude #479

Triggered via push December 21, 2025 13:50
Status Failure
Total duration 1m 46s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
typescript
Process completed with exit code 2.
typescript: src/directive/switch/switch.js#L62
Property 'remove' does not exist on type 'any[] | Node[]'.
typescript: src/directive/switch/switch.js#L58
Argument of type 'any[] | Node[]' is not assignable to parameter of type 'Element'.
typescript: src/directive/switch/switch.js#L56
Argument of type 'any[] | Node[]' is not assignable to parameter of type 'Node'.