Skip to content

Transform Opus 4.5 version #29

Transform Opus 4.5 version

Transform Opus 4.5 version #29

Triggered via pull request January 3, 2026 15:52
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
verify: src/wrapper-gen.ts#L8
'Identifier' is declared but never used.
verify: src/transform.test.ts#L67
'fallback' is declared but its value is never read.
verify: src/transform.test.ts#L49
'cssVarToCamelCase' is declared but its value is never read.
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/css-to-stylex.ts#L73
Argument of type '{ name: string; fallback: string | undefined; fullMatch: string; start: number; end: number; }' is not assignable to parameter of type '{ name: string; fallback?: string; fullMatch: string; start: number; end: number; }' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
verify: src/css-to-stylex.ts#L14
'CssVariableResolution' is declared but never used.
verify: src/adapter.ts#L448
Argument of type 'string | number' is not assignable to parameter of type 'string'.
verify: src/adapter.ts#L440
Property 'includes' does not exist on type 'string | number'.