feat: fix nested css by swapping css-tree for @eslint/css-tree #271
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'.
|