From 603f7a1ba1ff4d2015a3448a2ca573503bb87de5 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Fri, 9 Feb 2024 11:13:04 +0200 Subject: [PATCH] squash! --- Target/Function/Integration.d.ts | 67 ++++++++++++++++---------------- Target/Variable/Option.d.ts | 65 +++++++++++++++---------------- 2 files changed, 65 insertions(+), 67 deletions(-) diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 07d747e1..42a75d48 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -7,7 +7,7 @@ declare const _default: Type; export default _default; import type Type from "../Interface/Integration.js"; import type Action from "files-pipe/Target/Interface/Action.js"; -export declare const Default: Omit<{} & { +export declare const Default: { CSS: { csso: { comments: false; @@ -47,6 +47,21 @@ export declare const Default: Omit<{} & { useShortDoctype: false; }; }; + JavaScript: { + terser: { + ecma: 5; + enclose: false; + keep_classnames: false; + keep_fnames: false; + ie8: false; + module: false; + safari10: false; + toplevel: false; + format: { + comments: false; + }; + }; + }; Image: { sharp: { avif: { @@ -76,21 +91,6 @@ export declare const Default: Omit<{} & { }; }; }; - JavaScript: { - terser: { - ecma: 5; - enclose: false; - keep_classnames: false; - keep_fnames: false; - ie8: false; - module: false; - safari10: false; - toplevel: false; - format: { - comments: false; - }; - }; - }; SVG: { svgo: { multipass: true; @@ -115,25 +115,24 @@ export declare const Default: Omit<{} & { JavaScript: "terser"; SVG: "svgo"; }; - Path: string[]; - Cache: { - Search: string; - Folder: string; + Action: { + Failed: ({ Input }: { + Input: any; + }) => Promise; + Passed: ({ Before, Buffer }: { + Before: any; + Buffer: any; + }) => Promise; + Accomplished: ({ Input, Before, After }: { + Input: any; + Before: any; + After: any; + }) => Promise; + Changed: (Plan: any) => Promise; }; - Logger: 2; - Action: Omit<{} & { - Failed: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Passed: ({ Before, Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Accomplished: ({ Input, Before, After }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Fulfilled: ({ Files }: import("files-pipe/Target/Interface/Plan.js").default) => Promise; - }, "__proto__">; - Files: string; - Exclude: false; -}, "__proto__">; -export declare const Search: string; + Path: string[]; +}; +export declare const Search: any; export declare const Merge: import("../Interface/Merge.js").default; export declare const Defaultsharp: typeof import("sharp"); export declare let _Action: Action; diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index fbdd10e2..0ac5ed1d 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -2,7 +2,7 @@ * @module Option * */ -declare const _default: Omit<{} & { +declare const _default: { CSS: { csso: { comments: false; @@ -42,6 +42,21 @@ declare const _default: Omit<{} & { useShortDoctype: false; }; }; + JavaScript: { + terser: { + ecma: 5; + enclose: false; + keep_classnames: false; + keep_fnames: false; + ie8: false; + module: false; + safari10: false; + toplevel: false; + format: { + comments: false; + }; + }; + }; Image: { sharp: { avif: { @@ -71,21 +86,6 @@ declare const _default: Omit<{} & { }; }; }; - JavaScript: { - terser: { - ecma: 5; - enclose: false; - keep_classnames: false; - keep_fnames: false; - ie8: false; - module: false; - safari10: false; - toplevel: false; - format: { - comments: false; - }; - }; - }; SVG: { svgo: { multipass: true; @@ -110,22 +110,21 @@ declare const _default: Omit<{} & { JavaScript: "terser"; SVG: "svgo"; }; - Path: string[]; - Cache: { - Search: string; - Folder: string; + Action: { + Failed: ({ Input }: { + Input: any; + }) => Promise; + Passed: ({ Before, Buffer }: { + Before: any; + Buffer: any; + }) => Promise; + Accomplished: ({ Input, Before, After }: { + Input: any; + Before: any; + After: any; + }) => Promise; + Changed: (Plan: any) => Promise; }; - Logger: 2; - Action: Omit<{} & { - Failed: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Passed: ({ Before, Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Accomplished: ({ Input, Before, After }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Changed: (Plan: import("files-pipe/Target/Interface/Plan.js").default) => Promise; - Read: ({ Input }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ Buffer }: import("files-pipe/Target/Interface/File.js").default) => Promise; - Fulfilled: ({ Files }: import("files-pipe/Target/Interface/Plan.js").default) => Promise; - }, "__proto__">; - Files: string; - Exclude: false; -}, "__proto__">; + Path: string[]; +}; export default _default;