feat(applyTransformsShapes): new plugin #1807
Annotations
7 errors
Lint
Process completed with exit code 1.
|
Types
Process completed with exit code 2.
|
Types:
plugins/applyTransformsShapes.js#L26
Parameter 'node' implicitly has an 'any' type.
|
Types:
plugins/applyTransformsShapes.js#L21
Parameter 'params' implicitly has an 'any' type.
|
Types:
plugins/applyTransformsShapes.js#L21
Parameter 'root' implicitly has an 'any' type.
|
Types:
plugins/applyTransformsShapes.js#L19
Cannot find module './plugins-types.js' or its corresponding type declarations.
|
Types:
lib/builtin.js#L63
Type 'readonly (typeof import("/home/runner/work/svgo/svgo/plugins/removeDoctype", { with: { "resolution-mode": "import" } }) | typeof import("/home/runner/work/svgo/svgo/plugins/removeXMLProcInst", { with: { "resolution-mode": "import" } }) | typeof import("/home/runner/work/svgo/svgo/plugins/removeComments", { with: { "...' is not assignable to type 'readonly (BuiltinPluginOrPreset<"addAttributesToSVGElement", AddAttributesToSVGElementParams> | BuiltinPluginOrPreset<"addClassesToSVGElement", AddClassesToSVGElementParams> | ... 51 more ... | BuiltinPluginOrPreset<...>)[]'.
|