Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 30, 2023
1 parent 1ad280d commit fc34174
Show file tree
Hide file tree
Showing 45 changed files with 6,208 additions and 2 deletions.
1 change: 1 addition & 0 deletions 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.
742 changes: 742 additions & 0 deletions Documentation/Class/TypeDoc.TypeDoc-1.html

Large diffs are not rendered by default.

1,024 changes: 1,024 additions & 0 deletions Documentation/Class/TypeDoc.TypeDoc.html

Large diffs are not rendered by default.

80 changes: 80 additions & 0 deletions Documentation/Function/Build.Build.html

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions Documentation/Function/Build.Exec.html

Large diffs are not rendered by default.

69 changes: 69 additions & 0 deletions Documentation/Function/Build.deepmerge.html

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions Documentation/Function/Build.resolve.html

Large diffs are not rendered by default.

75 changes: 75 additions & 0 deletions Documentation/Function/Exec.Exec.html

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions Documentation/Function/File.File.html

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions Documentation/Function/JSON.JSON.html

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions Documentation/Function/TypeDoc.load.html

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions Documentation/Interface/Build.Type.html

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions Documentation/Interface/Exec.Type.html

Large diffs are not rendered by default.

65 changes: 65 additions & 0 deletions Documentation/Interface/File.Type.html

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions Documentation/Interface/JSON.Type.html

Large diffs are not rendered by default.

86 changes: 86 additions & 0 deletions Documentation/Interface/TypeDoc.Type-1.html

Large diffs are not rendered by default.

959 changes: 959 additions & 0 deletions Documentation/Interface/TypeDoc.Type-2.html

Large diffs are not rendered by default.

142 changes: 142 additions & 0 deletions Documentation/Interface/TypeDoc.Type-3.html

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions Documentation/Interface/TypeDoc.Type.html

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions Documentation/Module/Build.html

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions Documentation/Module/ESBuild.html

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions Documentation/Module/Exec.html

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions Documentation/Module/File.html

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions Documentation/Module/JSON.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

54 changes: 54 additions & 0 deletions Documentation/Module/TypeScriptESBuild.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Documentation/Variable/Build.Current.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Documentation/Variable/Build.Pipe.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Documentation/Variable/ESBuild.ESBuild.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Documentation/Variable/TypeDoc._Context.html

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions Documentation/Variable/TypeScriptESBuild.TypeScriptESBuild.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions Documentation/assets/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
:root {
--color-background: #000;
--color-background-secondary: #000;
}

.tsd-navigation.settings {
display: none !important;
}

#tsd-search .field label {
left: 50%;
margin-left: -20px;
z-index: 1;
}
57 changes: 57 additions & 0 deletions Documentation/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
: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: #0451A5;
--dark-hl-4: #9CDCFE;
--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);
--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);
--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);
--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);
--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); }
pre, code { background: var(--code-background); }
59 changes: 59 additions & 0 deletions Documentation/assets/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions 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 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 fc34174

Please sign in to comment.