Skip to content

Add generic prefix handling for Native JSON arrays #6

Add generic prefix handling for Native JSON arrays

Add generic prefix handling for Native JSON arrays #6

Triggered via push February 3, 2026 13:04
Status Failure
Total duration 1m 7s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: src/core/decoder/native-decoder.ts#L1597
'typeName' is declared but its value is never read.
test: src/core/decoder/native-decoder.ts#L1093
'offsetsEnd' is declared but its value is never read.
test: src/core/decoder/native-decoder.integration.test.ts#L561
Cannot find name 'AstNode'.
test: src/core/decoder/dynamic-exhaustive.integration.test.ts#L636
Property '0' does not exist on type 'BlockNode[] | undefined'.
test: src/core/decoder/dynamic-exhaustive.integration.test.ts#L636
'!' at the end of a type is not valid TypeScript syntax. Did you mean to write 'BlockNode[] | undefined'?
test: src/core/decoder/decoder.integration.test.ts#L492
Parameter 'c' implicitly has an 'any' type.
test: src/core/decoder/decoder.integration.test.ts#L491
Parameter 'c' implicitly has an 'any' type.
test: src/core/decoder/decoder.integration.test.ts#L483
Parameter 'c' implicitly has an 'any' type.
test: src/core/decoder/decoder.integration.test.ts#L475
Parameter 'c' implicitly has an 'any' type.
test: src/core/decoder/decoder.integration.test.ts#L456
Cannot find name 'result'.