Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 18, 2024
1 parent 8abdc41 commit de1a6b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Source/Function/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export default (async (...[File]: Parameters<Type>) => {

Pipe.reverse();

console.log(Pipe);

Exec(
[
"typedoc",
Expand Down
2 changes: 1 addition & 1 deletion Target/Function/Document.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
declare const _default: Type;
export default _default;
import type Type from "../Interface/Build.js";
export declare const Exec: import("../Interface/Exec.js").default;
export declare const Exec: import("@Interface/Exec.js").default;
export declare const resolve: (...paths: string[]) => string;
export declare const Pipe: string[];
export declare const Current: string;
2 changes: 1 addition & 1 deletion Target/Function/Document.js

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

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
"dependencies": {
"@types/node": "20.11.28",
"commander": "12.0.0",
"deepmerge-ts": "5.1.0",
"esbuild": "0.20.2",
"esbuild-plugin-copy": "2.1.1",
"fast-glob": "3.3.2",
"typedoc": "0.25.12",
"typedoc-plugin-keywords": "1.6.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./",
"outDir": "Target"
},
"extends": "typescript-esbuild/Target/Notation/TypeScript",
Expand Down

0 comments on commit de1a6b1

Please sign in to comment.