Skip to content

PoC: tssever handles *.module.css #769

PoC: tssever handles *.module.css

PoC: tssever handles *.module.css #769

Triggered via pull request September 21, 2024 07:44
Status Failure
Total duration 37s
Artifacts

ci-node.yml

on: pull_request
lint
29s
lint
verify-if-example-is-outdated
19s
verify-if-example-is-outdated
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

20 errors
verify-if-example-is-outdated
Object is possibly 'undefined'.
verify-if-example-is-outdated
Object is possibly 'undefined'.
verify-if-example-is-outdated
Type 'undefined' is not assignable to type 'SymbolDisplayPart[]' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target.
verify-if-example-is-outdated
Argument of type 'Symbol | undefined' is not assignable to parameter of type 'Symbol'.
verify-if-example-is-outdated
Cannot find name 'VueVirtualCode'.
verify-if-example-is-outdated
Property 'sfc' does not exist on type 'VirtualCode'.
verify-if-example-is-outdated
Cannot find name 'RequestContext'.
verify-if-example-is-outdated
Parameter 'this' of exported function has or is using private name 'RequestContext'.
verify-if-example-is-outdated
Cannot find name 'VueVirtualCode'.
verify-if-example-is-outdated
Parameter 'vueCode' of exported function has or is using private name 'VueVirtualCode'.
lint: packages/typescript-happy-css-modules-plugin/src/index.cts#L7
`./service.cjs` import should occur before import of `./source.cjs`
lint: packages/typescript-happy-css-modules-plugin/src/index.cts#L33
Expected an assignment or function call and instead saw an expression
lint
Expected an assignment or function call and instead saw an expression
lint: packages/typescript-happy-css-modules-plugin/src/languagePlugin.cts#L5
'info' is defined but never used. Allowed unused args must match /^_/u
lint: packages/typescript-happy-css-modules-plugin/src/languagePlugin.cts#L78
'getCssModulesText' is defined but never used
lint: packages/typescript-happy-css-modules-plugin/src/service.cts#L1
All imports in the declaration are only used as types. Use `import type`
lint: packages/typescript-happy-css-modules-plugin/src/service.cts#L3
All imports in the declaration are only used as types. Use `import type`
lint
Expected a default case