Skip to content

feat: fix nested css by swapping css-tree for @eslint/css-tree #271

feat: fix nested css by swapping css-tree for @eslint/css-tree

feat: fix nested css by swapping css-tree for @eslint/css-tree #271

Triggered via pull request October 25, 2025 21:38
Status Failure
Total duration 26s
Artifacts

test.yml

on: pull_request
Unit tests
16s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Unit tests
Process completed with exit code 2.
Unit tests: index.js#L217
Property 'first' does not exist on type 'List<CssNode> | never[]'.
Unit tests: index.js#L127
Property 'end' does not exist on type 'CssLocation'.
Unit tests: index.js#L126
Conversion of type 'CssLocationRange | null | undefined' to type 'CssLocation' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Unit tests: index.js#L121
Property 'start' does not exist on type 'CssLocation'.
Unit tests: index.js#L120
Conversion of type 'CssLocationRange | null | undefined' to type 'CssLocation' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Unit tests: index.js#L85
Type '(_: string, loc: CssLocation) => void' is not assignable to type 'OnParseCommentCallback'.
Unit tests: index.js#L80
Type 'CssNode' is not assignable to type 'StyleSheet'.
Unit tests: index.js#L76
Property 'end' does not exist on type 'CssLocation'.
Unit tests: index.js#L76
Property 'start' does not exist on type 'CssLocation'.