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 c18770c + 8690bcb commit 5bfb0c6
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/GitHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ jobs:
TELEMETRY_DISABLED: 1

steps:
<<<<<<< HEAD
- uses: pozil/auto-assign-issue@v2.0.0
=======
- uses: pozil/auto-assign-issue@v1.14.0
>>>>>>> 8690bcb200a459d4ebc616a154b77a64ea809ba2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
assignees: NikolaRHristov
Expand Down
4 changes: 4 additions & 0 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ export default ((...[_Option = {}]: Parameters<Interface>) => {
},
},
};
<<<<<<< HEAD
}) satisfies Interface;
=======
}) satisfies Interface as Interface;
>>>>>>> 8690bcb200a459d4ebc616a154b77a64ea809ba2

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

Expand Down
24 changes: 24 additions & 0 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
* @module Integration
*
*/
<<<<<<< HEAD
declare const _default: (Option: import("../Interface/Option.js").default) => {
name: string;
hooks: {
Expand All @@ -19,10 +20,19 @@ declare const _default: (Option: import("../Interface/Option.js").default) => {
export default _default;
export declare const Default: Omit<{} & {
File: string;
=======
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integration.js";
export declare const Default: Omit<{} & {
File: string;
Biome: any;
>>>>>>> 8690bcb200a459d4ebc616a154b77a64ea809ba2
Cache: {
Search: string;
Folder: string;
};
<<<<<<< HEAD
Logger: number;
Action: Omit<{} & {
Accomplished: (On: any) => Promise<string>;
Expand All @@ -42,5 +52,19 @@ export declare const Default: Omit<{} & {
Biome: any;
Path: string;
Exclude: boolean;
=======
Path: string;
Logger: 2;
Action: Omit<{} & {
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
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>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
Exclude: false;
>>>>>>> 8690bcb200a459d4ebc616a154b77a64ea809ba2
}, "__proto__">;
export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default<import("@playform/build/Target/Interface/Merge.js").Generic>;
19 changes: 19 additions & 0 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@
*/
declare const _default: Omit<{} & {
File: string;
<<<<<<< HEAD
=======
Biome: any;
>>>>>>> 8690bcb200a459d4ebc616a154b77a64ea809ba2
Cache: {
Search: string;
Folder: string;
};
<<<<<<< HEAD
Logger: number;
Action: Omit<{} & {
Accomplished: (On: any) => Promise<string>;
Expand All @@ -27,5 +32,19 @@ declare const _default: Omit<{} & {
Biome: any;
Path: string;
Exclude: boolean;
=======
Path: string;
Logger: 2;
Action: Omit<{} & {
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
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>;
Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<import("@playform/pipe/Target/Interface/Plan.js").default>;
}, "__proto__">;
Exclude: false;
>>>>>>> 8690bcb200a459d4ebc616a154b77a64ea809ba2
}, "__proto__">;
export default _default;

0 comments on commit 5bfb0c6

Please sign in to comment.