Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 20, 2024
1 parent ca11972 commit 1a27a2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 53 deletions.
2 changes: 1 addition & 1 deletion Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default ((...[_Option = {}]: Parameters<Interface>) => {
},
},
};
}) satisfies Interface;
}) satisfies Interface as Interface;

import type Interface from "../Interface/Integration.js";

Expand Down
36 changes: 3 additions & 33 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,11 @@
* @module Integration
*
*/
declare const _default: (Option: import("../Interface/Option.js").default) => {
name: string;
hooks: {
"astro:build:done": ({ dir }: {
pages: {
pathname: string;
}[];
dir: URL;
routes: import("astro").RouteData[];
logger: import("astro").AstroIntegrationLogger;
cacheManifest: boolean;
}) => void;
};
};
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integration.js";
export declare const Default: Omit<{} & {
default: {
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: 2;
Action: {
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>;
Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<true>;
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
};
File: string;
Exclude: false;
};
default: import("@playform/pipe/Target/Interface/Option.js").default;
Action: {};
}, "__proto__">;
export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default<import("@playform/build/Target/Interface/Merge.js").Generic>;
21 changes: 2 additions & 19 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,8 @@
*
*/
declare const _default: Omit<{} & {
default: {
Cache: {
Search: string;
Folder: string;
};
Path: string;
Logger: 2;
Action: {
Read: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise<string>;
Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File").default) => Promise<import("@playform/pipe/Target/Type/Buffer").Type>;
Passed: (On: import("@playform/pipe/Target/Interface/File").default) => Promise<true>;
Failed: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise<string>;
Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan").default) => Promise<string | false>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan").default) => Promise<import("@playform/pipe/Target/Interface/Plan").default>;
};
File: string;
Exclude: false;
};
default: Option;
Action: {};
}, "__proto__">;
export default _default;
import type Option from "@playform/pipe/Target/Interface/Option.js";

0 comments on commit 1a27a2b

Please sign in to comment.