Skip to content

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

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

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

Triggered via pull request October 26, 2025 09:40
Status Failure
Total duration 46s
Artifacts

test.yml

on: pull_request
Unit tests
22s
Unit tests
Check types
12s
Check types
Build & collect coverage
24s
Build & collect coverage
Lint
36s
Lint
Lint package
26s
Lint package
Audit packages
36s
Audit packages
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check types
Process completed with exit code 2.
Check types: index.js#L217
Property 'first' does not exist on type 'List<CssNode> | never[]'.
Check types: index.js#L127
Property 'end' does not exist on type 'CssLocation'.
Check types: 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.
Check types: index.js#L121
Property 'start' does not exist on type 'CssLocation'.
Check types: 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.
Check types: index.js#L85
Type '(_: string, loc: CssLocation) => void' is not assignable to type 'OnParseCommentCallback'.
Check types: index.js#L80
Type 'CssNode' is not assignable to type 'StyleSheet'.
Check types: index.js#L76
Property 'end' does not exist on type 'CssLocation'.
Check types: index.js#L76
Property 'start' does not exist on type 'CssLocation'.