Skip to content

feat: module scope

feat: module scope #6

Triggered via push October 30, 2024 07:16
Status Failure
Total duration 1h 3m 25s
Billable time 4m
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
lint: src/analysis/index.ts#L5
'noop' is defined but never used
lint: src/analysis/index.ts#L6
'Colors' is defined but never used
lint: src/analysis/index.ts#L6
'ProcessorContext' is defined but never used
lint: src/analysis/index.ts#L8
'atomicCache' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/analysis/index.ts#L19
'options' is assigned a value but never used. Allowed unused args must match /^_/u
lint: src/index.ts#L25
'source' is defined but never used. Allowed unused args must match /^_/u
lint: src/index.ts#L25
'node' is defined but never used. Allowed unused args must match /^_/u
lint: src/parser/declaration.ts#L1
'List' is defined but never used
lint: test/index.test.ts#L1
'Magicolor' is defined but never used
lint: test/index.test.ts#L7
'parseCSS' is defined but never used
lint: src/analysis/index.ts#L14
JSDoc @returns declaration present but return expression not available in function
lint: src/analysis/index.ts#L16
Expected @param names to be "metas, options". Got "meta"
lint: src/analysis/index.ts#L17
Missing JSDoc @returns description