Skip to content

Commit

Permalink
deploy: dc8da3d
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-vortex committed Oct 15, 2023
1 parent d8b1fe0 commit 22dfc8b
Show file tree
Hide file tree
Showing 19 changed files with 152 additions and 145 deletions.
19 changes: 13 additions & 6 deletions assets/highlight.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
--dark-hl-3: #C586C0;
--light-hl-4: #001080;
--dark-hl-4: #9CDCFE;
--light-hl-5: #0451A5;
--dark-hl-5: #9CDCFE;
--light-hl-6: #0000FF;
--dark-hl-6: #569CD6;
--light-hl-7: #008000;
--dark-hl-7: #6A9955;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-6: #0070C1;
--dark-hl-6: #4FC1FF;
--light-hl-7: #0451A5;
--dark-hl-7: #9CDCFE;
--light-hl-8: #008000;
--dark-hl-8: #6A9955;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand All @@ -28,6 +30,7 @@
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--code-background: var(--light-code-background);
} }

Expand All @@ -40,6 +43,7 @@
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--code-background: var(--dark-code-background);
} }

Expand All @@ -52,6 +56,7 @@
--hl-5: var(--light-hl-5);
--hl-6: var(--light-hl-6);
--hl-7: var(--light-hl-7);
--hl-8: var(--light-hl-8);
--code-background: var(--light-code-background);
}

Expand All @@ -64,6 +69,7 @@
--hl-5: var(--dark-hl-5);
--hl-6: var(--dark-hl-6);
--hl-7: var(--dark-hl-7);
--hl-8: var(--dark-hl-8);
--code-background: var(--dark-code-background);
}

Expand All @@ -75,4 +81,5 @@
.hl-5 { color: var(--hl-5); }
.hl-6 { color: var(--hl-6); }
.hl-7 { color: var(--hl-7); }
.hl-8 { color: var(--hl-8); }
pre, code { background: var(--code-background); }
8 changes: 4 additions & 4 deletions classes/FileSystemAccessFile.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>Implements</h4>
<ul class="tsd-hierarchy">
<li><span class="tsd-signature-type ">File</span></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/5b3c0bc/src/backends/FileSystemAccess.ts#L31">src/backends/FileSystemAccess.ts:31</a></li></ul></aside>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/dc8da3d/src/backends/FileSystemAccess.ts#L31">src/backends/FileSystemAccess.ts:31</a></li></ul></aside>
<section class="tsd-panel-group tsd-index-group">
<section class="tsd-panel tsd-index-panel">
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
Expand Down Expand Up @@ -101,7 +101,7 @@ <h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-
<h4 class="tsd-returns-title">Returns <a href="FileSystemAccessFile.html" class="tsd-signature-type tsd-kind-class">FileSystemAccessFile</a></h4><aside class="tsd-sources">
<p>Overrides PreloadFile&lt;FileSystemAccessFileSystem&gt;.constructor</p>
<ul>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/5b3c0bc/src/backends/FileSystemAccess.ts#L32">src/backends/FileSystemAccess.ts:32</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/dc8da3d/src/backends/FileSystemAccess.ts#L32">src/backends/FileSystemAccess.ts:32</a></li></ul></aside></li></ul></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Properties</h2>
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited tsd-is-external"><a id="_buffer" class="tsd-anchor"></a>
Expand Down Expand Up @@ -250,7 +250,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise<
<p>Implementation of File.close</p>
<p>Overrides PreloadFile.close</p>
<ul>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/5b3c0bc/src/backends/FileSystemAccess.ts#L43">src/backends/FileSystemAccess.ts:43</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/dc8da3d/src/backends/FileSystemAccess.ts#L43">src/backends/FileSystemAccess.ts:43</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="closeSync" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>close<wbr/>Sync</span><a href="#closeSync" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
Expand Down Expand Up @@ -472,7 +472,7 @@ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise<
<p>Implementation of File.sync</p>
<p>Overrides PreloadFile.sync</p>
<ul>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/5b3c0bc/src/backends/FileSystemAccess.ts#L36">src/backends/FileSystemAccess.ts:36</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/browser-fs/fs-dom/blob/dc8da3d/src/backends/FileSystemAccess.ts#L36">src/backends/FileSystemAccess.ts:36</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="syncSync" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>sync<wbr/>Sync</span><a href="#syncSync" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
<ul class="tsd-signatures tsd-is-inherited tsd-is-external">
Expand Down
Loading

0 comments on commit 22dfc8b

Please sign in to comment.