Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Aug 8, 2023
1 parent f5fa1ef commit 6b5efb7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Source/Library/Files.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Pattern } from "fast-glob";
import type { Executions, Plan, Path, Options } from "../Option/Index.js";
import type { Executions, Options, Path, Plan } from "../Option/Index.js";
import Default from "../Option/Index.js";
import By from "./Files/By.js";
import In from "./Files/In.js";
Expand Down
3 changes: 1 addition & 2 deletions Source/Library/Files/In.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { fileURLToPath as _Path } from "url";
import type { Plan, Path } from "../../Option/Index.js";
import type { Path, Plan } from "../../Option/Index.js";
import Apply from "../Apply.js";

export default async (Path: Path, Paths: Plan["Paths"]) => {
Expand Down
2 changes: 1 addition & 1 deletion Source/Library/Files/Pipe.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { constants as Constant } from "fs";
import {
access as Access,
writeFile as File,
mkdir as Make,
stat as Stat,
writeFile as File,
} from "fs/promises";
import { dirname as Dir } from "path";
import type { Executions, Plan } from "../../Option/Index.js";
Expand Down
2 changes: 1 addition & 1 deletion Target/Library/Files.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Pattern } from "fast-glob";
import type { Executions, Plan, Path, Options } from "../Option/Index.js";
import type { Executions, Options, Path, Plan } from "../Option/Index.js";
export default class Files {
Pipe: (Callbacks?: Executions) => Promise<Plan>;
Not: (File: Options["Exclude"]) => Promise<this>;
Expand Down
2 changes: 1 addition & 1 deletion Target/Library/Files/In.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import type { Plan, Path } from "../../Option/Index.js";
import type { Path, Plan } from "../../Option/Index.js";
declare const _default: (Path: Path, Paths: Plan["Paths"]) => Promise<Map<string, string>>;
export default _default;
2 changes: 1 addition & 1 deletion Target/Library/Files/In.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Target/Library/Files/Pipe.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b5efb7

Please sign in to comment.