Skip to content

Implement initial transform #13

Implement initial transform

Implement initial transform #13

Triggered via pull request January 1, 2026 19:37
Status Failure
Total duration 20s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
verify
Process completed with exit code 2.
verify: src/transform.ts#L581
Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
verify: src/transform.ts#L581
'props' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
verify: src/transform.ts#L580
'objectToAst' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
verify: src/transform.ts#L309
Argument of type '{ type: "dynamic-node"; feature: string; message: string; line: number | undefined; column: number | undefined; }' is not assignable to parameter of type 'TransformWarning' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
verify: src/transform.ts#L287
Argument of type '{ slotId: number; expr: unknown; css: { kind: "declaration"; selector: string; atRuleStack: string[]; property: string; valueRaw: string; }; component: { localName: string; base: "intrinsic"; tagOrIdent: string; } | { ...; }; usage: { ...; }; loc: { ...; } | undefined; }' is not assignable to parameter of type 'DynamicNode' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.