Use local svgo.cmd wrapper binary
Switch SVG optimizer resolution from bin/svgo-cli.exe to bin/svgo.cmd. Update unit tests to validate the new local binary path behavior. Co-Authored-By: Abacus.AI CLI <agent@abacus.ai>
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
'use strict';
|
||||
|
||||
const processSelector = require('./restructure/prepare/processSelector.cjs');
|
||||
const utils$1 = require('./restructure/utils.cjs');
|
||||
|
||||
|
||||
|
||||
exports.processSelector = processSelector;
|
||||
exports.addSelectors = utils$1.addSelectors;
|
||||
exports.compareDeclarations = utils$1.compareDeclarations;
|
||||
exports.hasSimilarSelectors = utils$1.hasSimilarSelectors;
|
||||
exports.isEqualDeclarations = utils$1.isEqualDeclarations;
|
||||
exports.isEqualSelectors = utils$1.isEqualSelectors;
|
||||
exports.unsafeToSkipNode = utils$1.unsafeToSkipNode;
|
||||
Reference in New Issue
Block a user