Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 27, 2023
1 parent 3df280e commit 7b7bab3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
await import("terser")
).minify(
Buffer.toString(),
Setting as JavaScript
Setting as terser
)
).code ?? Buffer
);
Expand All @@ -136,7 +136,7 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
await import("svgo")
).optimize(
Buffer.toString(),
Setting as SVG
Setting as svgo
);

return Data ?? Buffer;
Expand Down Expand Up @@ -204,8 +204,8 @@ import type csso from "../Interface/CSS/csso.js";
import type On from "../Interface/Image/On.js";
import type Image from "../Interface/Image/sharp.js";
import type html_minifier_terser from "../Type/HTML/html-minifier-terser.js";
import type JavaScript from "../Type/JavaScript.js";
import type SVG from "../Type/SVG.js";
import type terser from "../Type/JavaScript/terser.js";
import type svgo from "../Type/SVG/svgo.js";

import type Action from "files-pipe/Target/Interface/Action.js";
import type Path from "files-pipe/Target/Type/Path.js";
Expand Down
2 changes: 1 addition & 1 deletion Source/Interface/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import type SVG from "../Type/Parser/SVG.js";

import type html_minifier_terser from "../Type/HTML/html-minifier-terser.js";
import type terser from "../Type/JavaScript/terser.js";
import type svgo from "../Type/SVG.js";
import type svgo from "../Type/SVG/svgo.js";
import type csso from "./CSS/csso.js";
import type lightningcss from "./CSS/lightningcss.js";
import type sharp from "./Image/sharp.js";
Expand Down

0 comments on commit 7b7bab3

Please sign in to comment.