Skip to content

feat: parse & transform #3

feat: parse & transform

feat: parse & transform #3

Triggered via push October 25, 2024 10:37
Status Failure
Total duration 1m 13s
Billable time 4m
Artifacts

ci.yml

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

Annotations

16 errors and 3 warnings
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: src/transfromer/index.ts#L5
'atomicCache' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/transfromer/index.ts#L16
'options' is assigned a value but never used. Allowed unused args must match /^_/u
lint: src/transfromer/index.ts#L17
'atomics' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/transfromer/index.ts#L77
Empty block statement
lint: test/index.test.ts#L4
'parseCSS' is defined but never used
lint: test/index.test.ts#L7
'source' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: test/index.test.ts#L24
Unexpected tab character
test (lts/*, macos-latest): src/parser/declaration.ts#L14
Argument of type '{ value: string; }' is not assignable to parameter of type 'CssValueParsedMeta | CssValueParsedMeta[] | undefined'.
test (lts/*, macos-latest)
Process completed with exit code 1.
test (lts/*, ubuntu-latest): src/parser/declaration.ts#L14
Argument of type '{ value: string; }' is not assignable to parameter of type 'CssValueParsedMeta | CssValueParsedMeta[] | undefined'.
test (lts/*, ubuntu-latest)
Process completed with exit code 1.
test (lts/*, windows-latest): src/parser/declaration.ts#L14
Argument of type '{ value: string; }' is not assignable to parameter of type 'CssValueParsedMeta | CssValueParsedMeta[] | undefined'.
test (lts/*, windows-latest)
Process completed with exit code 1.
lint: src/transfromer/index.ts#L11
JSDoc @returns declaration present but return expression not available in function
lint: src/transfromer/index.ts#L13
Expected @param names to be "metas, options". Got "meta"
lint: src/transfromer/index.ts#L14
Missing JSDoc @returns description