Skip to content

Commit fd48d19

Browse files
committed
deploy: 3b9efbf
1 parent 4e5be05 commit fd48d19

File tree

55 files changed

+2567
-556
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

+2567
-556
lines changed

Array/index.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>JavaScriptKit - Array</title>
7+
<link rel="stylesheet" type="text/css" href="/JavaScriptKit/all.css" media="all" />
8+
</head>
9+
<body>
10+
<header>
11+
<a href="/JavaScriptKit">
12+
<strong>
13+
JavaScriptKit
14+
</strong>
15+
<span>Documentation</span>
16+
</a>
17+
<sup>Beta</sup>
18+
</header>
19+
20+
<!--
21+
<form class="search">
22+
<input type="search" placeholder="Search" />
23+
</form>
24+
-->
25+
26+
<nav>
27+
<div class="wrapper">
28+
<h2>On This Page</h2>
29+
<ol><li><a href="#methods">Methods</a><ul><li class="function"><a href="#array.jsvalue()">js​Value()</a></li><li class="function"><a href="#array.jsvalue()">js​Value()</a></li><li class="function"><a href="#array.construct(from:)">construct(from:​)</a></li></ul></li></ol>
30+
</div>
31+
</nav>
32+
33+
<main>
34+
<article>
35+
<h1>
36+
<small>Extensions on</small>
37+
<code class="name">Array</code>
38+
</h1>
39+
<section id="methods">
40+
<h2>Methods</h2>
41+
42+
<div role="article" class="function" id="array.jsvalue()">
43+
<h3>
44+
<code>js​Value()</code>
45+
</h3>
46+
<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>
48+
</div>
49+
</div>
50+
<div role="article" class="function" id="array.jsvalue()">
51+
<h3>
52+
<code>js​Value()</code>
53+
</h3>
54+
<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>
56+
</div>
57+
</div>
58+
<div role="article" class="function" id="array.construct(from:)">
59+
<h3>
60+
<code>construct(from:​)</code>
61+
</h3>
62+
<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>
64+
</div>
65+
</div>
66+
</section>
67+
</article>
68+
</main>
69+
70+
<footer>
71+
<p>
72+
Generated on <time datetime="2021-04-27T12:49:49+0000">April 27, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
73+
</p>
74+
</footer>
75+
</body>
76+
</html>

Bool/index.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>JavaScriptKit - Bool</title>
7+
<link rel="stylesheet" type="text/css" href="/JavaScriptKit/all.css" media="all" />
8+
</head>
9+
<body>
10+
<header>
11+
<a href="/JavaScriptKit">
12+
<strong>
13+
JavaScriptKit
14+
</strong>
15+
<span>Documentation</span>
16+
</a>
17+
<sup>Beta</sup>
18+
</header>
19+
20+
<!--
21+
<form class="search">
22+
<input type="search" placeholder="Search" />
23+
</form>
24+
-->
25+
26+
<nav>
27+
<div class="wrapper">
28+
<h2>On This Page</h2>
29+
<ol><li><a href="#methods">Methods</a><ul><li class="function"><a href="#bool.jsvalue()">js​Value()</a></li><li class="function"><a href="#bool.construct(from:)">construct(from:​)</a></li></ul></li></ol>
30+
</div>
31+
</nav>
32+
33+
<main>
34+
<article>
35+
<h1>
36+
<small>Extensions on</small>
37+
<code class="name">Bool</code>
38+
</h1>
39+
<section id="methods">
40+
<h2>Methods</h2>
41+
42+
<div role="article" class="function" id="bool.jsvalue()">
43+
<h3>
44+
<code>js​Value()</code>
45+
</h3>
46+
<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>
48+
</div>
49+
</div>
50+
<div role="article" class="function" id="bool.construct(from:)">
51+
<h3>
52+
<code>construct(from:​)</code>
53+
</h3>
54+
<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>
56+
</div>
57+
</div>
58+
</section>
59+
</article>
60+
</main>
61+
62+
<footer>
63+
<p>
64+
Generated on <time datetime="2021-04-27T12:49:50+0000">April 27, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
65+
</p>
66+
</footer>
67+
</body>
68+
</html>

ConstructibleFromJSValue/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h1>
3737
<code class="name">Constructible​From​JSValue</code>
3838
</h1>
3939

40-
<html><body><pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">ConstructibleFromJSValue</span></code></pre></body></html>
40+
<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>
42+
</div>
4143
<div class="summary" role="doc-abstract">
4244
<p>Types conforming to this protocol can be constructed from <code>JSValue</code>.</p>
4345

@@ -50,11 +52,11 @@ <h2 hidden>Relationships</h2>
5052
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
5153
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
5254
-->
53-
<!-- Title: %3 Pages: 1 -->
55+
<!-- Title: %77 Pages: 1 -->
5456
<svg width="872pt" height="116pt"
5557
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5658
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
57-
<title>%3</title>
59+
<title>%77</title>
5860
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
5961
<!-- ConstructibleFromJSValue -->
6062
<g id="node1" class="node protocol current">
@@ -121,7 +123,9 @@ <h2>Requirements</h2>
121123
<h3>
122124
<code>construct(from:​)</code>
123125
</h3>
124-
<html><body><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>: <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a>) -&gt; <span class="keyword">Self</span>?</code></pre></body></html>
126+
<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>
128+
</div>
125129
<div class="summary" role="doc-abstract">
126130
<p>Construct an instance of <code>Self</code>, if possible, from the given <code>JSValue</code>.
127131
Return <code>nil</code> if the value is not compatible with the conforming Swift type.</p>
@@ -156,7 +160,7 @@ <h4>Returns</h4>
156160

157161
<footer>
158162
<p>
159-
Generated on <time datetime="2021-03-24T20:09:48+0000">March 24, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.5</span>.
163+
Generated on <time datetime="2021-04-27T12:49:50+0000">April 27, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
160164
</p>
161165
</footer>
162166
</body>

ConvertibleToJSValue/index.html

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h1>
3737
<code class="name">Convertible​ToJSValue</code>
3838
</h1>
3939

40-
<html><body><pre class="highlight"><code><span class="keyword">public</span> <span class="keyword">protocol</span> <span class="type">ConvertibleToJSValue</span></code></pre></body></html>
40+
<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>
42+
</div>
4143
<div class="summary" role="doc-abstract">
4244
<p>Objects that can be converted to a JavaScript value, preferably in a lossless manner.</p>
4345

@@ -50,11 +52,11 @@ <h2 hidden>Relationships</h2>
5052
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
5153
<!-- Generated by graphviz version 2.40.1 (20161225.0304)
5254
-->
53-
<!-- Title: %3 Pages: 1 -->
55+
<!-- Title: %37 Pages: 1 -->
5456
<svg width="872pt" height="116pt"
5557
viewBox="0.00 0.00 872.00 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
5658
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
57-
<title>%3</title>
59+
<title>%37</title>
5860
<polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-112 868,-112 868,4 -4,4"/>
5961
<!-- ConvertibleToJSValue -->
6062
<g id="node1" class="node protocol current">
@@ -65,33 +67,33 @@ <h2 hidden>Relationships</h2>
6567
</a>
6668
</g>
6769
</g>
68-
<!-- TypedArrayElement -->
69-
<g id="node2" class="node protocol">
70-
<title>TypedArrayElement</title>
71-
<g id="a_node2"><a xlink:href="/JavaScriptKit/TypedArrayElement" xlink:title="TypedArrayElement">
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">
7274
<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"/>
73-
<text text-anchor="middle" x="207" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">TypedArrayElement</text>
75+
<text text-anchor="middle" x="207" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">JSString</text>
7476
</a>
7577
</g>
7678
</g>
77-
<!-- TypedArrayElement&#45;&gt;ConvertibleToJSValue -->
78-
<g id="edge2" class="edge conformsTo">
79-
<title>TypedArrayElement&#45;&gt;ConvertibleToJSValue</title>
79+
<!-- JSString&#45;&gt;ConvertibleToJSValue -->
80+
<g id="edge1" class="edge conformsTo">
81+
<title>JSString&#45;&gt;ConvertibleToJSValue</title>
8082
<path fill="none" stroke="#000000" d="M263.4866,-71.9243C294.5129,-61.9959 333.1703,-49.6255 365.6306,-39.2382"/>
8183
<polygon fill="#000000" stroke="#000000" points="367.0327,-42.4645 375.4902,-36.0831 364.8992,-35.7975 367.0327,-42.4645"/>
8284
</g>
83-
<!-- JSString -->
84-
<g id="node3" class="node structure">
85-
<title>JSString</title>
86-
<g id="a_node3"><a xlink:href="/JavaScriptKit/JSString" xlink:title="JSString">
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">
8789
<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"/>
88-
<text text-anchor="middle" x="657" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">JSString</text>
90+
<text text-anchor="middle" x="657" y="-86.3" font-family="Menlo" font-size="14.00" fill="#000000">TypedArrayElement</text>
8991
</a>
9092
</g>
9193
</g>
92-
<!-- JSString&#45;&gt;ConvertibleToJSValue -->
93-
<g id="edge1" class="edge conformsTo">
94-
<title>JSString&#45;&gt;ConvertibleToJSValue</title>
94+
<!-- TypedArrayElement&#45;&gt;ConvertibleToJSValue -->
95+
<g id="edge2" class="edge conformsTo">
96+
<title>TypedArrayElement&#45;&gt;ConvertibleToJSValue</title>
9597
<path fill="none" stroke="#000000" d="M600.5134,-71.9243C569.4871,-61.9959 530.8297,-49.6255 498.3694,-39.2382"/>
9698
<polygon fill="#000000" stroke="#000000" points="499.1008,-35.7975 488.5098,-36.0831 496.9673,-42.4645 499.1008,-35.7975"/>
9799
</g>
@@ -121,7 +123,9 @@ <h2>Requirements</h2>
121123
<h3>
122124
<code>js​Value()</code>
123125
</h3>
124-
<html><body><pre class="highlight"><code><span class="keyword">func</span> <span class="function">jsValue</span>() -&gt; <a href="/JavaScriptKit/JSValue"><span class="type">JSValue</span></a></code></pre></body></html>
126+
<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>
128+
</div>
125129
<div class="summary" role="doc-abstract">
126130
<p>Create a JSValue that represents this object</p>
127131

@@ -133,7 +137,7 @@ <h3>
133137

134138
<footer>
135139
<p>
136-
Generated on <time datetime="2021-03-24T20:09:47+0000">March 24, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.5</span>.
140+
Generated on <time datetime="2021-04-27T12:49:49+0000">April 27, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
137141
</p>
138142
</footer>
139143
</body>

Dictionary/index.html

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>JavaScriptKit - Dictionary</title>
7+
<link rel="stylesheet" type="text/css" href="/JavaScriptKit/all.css" media="all" />
8+
</head>
9+
<body>
10+
<header>
11+
<a href="/JavaScriptKit">
12+
<strong>
13+
JavaScriptKit
14+
</strong>
15+
<span>Documentation</span>
16+
</a>
17+
<sup>Beta</sup>
18+
</header>
19+
20+
<!--
21+
<form class="search">
22+
<input type="search" placeholder="Search" />
23+
</form>
24+
-->
25+
26+
<nav>
27+
<div class="wrapper">
28+
<h2>On This Page</h2>
29+
<ol><li><a href="#methods">Methods</a><ul><li class="function"><a href="#dictionary.jsvalue()">js​Value()</a></li><li class="function"><a href="#dictionary.jsvalue()">js​Value()</a></li><li class="function"><a href="#dictionary.construct(from:)">construct(from:​)</a></li></ul></li></ol>
30+
</div>
31+
</nav>
32+
33+
<main>
34+
<article>
35+
<h1>
36+
<small>Extensions on</small>
37+
<code class="name">Dictionary</code>
38+
</h1>
39+
<section id="methods">
40+
<h2>Methods</h2>
41+
42+
<div role="article" class="function" id="dictionary.jsvalue()">
43+
<h3>
44+
<code>js​Value()</code>
45+
</h3>
46+
<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>
48+
</div>
49+
</div>
50+
<div role="article" class="function" id="dictionary.jsvalue()">
51+
<h3>
52+
<code>js​Value()</code>
53+
</h3>
54+
<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>
56+
</div>
57+
</div>
58+
<div role="article" class="function" id="dictionary.construct(from:)">
59+
<h3>
60+
<code>construct(from:​)</code>
61+
</h3>
62+
<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>
64+
</div>
65+
</div>
66+
</section>
67+
</article>
68+
</main>
69+
70+
<footer>
71+
<p>
72+
Generated on <time datetime="2021-04-27T12:49:50+0000">April 27, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-beta.6</span>.
73+
</p>
74+
</footer>
75+
</body>
76+
</html>

0 commit comments

Comments
 (0)