Skip to content

Transform Opus 4.5 version #28

Transform Opus 4.5 version

Transform Opus 4.5 version #28

Triggered via pull request January 3, 2026 14:22
Status Failure
Total duration 18s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
verify: src/transform.ts#L1848
Parameter 'a' implicitly has an 'any' type.
verify: src/transform.ts#L1824
Type '(JSXExpressionContainer | JSXElement | JSXFragment | JSXSpreadChild | LiteralKind)[] | undefined' has no matching index signature for type 'number'.
verify: src/transform.ts#L1822
'path.node.children' is possibly 'undefined'.
verify: src/transform.ts#L1577
Argument of type 'Expression' is not assignable to parameter of type 'ExpressionKind' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
verify: src/transform.ts#L931
Type 'string | undefined' is not assignable to type 'string | null'.
verify: src/selector-lowering.ts#L156
Type 'string | number | StyleXObject | StyleXDynamicValue | undefined' is not assignable to type 'StyleXValue'.
verify: src/selector-lowering.ts#L88
'componentName' is declared but its value is never read.
verify: src/selector-lowering.ts#L78
'extractPseudoClass' is declared but its value is never read.
verify: src/adapter.ts#L419
Argument of type 'string | number' is not assignable to parameter of type 'string'.
verify: src/adapter.ts#L411
Property 'includes' does not exist on type 'string | number'.