Add methods to round polygon corners #480
Annotations
3 errors and 8 warnings
Build, lint, and test on Node 18.x
Process completed with exit code 1.
|
Build, lint, and test on Node 16.x
The job was canceled because "_18_x" failed.
|
Build, lint, and test on Node 16.x
Process completed with exit code 1.
|
Build, lint, and test on Node 18.x:
src/draw-svg.ts#L112
'string' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 18.x:
src/point.ts#L11
'isPoint' is defined but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 18.x:
test/svg-test.ts#L8
'Line' is defined but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 18.x:
test/svg-test.ts#L8
'Polyline' is defined but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 16.x:
src/draw-svg.ts#L112
'string' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 16.x:
src/point.ts#L11
'isPoint' is defined but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 16.x:
test/svg-test.ts#L8
'Line' is defined but never used. Allowed unused vars must match /^_/u
|
Build, lint, and test on Node 16.x:
test/svg-test.ts#L8
'Polyline' is defined but never used. Allowed unused vars must match /^_/u
|