Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 15, 2024
2 parents 9e95f9a + 32a2c61 commit 5cb2b17
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,15 @@ export declare const Default: Omit<{} & {
JavaScript: "terser";
SVG: "svgo";
};
<<<<<<< HEAD
=======
Path: string;
>>>>>>> 32a2c61697efdf02f4100f07508745f584f3b02f
Cache: {
Search: string;
Folder: string;
};
<<<<<<< HEAD
Logger: number;
Action: Omit<{} & {
Read: ({ Input: e }: {
Expand All @@ -165,6 +170,20 @@ export declare const Default: Omit<{} & {
Exclude: boolean;
File: string;
Path: string;
=======
Logger: 2;
Action: Omit<{} & {
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Passed: ({ Before, Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<boolean>;
Accomplished: ({ Input, Before, After }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<any>;
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
}, "__proto__">;
File: string;
Exclude: false;
>>>>>>> 32a2c61697efdf02f4100f07508745f584f3b02f
}, "__proto__">;
export declare const Search: string;
export declare const Merge: import("../Interface/Merge.js").default<import("../Interface/Merge.js").Generic>;
Expand Down
19 changes: 19 additions & 0 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,15 @@ declare const _default: Omit<{} & {
JavaScript: "terser";
SVG: "svgo";
};
<<<<<<< HEAD
=======
Path: string;
>>>>>>> 32a2c61697efdf02f4100f07508745f584f3b02f
Cache: {
Search: string;
Folder: string;
};
<<<<<<< HEAD
Logger: number;
Action: Omit<{} & {
Read: ({ Input: e }: {
Expand All @@ -143,5 +148,19 @@ declare const _default: Omit<{} & {
Exclude: boolean;
File: string;
Path: string;
=======
Logger: 2;
Action: Omit<{} & {
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Passed: ({ Before, Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<boolean>;
Accomplished: ({ Input, Before, After }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<any>;
Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<import("@playform/pipe/Target/Type/Buffer.js").Type>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
}, "__proto__">;
File: string;
Exclude: false;
>>>>>>> 32a2c61697efdf02f4100f07508745f584f3b02f
}, "__proto__">;
export default _default;

0 comments on commit 5cb2b17

Please sign in to comment.