feat: fix nested css by swapping css-tree for @eslint/css-tree #276
test.yml
on: pull_request
Unit tests
22s
Check types
12s
Build & collect coverage
24s
Lint
36s
Lint package
26s
Audit packages
36s
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'.
|