Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 28, 2024
1 parent 446e96d commit 16934da
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Documentation/assets/search.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Source/Function/Integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ export default ((...[_Option = {}]: Parameters<Type>) => {
return;
}

console.log(Paths);

if (!Paths.size) {
Paths.add(dir);
}
Expand Down
2 changes: 1 addition & 1 deletion Target/Function/Directory.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/Function/Integration.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/Interface/Directory.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
export default interface Type {
(Path: string): Promise<ParsedPath["dir"]>;
}
import type { ParsedPath } from "node:path";
import type { ParsedPath } from "path";
2 changes: 1 addition & 1 deletion Target/Variable/Option.js

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

0 comments on commit 16934da

Please sign in to comment.