fix: handle url catch #9
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
|