Skip to content

feat: support css (PostCSS, Sass, Less, Stylus, Lightningcss) #106

feat: support css (PostCSS, Sass, Less, Stylus, Lightningcss)

feat: support css (PostCSS, Sass, Less, Stylus, Lightningcss) #106

Triggered via pull request September 30, 2024 22:52
@prisisprisis
synchronize #28
styles
Status Failure
Total duration 3m 10s
Artifacts

lint.yml

on: pull_request
Detect what files changed
9s
Detect what files changed
Lint (are the types wrong)
2m 28s
Lint (are the types wrong)
Lint (Typescript types)
1m 53s
Lint (Typescript types)
lint-workflows
7s
lint-workflows
Lint (markdown)
1m 5s
Lint (markdown)
Check Lint Run
6s
Check Lint Run
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Lint (markdown)
Process completed with exit code 1.
Lint (Typescript types)
Argument of type '{ fileName: string; name: string; source: string; type: "asset"; }' is not assignable to parameter of type 'PreRenderedAsset'.
Lint (Typescript types)
Type 'string | undefined' is not assignable to type 'string'.
Lint (Typescript types)
Type '(inputUrl: string, basedir: string, extensions: string[]) => Promise<{ from: string; source: string; }>' is not assignable to type 'ImportResolve'.
Lint (Typescript types)
Type '{ from: string; map: { annotation: false; inline: false; prev: RawSourceMap | undefined; sourcesContent: boolean | undefined; }; to: string; parser?: postcss.Parser<postcss.Document | postcss.Root> | postcss.Syntax<postcss.Document | postcss.Root> | undefined; plugins?: AcceptedPlugin[]; stringifier?: postcss.Syntax<postcss.Document | postcss.Root> | postcss.Stringifier | undefined; syntax?: postcss.Syntax<postcss.Document | postcss.Root> | undefined; }' is not assignable to type 'PostCSSOptions'.
Lint (Typescript types)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Lint (Typescript types)
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Lint (Typescript types)
Type '(inputUrl: string, basedir: string) => Promise<{ from: string; source: string; urlQuery: string; }>' is not assignable to type 'UrlResolve'.
Lint (Typescript types)
Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
Lint (Typescript types)
Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
Lint (Typescript types)
Cannot find name 'document'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'.
Lint (eslint)
Process completed with exit code 1.
Check Lint Run
Process completed with exit code 1.