Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 25, 2023
1 parent 461a873 commit 29cbdaa
Show file tree
Hide file tree
Showing 105 changed files with 6,709 additions and 139 deletions.
14 changes: 7 additions & 7 deletions Script/Configuration/ESBuild.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
declare const _default: {
format: "esm";
minify: false;
outdir: string;
platform: "node";
target: string;
write: true;
plugins: import("esbuild").Plugin[];
format: "esm";
minify: false;
outdir: string;
platform: "node";
target: string;
write: true;
plugins: import("esbuild").Plugin[];
};
export default _default;
61 changes: 30 additions & 31 deletions Script/Configuration/ESBuild.js
Original file line number Diff line number Diff line change
@@ -1,33 +1,32 @@
export default {
format: "esm",
minify: false,
outdir: "Target",
platform: "node",
target: "esnext",
write: true,
plugins: [
{
name: "Target",
setup({ onStart, initialOptions: { outdir } }) {
onStart(async () => {
try {
await (
await import("fs/promises")
).rm(outdir, {
recursive: true,
});
} catch (_Error) {}
});
},
},
(await import("esbuild-plugin-copy")).copy({
resolveFrom: "out",
assets: [
{
from: "./Source/Workflow/*.yml",
to: "./Workflow/",
},
],
}),
],
format: "esm",
minify: false,
outdir: "Target",
platform: "node",
target: "esnext",
write: true,
plugins: [
{
name: "Target",
setup({ onStart, initialOptions: { outdir } }) {
onStart(async () => {
try {
await (await import("fs/promises")).rm(outdir, {
recursive: true,
});
}
catch (_Error) { }
});
},
},
(await import("esbuild-plugin-copy")).copy({
resolveFrom: "out",
assets: [
{
from: "./Source/Workflow/*.yml",
to: "./Workflow/",
},
],
}),
],
};
1 change: 1 addition & 0 deletions Script/Documentation/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
73 changes: 73 additions & 0 deletions Script/Documentation/Function/Clean.Clean.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions Script/Documentation/Function/Clean.Request.html

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions Script/Documentation/Function/Cloudflare.Cloudflare-1.html

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions Script/Documentation/Function/Dependabot.Dependabot-1.html

Large diffs are not rendered by default.

81 changes: 81 additions & 0 deletions Script/Documentation/Function/Dependabot.dirname.html

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions Script/Documentation/Function/Dependabot.fileURLToPath.html

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions Script/Documentation/Function/Dependabot.readFile.html

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions Script/Documentation/Function/Dependabot.resolve.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Function/Dispatch.Dispatch.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions Script/Documentation/Function/Dispatch.Request.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Function/Edit.Edit.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions Script/Documentation/Function/Edit.Request.html

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions Script/Documentation/Function/Git.Git.html

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions Script/Documentation/Function/NPM.NPM-1.html

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions Script/Documentation/Function/Node.Node-1.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Function/Package.Package.html

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions Script/Documentation/Function/Readme.Readme.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions Script/Documentation/Function/Request.Request.html

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions Script/Documentation/Function/Rust.Rust-1.html

Large diffs are not rendered by default.

85 changes: 85 additions & 0 deletions Script/Documentation/Function/Search.Search.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Function/Star.Star-1.html

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions Script/Documentation/Function/Star.Star.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Function/Type.Type-2.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Function/Variable_Environment.string.html

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions Script/Documentation/Function/WalkUntilGit._Function.html

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions Script/Documentation/Interface/Type.Type.html

Large diffs are not rendered by default.

93 changes: 93 additions & 0 deletions Script/Documentation/Interface/WalkUntilGit.Type.html

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions Script/Documentation/Module/Clean.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/Cloudflare.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Command.html

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions Script/Documentation/Module/Dependabot.html

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions Script/Documentation/Module/Dispatch.html

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions Script/Documentation/Module/Edit.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Environment.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Files.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/Git.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/NPM.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/Node.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Package.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Readme.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Request.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/Rust.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/Search.html

Large diffs are not rendered by default.

70 changes: 70 additions & 0 deletions Script/Documentation/Module/Star.html

Large diffs are not rendered by default.

77 changes: 77 additions & 0 deletions Script/Documentation/Module/Type.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/Variable_Environment.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Module/WalkUntilGit.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Script/Documentation/Module/YesMaintain.html

Large diffs are not rendered by default.

73 changes: 73 additions & 0 deletions Script/Documentation/Type/Environment.Type.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Script/Documentation/Type/Files.Type.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions Script/Documentation/Type/Type.Type-1.html

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions Script/Documentation/Variable/Clean.All.html

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions Script/Documentation/Variable/Clean.User.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Script/Documentation/Variable/Cloudflare.Cloudflare.html

Large diffs are not rendered by default.

93 changes: 93 additions & 0 deletions Script/Documentation/Variable/Command.Variable.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Script/Documentation/Variable/Dependabot.Dependabot.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions Script/Documentation/Variable/Git.Environment.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Script/Documentation/Variable/NPM.NPM.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Script/Documentation/Variable/Node.Node.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Script/Documentation/Variable/Rust.Rust.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions Script/Documentation/Variable/YesMaintain.YesMaintain.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Script/Documentation/assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
:root {
--dark-color-background: #000;
--dark-color-background-secondary: #000;
--dark-code-background: #040404;
--color-accent: #2463eb;
--dark-hl-0: #ffdd00;
--dark-hl-1: #ff66ff;
--dark-hl-2: #ff4444;
--dark-hl-3: #44ffff;
--dark-hl-4: #44ff44;
}

body #tsd-search .field label {
left: 50%;
margin-left: -20px;
z-index: 1;
text-align: center;
}

body #tsd-search.has-focus .field label {
display: none;
}

body #tsd-search .field input {
z-index: 2;
}

body pre,
body .tsd-page-toolbar,
body .tsd-generator {
border: none;
}

body .tsd-navigation a,
body .tsd-navigation summary > span,
body .tsd-page-navigation a {
padding: 0.5rem;
border-radius: 8px;
}

body .tsd-description .tsd-signatures .tsd-signature,
body .tsd-signature,
body .tsd-signatures .tsd-signature,
body .tsd-typography td,
body .tsd-typography th,
body code.tsd-tag {
border-radius: 12px;
border-width: 2px;
}
78 changes: 78 additions & 0 deletions Script/Documentation/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
:root {
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #AF00DB;
--dark-hl-4: #C586C0;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}

@media (prefers-color-scheme: light) { :root {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--code-background: var(--light-code-background);
} }

@media (prefers-color-scheme: dark) { :root {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--code-background: var(--dark-code-background);
} }

:root[data-theme='light'] {
--hl-0: var(--light-hl-0);
--hl-1: var(--light-hl-1);
--hl-2: var(--light-hl-2);
--hl-3: var(--light-hl-3);
--hl-4: var(--light-hl-4);
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--code-background: var(--light-code-background);
}

:root[data-theme='dark'] {
--hl-0: var(--dark-hl-0);
--hl-1: var(--dark-hl-1);
--hl-2: var(--dark-hl-2);
--hl-3: var(--dark-hl-3);
--hl-4: var(--dark-hl-4);
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--code-background: var(--dark-code-background);
}

.hl-0 { color: var(--hl-0); }
.hl-1 { color: var(--hl-1); }
.hl-2 { color: var(--hl-2); }
.hl-3 { color: var(--hl-3); }
.hl-4 { color: var(--hl-4); }
.hl-5 { color: var(--hl-5); }
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
pre, code { background: var(--code-background); }
59 changes: 59 additions & 0 deletions Script/Documentation/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Script/Documentation/assets/navigation.js

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

1 change: 1 addition & 0 deletions Script/Documentation/assets/search.js

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

Loading

0 comments on commit 29cbdaa

Please sign in to comment.