Skip to content

Type improvements. Refactor SSE to stream #478

Type improvements. Refactor SSE to stream

Type improvements. Refactor SSE to stream #478

Triggered via push December 19, 2025 23:25
Status Failure
Total duration 1m 48s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
typescript: src/router/transition/transition.js#L144
Argument of type 'PathNode[]' is not assignable to parameter of type 'string'.
typescript: src/router/template-factory.js#L188
Argument of type 'any[]' is not assignable to parameter of type 'string'.
typescript: src/router/template-factory.js#L172
Argument of type 'any[]' is not assignable to parameter of type 'string'.
typescript: src/router/state/views.js#L162
Argument of type 'any[]' is not assignable to parameter of type 'string'.
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'.
typescript: src/directive/if/if.js#L38
Argument of type '(clone: Element | null | undefined, newScope: ng.Scope | null) => void' is not assignable to parameter of type 'NodeList | Node | Element | ChildNode | Node[]'.
typescript: src/animations/animate.js#L366
Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.
typescript: src/animations/animate.js#L343
Argument of type 'Element' is not assignable to parameter of type 'HTMLElement'.