Skip to content

Commit 2bb8684

Browse files
deploy: 7f41fb4
1 parent 7d6d597 commit 2bb8684

File tree

55 files changed

+757
-811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+757
-811
lines changed

Array/index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
17-
<sup>Beta</sup>
1817
</header>
1918

2019
<!--
@@ -41,26 +40,26 @@ <h2>Methods</h2>
4140

4241
<div role="article" class="function" id="array.jsvalue()">
4342
<h3>
44-
<code>js​Value()</code>
43+
<code><a href="#array.jsvalue()">js​Value()</a></code>
4544
</h3>
4645
<div class="declaration">
47-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span> </code></pre>
46+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a> </body></html></code></pre>
4847
</div>
4948
</div>
5049
<div role="article" class="function" id="array.jsvalue()">
5150
<h3>
52-
<code>js​Value()</code>
51+
<code><a href="#array.jsvalue()">js​Value()</a></code>
5352
</h3>
5453
<div class="declaration">
55-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span> </code></pre>
54+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a> </body></html></code></pre>
5655
</div>
5756
</div>
5857
<div role="article" class="function" id="array.construct(from:)">
5958
<h3>
60-
<code>construct(from:​)</code>
59+
<code><a href="#array.construct(from:)">construct(from:​)</a></code>
6160
</h3>
6261
<div class="declaration">
63-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <span class="type">JSValue</span>) -&gt; [<span class="type">Element</span>]? </code></pre>
62+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a>) -&gt; [<span class="type">Element</span>]? </body></html></code></pre>
6463
</div>
6564
</div>
6665
</section>
@@ -69,7 +68,7 @@ <h3>
6968

7069
<footer>
7170
<p>
72-
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
71+
Generated on <time datetime="2021-07-18T23:44:47+0000">July 18, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
7372
</p>
7473
</footer>
7574
</body>

Bool/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
17-
<sup>Beta</sup>
1817
</header>
1918

2019
<!--
@@ -41,18 +40,18 @@ <h2>Methods</h2>
4140

4241
<div role="article" class="function" id="bool.jsvalue()">
4342
<h3>
44-
<code>js​Value()</code>
43+
<code><a href="#bool.jsvalue()">js​Value()</a></code>
4544
</h3>
4645
<div class="declaration">
47-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span> </code></pre>
46+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a> </body></html></code></pre>
4847
</div>
4948
</div>
5049
<div role="article" class="function" id="bool.construct(from:)">
5150
<h3>
52-
<code>construct(from:​)</code>
51+
<code><a href="#bool.construct(from:)">construct(from:​)</a></code>
5352
</h3>
5453
<div class="declaration">
55-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <span class="type">JSValue</span>) -&gt; <span class="type">Bool</span>? </code></pre>
54+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a>) -&gt; <span class="type">Bool</span>? </body></html></code></pre>
5655
</div>
5756
</div>
5857
</section>
@@ -61,7 +60,7 @@ <h3>
6160

6261
<footer>
6362
<p>
64-
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
63+
Generated on <time datetime="2021-07-18T23:44:47+0000">July 18, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
6564
</p>
6665
</footer>
6766
</body>

ConstructibleFromJSValue/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
17-
<sup>Beta</sup>
1817
</header>
1918

2019
<!--
@@ -38,7 +37,7 @@ <h1>
3837
</h1>
3938

4039
<div class="declaration">
41-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">ConstructibleFromJSValue</span> </code></pre>
40+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">ConstructibleFromJSValue</span> </body></html></code></pre>
4241
</div>
4342
<div class="summary" role="doc-abstract">
4443
<p>Types conforming to this protocol can be constructed from <code>JSValue</code>.</p>
@@ -52,11 +51,11 @@ <h2 hidden>Relationships</h2>
5251
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
5352
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
5453
-->
55-
<!-- Title: %135 Pages: 1 -->
54+
<!-- Title: %57 Pages: 1 -->
5655
<svg width="872pt" height="116pt"
5756
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5857
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
59-
<title>%135</title>
58+
<title>%57</title>
6059
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
6160
<!-- ConstructibleFromJSValue -->
6261
<g id="node1" class="node protocol current">
@@ -124,7 +123,7 @@ <h3>
124123
<code>construct(from:​)</code>
125124
</h3>
126125
<div class="declaration">
127-
<pre class="highlight"><code><span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <span class="type">JSValue</span>) -&gt; <span class="keyword">Self</span>?</code></pre>
126+
<pre class="highlight"><code><html><body><span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a>) -&gt; <span class="keyword">Self</span>? </body></html></code></pre>
128127
</div>
129128
<div class="summary" role="doc-abstract">
130129
<p>Construct an instance of <code>Self</code>, if possible, from the given <code>JSValue</code>.
@@ -160,7 +159,7 @@ <h4>Returns</h4>
160159

161160
<footer>
162161
<p>
163-
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
162+
Generated on <time datetime="2021-07-18T23:44:47+0000">July 18, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
164163
</p>
165164
</footer>
166165
</body>

ConvertibleToJSValue/index.html

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
17-
<sup>Beta</sup>
1817
</header>
1918

2019
<!--
@@ -38,7 +37,7 @@ <h1>
3837
</h1>
3938

4039
<div class="declaration">
41-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">ConvertibleToJSValue</span> </code></pre>
40+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">ConvertibleToJSValue</span> </body></html></code></pre>
4241
</div>
4342
<div class="summary" role="doc-abstract">
4443
<p>Objects that can be converted to a JavaScript value, preferably in a lossless manner.</p>
@@ -52,11 +51,11 @@ <h2 hidden>Relationships</h2>
5251
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
5352
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
5453
-->
55-
<!-- Title: %55 Pages: 1 -->
54+
<!-- Title: %9 Pages: 1 -->
5655
<svg width="872pt" height="116pt"
5756
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5857
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
59-
<title>%55</title>
58+
<title>%9</title>
6059
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
6160
<!-- ConvertibleToJSValue -->
6261
<g id="node1" class="node protocol current">
@@ -67,33 +66,33 @@ <h2 hidden>Relationships</h2>
6766
</a>
6867
</g>
6968
</g>
70-
<!-- JSString -->
71-
<g id="node2" class="node structure">
72-
<title>JSString</title>
73-
<g id="a_node2"><a xlink:href="/JavaScriptKit/JSString" xlink:title="JSString">
69+
<!-- TypedArrayElement -->
70+
<g id="node2" class="node protocol">
71+
<title>TypedArrayElement</title>
72+
<g id="a_node2"><a xlink:href="/JavaScriptKit/TypedArrayElement" xlink:title="TypedArrayElement">
7473
<path fill="none" stroke="#000000" d="M303,-108C303,-108 111,-108 111,-108 105,-108 99,-102 99,-96 99,-96 99,-84 99,-84 99,-78 105,-72 111,-72 111,-72 303,-72 303,-72 309,-72 315,-78 315,-84 315,-84 315,-96 315,-96 315,-102 309,-108 303,-108"/>
75-
<text text-anchor="middle" x="207" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">JSString</text>
74+
<text text-anchor="middle" x="207" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">TypedArrayElement</text>
7675
</a>
7776
</g>
7877
</g>
79-
<!-- JSString&#45;&gt;ConvertibleToJSValue -->
80-
<g id="edge2" class="edge conformsTo">
81-
<title>JSString&#45;&gt;ConvertibleToJSValue</title>
78+
<!-- TypedArrayElement&#45;&gt;ConvertibleToJSValue -->
79+
<g id="edge1" class="edge conformsTo">
80+
<title>TypedArrayElement&#45;&gt;ConvertibleToJSValue</title>
8281
<path fill="none" stroke="#000000" d="M263.4866,-71.9243C294.5129,-61.9959 333.1703,-49.6255 365.6306,-39.2382"/>
8382
<polygon fill="#000000" stroke="#000000" points="367.0327,-42.4645 375.4902,-36.0831 364.8992,-35.7975 367.0327,-42.4645"/>
8483
</g>
85-
<!-- TypedArrayElement -->
86-
<g id="node3" class="node protocol">
87-
<title>TypedArrayElement</title>
88-
<g id="a_node3"><a xlink:href="/JavaScriptKit/TypedArrayElement" xlink:title="TypedArrayElement">
84+
<!-- JSString -->
85+
<g id="node3" class="node structure">
86+
<title>JSString</title>
87+
<g id="a_node3"><a xlink:href="/JavaScriptKit/JSString" xlink:title="JSString">
8988
<path fill="none" stroke="#000000" d="M753,-108C753,-108 561,-108 561,-108 555,-108 549,-102 549,-96 549,-96 549,-84 549,-84 549,-78 555,-72 561,-72 561,-72 753,-72 753,-72 759,-72 765,-78 765,-84 765,-84 765,-96 765,-96 765,-102 759,-108 753,-108"/>
90-
<text text-anchor="middle" x="657" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">TypedArrayElement</text>
89+
<text text-anchor="middle" x="657" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">JSString</text>
9190
</a>
9291
</g>
9392
</g>
94-
<!-- TypedArrayElement&#45;&gt;ConvertibleToJSValue -->
95-
<g id="edge1" class="edge conformsTo">
96-
<title>TypedArrayElement&#45;&gt;ConvertibleToJSValue</title>
93+
<!-- JSString&#45;&gt;ConvertibleToJSValue -->
94+
<g id="edge2" class="edge conformsTo">
95+
<title>JSString&#45;&gt;ConvertibleToJSValue</title>
9796
<path fill="none" stroke="#000000" d="M600.5134,-71.9243C569.4871,-61.9959 530.8297,-49.6255 498.3694,-39.2382"/>
9897
<polygon fill="#000000" stroke="#000000" points="499.1008,-35.7975 488.5098,-36.0831 496.9673,-42.4645 499.1008,-35.7975"/>
9998
</g>
@@ -124,7 +123,7 @@ <h3>
124123
<code>js​Value()</code>
125124
</h3>
126125
<div class="declaration">
127-
<pre class="highlight"><code><span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span></code></pre>
126+
<pre class="highlight"><code><html><body><span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a></body></html></code></pre>
128127
</div>
129128
<div class="summary" role="doc-abstract">
130129
<p>Create a JSValue that represents this object</p>
@@ -137,7 +136,7 @@ <h3>
137136

138137
<footer>
139138
<p>
140-
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
139+
Generated on <time datetime="2021-07-18T23:44:47+0000">July 18, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
141140
</p>
142141
</footer>
143142
</body>

Dictionary/index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
17-
<sup>Beta</sup>
1817
</header>
1918

2019
<!--
@@ -41,26 +40,26 @@ <h2>Methods</h2>
4140

4241
<div role="article" class="function" id="dictionary.jsvalue()">
4342
<h3>
44-
<code>js​Value()</code>
43+
<code><a href="#dictionary.jsvalue()">js​Value()</a></code>
4544
</h3>
4645
<div class="declaration">
47-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span> </code></pre>
46+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a> </body></html></code></pre>
4847
</div>
4948
</div>
5049
<div role="article" class="function" id="dictionary.jsvalue()">
5150
<h3>
52-
<code>js​Value()</code>
51+
<code><a href="#dictionary.jsvalue()">js​Value()</a></code>
5352
</h3>
5453
<div class="declaration">
55-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span> </code></pre>
54+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a> </body></html></code></pre>
5655
</div>
5756
</div>
5857
<div role="article" class="function" id="dictionary.construct(from:)">
5958
<h3>
60-
<code>construct(from:​)</code>
59+
<code><a href="#dictionary.construct(from:)">construct(from:​)</a></code>
6160
</h3>
6261
<div class="declaration">
63-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <span class="type">JSValue</span>) -&gt; <span class="keyword">Self</span>? </code></pre>
62+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a>) -&gt; <span class="keyword">Self</span>? </body></html></code></pre>
6463
</div>
6564
</div>
6665
</section>
@@ -69,7 +68,7 @@ <h3>
6968

7069
<footer>
7170
<p>
72-
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
71+
Generated on <time datetime="2021-07-18T23:44:47+0000">July 18, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
7372
</p>
7473
</footer>
7574
</body>

Double/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
</strong>
1515
<span>Documentation</span>
1616
</a>
17-
<sup>Beta</sup>
1817
</header>
1918

2019
<!--
@@ -41,18 +40,18 @@ <h2>Methods</h2>
4140

4241
<div role="article" class="function" id="double.jsvalue()">
4342
<h3>
44-
<code>js​Value()</code>
43+
<code><a href="#double.jsvalue()">js​Value()</a></code>
4544
</h3>
4645
<div class="declaration">
47-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <span class="type">JSValue</span> </code></pre>
46+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a> </body></html></code></pre>
4847
</div>
4948
</div>
5049
<div role="article" class="function" id="double.construct(from:)">
5150
<h3>
52-
<code>construct(from:​)</code>
51+
<code><a href="#double.construct(from:)">construct(from:​)</a></code>
5352
</h3>
5453
<div class="declaration">
55-
<pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <span class="type">JSValue</span>) -&gt; <span class="type">Double</span>? </code></pre>
54+
<pre class="highlight"><code><html><body><span class="keyword">public</span> <span class="keyword">static</span> <span class="keyword">func</span> <span class="function">construct</span>(<span class="variable">from</span> <span class="variable">value</span>: <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a>) -&gt; <span class="type">Double</span>? </body></html></code></pre>
5655
</div>
5756
</div>
5857
</section>
@@ -61,7 +60,7 @@ <h3>
6160

6261
<footer>
6362
<p>
64-
Generated on <time datetime="2021-04-29T16:41:31+0000">April 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
63+
Generated on <time datetime="2021-07-18T23:44:47+0000">July 18, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
6564
</p>
6665
</footer>
6766
</body>

0 commit comments

Comments
 (0)