feat: Add SCSS parsing support #270
Annotations
8 errors
|
dist/esm/index.js#L796
Property 'descriptors' is missing in type '{ prelude: string; }' but required in type 'AtruleSyntax'.
|
|
dist/esm/index.js#L802
Property 'walkContext' is missing in type 'Readonly<{ __proto__: any; generate: (node: any) => void; name: "ScssVariable"; parse: () => { type: string; loc: any; name: any; }; structure: { name: StringConstructor; }; }>' but required in type 'NodeSyntaxConfig<CssNodeCommon>'.
|
|
dist/esm/index.js#L803
Type 'Readonly<{ __proto__: any; generate: (node: any) => void; name: "ScssDeclaration"; parse: () => { type: string; loc: any; variable: any; value: any; }; structure: { variable: StringConstructor; value: string[]; }; walkContext: "declaration"; }>' is not assignable to type 'NodeSyntaxConfig<CssNodeCommon>'.
|
|
dist/esm/index.js#L804
Property 'walkContext' is missing in type 'Readonly<{ __proto__: any; generate: (node: any) => void; name: "ScssPlaceholderSelector"; parse: () => { type: string; loc: any; name: any; }; structure: { name: StringConstructor; }; }>' but required in type 'NodeSyntaxConfig<CssNodeCommon>'.
|
|
dist/esm/index.js#L805
Property 'walkContext' is missing in type 'Readonly<{ __proto__: any; generate: (node: any) => void; name: "Selector"; parse: () => { type: string; loc: any; children: any; }; structure: { children: string[][]; }; }>' but required in type 'NodeSyntaxConfig<CssNodeCommon>'.
|
|
dist/esm/index.js#L806
Property 'walkContext' is missing in type 'Readonly<{ __proto__: any; generate: (node: any) => void; name: "Value"; parse: () => { type: string; loc: any; children: any; }; structure: { children: any[][]; }; }>' but required in type 'NodeSyntaxConfig<CssNodeCommon>'.
|
|
dist/esm/index.js#L807
Type 'Readonly<{ __proto__: any; generate: (node: any) => void; name: "StyleSheet"; parse: () => { type: string; loc: any; children: any; }; structure: { children: string[][]; }; walkContext: "stylesheet"; }>' is not assignable to type 'NodeSyntaxConfig<CssNodeCommon>'.
|
|
|
The logs for this run have expired and are no longer available.
Loading