Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 3, 2023
1 parent 6abaf4d commit 17f29a1
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ul class="tsd-breadcrumb">
<li><a href="../index.html">typescript-esbuild</a></li>
<li><a href="../Module/Load.html">Load</a></li>
<li><a href="Load.load.html">load</a></li></ul>
<li><a href="Load.load-1.html">load</a></li></ul>
<h1>Function load</h1></div>
<section class="tsd-panel">
<ul class="tsd-signatures">
Expand Down
23 changes: 19 additions & 4 deletions Documentation/Module/Load.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,25 @@ <h1>Module Load</h1></div><aside class="tsd-sources">
<li>Defined in <a href="https://github.com/NikolaRHristov/TypeScriptESBuild/blob/main/Source/Function/Load.ts#L1">Application/NikolaRHristov/NPM/TypeScriptESBuild/Source/Function/Load.ts:1</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<h3 class="tsd-index-heading uppercase">Index</h3>
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
<h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex=0><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="#icon-chevronSmall"></use></svg> Index</h5></summary>
<div class="tsd-accordion-details">
<section class="tsd-index-section">
<h3 class="tsd-index-heading">References</h3>
<div class="tsd-index-list"><a href="Load.html#Load" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Load</span></a>
</div></section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Interfaces</h3>
<div class="tsd-index-list"><a href="../Interface/Load.Type.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-256"></use></svg><span>Type</span></a>
</div></section>
<section class="tsd-index-section">
<h3 class="tsd-index-heading">Functions</h3>
<div class="tsd-index-list"><a href="../Function/Load.load.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>load</span></a>
</div></section></section></section></div>
<div class="tsd-index-list"><a href="../Function/Load.load-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-64"></use></svg><span>load</span></a>
</div></section></div></details></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>References</h2>
<section class="tsd-panel tsd-member"><a id="Load" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>Load</span><a href="#Load" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>Renames and re-exports <a href="../Function/Load.load-1.html">load</a></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand All @@ -42,7 +52,12 @@ <h4 class="uppercase">Member Visibility</h4><form>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><use href="#icon-checkbox"></use></svg><span>Inherited</span></label></li>
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><use href="#icon-checkbox"></use></svg><span>External</span></label></li></ul></form></div>
<div class="tsd-theme-toggle">
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div>
<h4 class="uppercase">Theme</h4><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
<details open class="tsd-index-accordion tsd-page-navigation"><summary class="tsd-accordion-summary">
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><use href="#icon-chevronDown"></use></svg>On This Page</h3></summary>
<div class="tsd-accordion-details">
<ul>
<li><a href="#Load" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-4194304"></use></svg><span>Load</span></a></li></ul></div></details></div>
<div class="site-menu">
<nav class="tsd-navigation"><a href="../index.html"><svg class="tsd-kind-icon" viewBox="0 0 24 24"><use href="#icon-1"></use></svg><span>typescript-esbuild - v0.2.12</span></a>
<ul class="tsd-small-nested-navigation" id="tsd-nav-container" data-base="..">
Expand Down
2 changes: 1 addition & 1 deletion Documentation/assets/navigation.js

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

2 changes: 1 addition & 1 deletion Documentation/assets/search.js

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

1 change: 1 addition & 0 deletions Target/Function/Load.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
*
*/
export declare const load: (Application: import("typedoc").Application) => void;
export default load;
2 changes: 1 addition & 1 deletion Target/Function/Load.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const o=(...[e])=>e.renderer.defineTheme("TypeScriptESBuild",r);import r from"../Class/Theme.js";export{o as load};
const r=(...[e])=>e.renderer.defineTheme("TypeScriptESBuild",t);var o=r;import t from"../Class/Theme.js";export{o as default,r as load};

0 comments on commit 17f29a1

Please sign in to comment.