PoC: tssever handles *.module.css
#769
ci-node.yml
on: pull_request
lint
29s
verify-if-example-is-outdated
19s
Matrix: test
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#L61
Unexpected string concatenation
|
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
|