Skip to content

Commit 969ed22

Browse files
committed
Fixed: location.startTag is not available if end tag is missing. Bump version. (closes inikulin#181)
1 parent f605e9b commit 969ed22

39 files changed

+557
-536
lines changed

DOC_INDEX.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,9 @@ Just try it in the latest version of your browser before submitting an issue.
133133

134134
## Version history
135135

136+
### 3.0.2
137+
* Fixed: `location.startTag` is not available if end tag is missing (GH [#181](https://github.com/inikulin/parse5/issues/181));
138+
136139
### 3.0.1
137140
* Fixed: `MarkupData.Location.col` description in TypeScript definition file (GH [#170](https://github.com/inikulin/parse5/issues/170));
138141

docs/assets/js/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/parserstream.html

Lines changed: 61 additions & 76 deletions
Large diffs are not rendered by default.

docs/classes/plaintextconversionstream.html

Lines changed: 61 additions & 76 deletions
Large diffs are not rendered by default.

docs/classes/saxparser.html

Lines changed: 62 additions & 55 deletions
Large diffs are not rendered by default.

docs/classes/serializerstream.html

Lines changed: 85 additions & 78 deletions
Large diffs are not rendered by default.

docs/globals.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h3>tree<wbr>Adapters</h3>
107107
<div class="tsd-signature tsd-kind-icon">tree<wbr>Adapters<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div>
108108
<aside class="tsd-sources">
109109
<ul>
110-
<li>Defined in index.d.ts:749</li>
110+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L749">index.d.ts:749</a></li>
111111
</ul>
112112
</aside>
113113
<div class="tsd-comment tsd-typography">
@@ -168,7 +168,7 @@ <h3>parse</h3>
168168
<li class="tsd-description">
169169
<aside class="tsd-sources">
170170
<ul>
171-
<li>Defined in index.d.ts:781</li>
171+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L781">index.d.ts:781</a></li>
172172
</ul>
173173
</aside>
174174
<div class="tsd-comment tsd-typography">
@@ -217,7 +217,7 @@ <h3>parse<wbr>Fragment</h3>
217217
<li class="tsd-description">
218218
<aside class="tsd-sources">
219219
<ul>
220-
<li>Defined in index.d.ts:805</li>
220+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L805">index.d.ts:805</a></li>
221221
</ul>
222222
</aside>
223223
<div class="tsd-comment tsd-typography">
@@ -267,7 +267,7 @@ <h4 class="tsd-returns-title">Returns <a href="modules/ast.html#documentfragment
267267
<li class="tsd-description">
268268
<aside class="tsd-sources">
269269
<ul>
270-
<li>Defined in index.d.ts:806</li>
270+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L806">index.d.ts:806</a></li>
271271
</ul>
272272
</aside>
273273
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -293,7 +293,7 @@ <h3>serialize</h3>
293293
<li class="tsd-description">
294294
<aside class="tsd-sources">
295295
<ul>
296-
<li>Defined in index.d.ts:830</li>
296+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L830">index.d.ts:830</a></li>
297297
</ul>
298298
</aside>
299299
<div class="tsd-comment tsd-typography">

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ <h3 id="q-i-have-some-weird-output-from-the-parser-seems-like-a-bug-">Q: I have
156156
</code></pre>
157157
<p>Just try it in the latest version of your browser before submitting an issue.</p>
158158
<h2 id="version-history">Version history</h2>
159+
<h3 id="3-0-2">3.0.2</h3>
160+
<ul>
161+
<li>Fixed: <code>location.startTag</code> is not available if end tag is missing (GH <a href="https://github.com/inikulin/parse5/issues/181">#181</a>);</li>
162+
</ul>
159163
<h3 id="3-0-1">3.0.1</h3>
160164
<ul>
161165
<li>Fixed: <code>MarkupData.Location.col</code> description in TypeScript definition file (GH <a href="https://github.com/inikulin/parse5/issues/170">#170</a>);</li>

docs/interfaces/ast.default.attribute.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>name</h3>
109109
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
110110
<aside class="tsd-sources">
111111
<ul>
112-
<li>Defined in index.d.ts:109</li>
112+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L109">index.d.ts:109</a></li>
113113
</ul>
114114
</aside>
115115
<div class="tsd-comment tsd-typography">
@@ -124,7 +124,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> namespace</h3>
124124
<div class="tsd-signature tsd-kind-icon">namespace<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
125125
<aside class="tsd-sources">
126126
<ul>
127-
<li>Defined in index.d.ts:117</li>
127+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L117">index.d.ts:117</a></li>
128128
</ul>
129129
</aside>
130130
<div class="tsd-comment tsd-typography">
@@ -139,7 +139,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> prefix</h3>
139139
<div class="tsd-signature tsd-kind-icon">prefix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
140140
<aside class="tsd-sources">
141141
<ul>
142-
<li>Defined in index.d.ts:121</li>
142+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L121">index.d.ts:121</a></li>
143143
</ul>
144144
</aside>
145145
<div class="tsd-comment tsd-typography">
@@ -154,7 +154,7 @@ <h3>value</h3>
154154
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
155155
<aside class="tsd-sources">
156156
<ul>
157-
<li>Defined in index.d.ts:113</li>
157+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L113">index.d.ts:113</a></li>
158158
</ul>
159159
</aside>
160160
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.commentnode.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ___location</h3>
114114
<div class="tsd-signature tsd-kind-icon">___location<span class="tsd-signature-symbol">:</span> <a href="markupdata.location.html" class="tsd-signature-type">Location</a></div>
115115
<aside class="tsd-sources">
116116
<ul>
117-
<li>Defined in index.d.ts:239</li>
117+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L239">index.d.ts:239</a></li>
118118
</ul>
119119
</aside>
120120
<div class="tsd-comment tsd-typography">
@@ -129,7 +129,7 @@ <h3>data</h3>
129129
<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
130130
<aside class="tsd-sources">
131131
<ul>
132-
<li>Defined in index.d.ts:231</li>
132+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L231">index.d.ts:231</a></li>
133133
</ul>
134134
</aside>
135135
<div class="tsd-comment tsd-typography">
@@ -145,7 +145,7 @@ <h3>node<wbr>Name</h3>
145145
<aside class="tsd-sources">
146146
<p>Overrides <a href="ast.default.node.html">Node</a>.<a href="ast.default.node.html#nodename">nodeName</a></p>
147147
<ul>
148-
<li>Defined in index.d.ts:227</li>
148+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L227">index.d.ts:227</a></li>
149149
</ul>
150150
</aside>
151151
<div class="tsd-comment tsd-typography">
@@ -160,7 +160,7 @@ <h3>parent<wbr>Node</h3>
160160
<div class="tsd-signature tsd-kind-icon">parent<wbr>Node<span class="tsd-signature-symbol">:</span> <a href="ast.default.parentnode.html" class="tsd-signature-type">ParentNode</a></div>
161161
<aside class="tsd-sources">
162162
<ul>
163-
<li>Defined in index.d.ts:235</li>
163+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L235">index.d.ts:235</a></li>
164164
</ul>
165165
</aside>
166166
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.document.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>child<wbr>Nodes</h3>
114114
<aside class="tsd-sources">
115115
<p>Inherited from <a href="ast.default.parentnode.html">ParentNode</a>.<a href="ast.default.parentnode.html#childnodes">childNodes</a></p>
116116
<ul>
117-
<li>Defined in index.d.ts:141</li>
117+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L141">index.d.ts:141</a></li>
118118
</ul>
119119
</aside>
120120
<div class="tsd-comment tsd-typography">
@@ -129,7 +129,7 @@ <h3>mode</h3>
129129
<div class="tsd-signature tsd-kind-icon">mode<span class="tsd-signature-symbol">:</span> <a href="../modules/ast.html#documentmode" class="tsd-signature-type">DocumentMode</a></div>
130130
<aside class="tsd-sources">
131131
<ul>
132-
<li>Defined in index.d.ts:177</li>
132+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L177">index.d.ts:177</a></li>
133133
</ul>
134134
</aside>
135135
<div class="tsd-comment tsd-typography">
@@ -144,7 +144,7 @@ <h3>node<wbr>Name</h3>
144144
<div class="tsd-signature tsd-kind-icon">node<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"#document"</span></div>
145145
<aside class="tsd-sources">
146146
<ul>
147-
<li>Defined in index.d.ts:173</li>
147+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L173">index.d.ts:173</a></li>
148148
</ul>
149149
</aside>
150150
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.documentfragment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h3>child<wbr>Nodes</h3>
113113
<aside class="tsd-sources">
114114
<p>Inherited from <a href="ast.default.parentnode.html">ParentNode</a>.<a href="ast.default.parentnode.html#childnodes">childNodes</a></p>
115115
<ul>
116-
<li>Defined in index.d.ts:141</li>
116+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L141">index.d.ts:141</a></li>
117117
</ul>
118118
</aside>
119119
<div class="tsd-comment tsd-typography">
@@ -128,7 +128,7 @@ <h3>node<wbr>Name</h3>
128128
<div class="tsd-signature tsd-kind-icon">node<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"#document-fragment"</span></div>
129129
<aside class="tsd-sources">
130130
<ul>
131-
<li>Defined in index.d.ts:187</li>
131+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L187">index.d.ts:187</a></li>
132132
</ul>
133133
</aside>
134134
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.documenttype.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3>name</h3>
114114
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
115115
<aside class="tsd-sources">
116116
<ul>
117-
<li>Defined in index.d.ts:155</li>
117+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L155">index.d.ts:155</a></li>
118118
</ul>
119119
</aside>
120120
<div class="tsd-comment tsd-typography">
@@ -130,7 +130,7 @@ <h3>node<wbr>Name</h3>
130130
<aside class="tsd-sources">
131131
<p>Overrides <a href="ast.default.node.html">Node</a>.<a href="ast.default.node.html#nodename">nodeName</a></p>
132132
<ul>
133-
<li>Defined in index.d.ts:151</li>
133+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L151">index.d.ts:151</a></li>
134134
</ul>
135135
</aside>
136136
<div class="tsd-comment tsd-typography">
@@ -145,7 +145,7 @@ <h3>public<wbr>Id</h3>
145145
<div class="tsd-signature tsd-kind-icon">public<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
146146
<aside class="tsd-sources">
147147
<ul>
148-
<li>Defined in index.d.ts:159</li>
148+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L159">index.d.ts:159</a></li>
149149
</ul>
150150
</aside>
151151
<div class="tsd-comment tsd-typography">
@@ -160,7 +160,7 @@ <h3>system<wbr>Id</h3>
160160
<div class="tsd-signature tsd-kind-icon">system<wbr>Id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
161161
<aside class="tsd-sources">
162162
<ul>
163-
<li>Defined in index.d.ts:163</li>
163+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L163">index.d.ts:163</a></li>
164164
</ul>
165165
</aside>
166166
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.element.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ___location</h3>
117117
<div class="tsd-signature tsd-kind-icon">___location<span class="tsd-signature-symbol">:</span> <a href="markupdata.elementlocation.html" class="tsd-signature-type">ElementLocation</a></div>
118118
<aside class="tsd-sources">
119119
<ul>
120-
<li>Defined in index.d.ts:217</li>
120+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L217">index.d.ts:217</a></li>
121121
</ul>
122122
</aside>
123123
<div class="tsd-comment tsd-typography">
@@ -132,7 +132,7 @@ <h3>attrs</h3>
132132
<div class="tsd-signature tsd-kind-icon">attrs<span class="tsd-signature-symbol">:</span> <a href="ast.default.attribute.html" class="tsd-signature-type">Attribute</a><span class="tsd-signature-symbol">[]</span></div>
133133
<aside class="tsd-sources">
134134
<ul>
135-
<li>Defined in index.d.ts:209</li>
135+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L209">index.d.ts:209</a></li>
136136
</ul>
137137
</aside>
138138
<div class="tsd-comment tsd-typography">
@@ -148,7 +148,7 @@ <h3>child<wbr>Nodes</h3>
148148
<aside class="tsd-sources">
149149
<p>Inherited from <a href="ast.default.parentnode.html">ParentNode</a>.<a href="ast.default.parentnode.html#childnodes">childNodes</a></p>
150150
<ul>
151-
<li>Defined in index.d.ts:141</li>
151+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L141">index.d.ts:141</a></li>
152152
</ul>
153153
</aside>
154154
<div class="tsd-comment tsd-typography">
@@ -163,7 +163,7 @@ <h3>namespaceURI</h3>
163163
<div class="tsd-signature tsd-kind-icon">namespaceURI<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
164164
<aside class="tsd-sources">
165165
<ul>
166-
<li>Defined in index.d.ts:205</li>
166+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L205">index.d.ts:205</a></li>
167167
</ul>
168168
</aside>
169169
<div class="tsd-comment tsd-typography">
@@ -178,7 +178,7 @@ <h3>node<wbr>Name</h3>
178178
<div class="tsd-signature tsd-kind-icon">node<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
179179
<aside class="tsd-sources">
180180
<ul>
181-
<li>Defined in index.d.ts:197</li>
181+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L197">index.d.ts:197</a></li>
182182
</ul>
183183
</aside>
184184
<div class="tsd-comment tsd-typography">
@@ -193,7 +193,7 @@ <h3>parent<wbr>Node</h3>
193193
<div class="tsd-signature tsd-kind-icon">parent<wbr>Node<span class="tsd-signature-symbol">:</span> <a href="ast.default.parentnode.html" class="tsd-signature-type">ParentNode</a></div>
194194
<aside class="tsd-sources">
195195
<ul>
196-
<li>Defined in index.d.ts:213</li>
196+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L213">index.d.ts:213</a></li>
197197
</ul>
198198
</aside>
199199
<div class="tsd-comment tsd-typography">
@@ -208,7 +208,7 @@ <h3>tag<wbr>Name</h3>
208208
<div class="tsd-signature tsd-kind-icon">tag<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
209209
<aside class="tsd-sources">
210210
<ul>
211-
<li>Defined in index.d.ts:201</li>
211+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L201">index.d.ts:201</a></li>
212212
</ul>
213213
</aside>
214214
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.node.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>node<wbr>Name</h3>
117117
<div class="tsd-signature tsd-kind-icon">node<wbr>Name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
118118
<aside class="tsd-sources">
119119
<ul>
120-
<li>Defined in index.d.ts:131</li>
120+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L131">index.d.ts:131</a></li>
121121
</ul>
122122
</aside>
123123
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.parentnode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h3>child<wbr>Nodes</h3>
117117
<div class="tsd-signature tsd-kind-icon">child<wbr>Nodes<span class="tsd-signature-symbol">:</span> <a href="ast.default.node.html" class="tsd-signature-type">Node</a><span class="tsd-signature-symbol">[]</span></div>
118118
<aside class="tsd-sources">
119119
<ul>
120-
<li>Defined in index.d.ts:141</li>
120+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L141">index.d.ts:141</a></li>
121121
</ul>
122122
</aside>
123123
<div class="tsd-comment tsd-typography">

docs/interfaces/ast.default.textnode.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> ___location</h3>
114114
<div class="tsd-signature tsd-kind-icon">___location<span class="tsd-signature-symbol">:</span> <a href="markupdata.location.html" class="tsd-signature-type">Location</a></div>
115115
<aside class="tsd-sources">
116116
<ul>
117-
<li>Defined in index.d.ts:261</li>
117+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L261">index.d.ts:261</a></li>
118118
</ul>
119119
</aside>
120120
<div class="tsd-comment tsd-typography">
@@ -130,7 +130,7 @@ <h3>node<wbr>Name</h3>
130130
<aside class="tsd-sources">
131131
<p>Overrides <a href="ast.default.node.html">Node</a>.<a href="ast.default.node.html#nodename">nodeName</a></p>
132132
<ul>
133-
<li>Defined in index.d.ts:249</li>
133+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L249">index.d.ts:249</a></li>
134134
</ul>
135135
</aside>
136136
<div class="tsd-comment tsd-typography">
@@ -145,7 +145,7 @@ <h3>parent<wbr>Node</h3>
145145
<div class="tsd-signature tsd-kind-icon">parent<wbr>Node<span class="tsd-signature-symbol">:</span> <a href="ast.default.parentnode.html" class="tsd-signature-type">ParentNode</a></div>
146146
<aside class="tsd-sources">
147147
<ul>
148-
<li>Defined in index.d.ts:257</li>
148+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L257">index.d.ts:257</a></li>
149149
</ul>
150150
</aside>
151151
<div class="tsd-comment tsd-typography">
@@ -160,7 +160,7 @@ <h3>value</h3>
160160
<div class="tsd-signature tsd-kind-icon">value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
161161
<aside class="tsd-sources">
162162
<ul>
163-
<li>Defined in index.d.ts:253</li>
163+
<li>Defined in <a href="https://github.com/inikulin/parse5/blob/f605e9b/lib/index.d.ts#L253">index.d.ts:253</a></li>
164164
</ul>
165165
</aside>
166166
<div class="tsd-comment tsd-typography">

0 commit comments

Comments
 (0)