Skip to content

Commit 90aaa33

Browse files
committed
Update artifacts
1 parent ae82eed commit 90aaa33

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

symbol/match/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[103,103,100,2,3,66.6667,0,0,100,103,103,100,"2539106ed0d1edbbfab3659e198935731c572dcf","2025-11-10 19:52:22 +0530"]
1+
[103,103,100,2,3,66.6667,0,0,100,103,103,100,"728317d4a7f3b92f45406d32e6ed806072fedce5","2025-11-19 02:09:41 +0000"]

symbol/match/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-11-10T14:23:33.754Z
119+
at 2025-11-19T02:11:22.220Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

symbol/match/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
217217
<div class='footer quiet pad2 space-top1 center small'>
218218
Code coverage generated by
219219
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
220-
at 2025-11-10T14:23:33.754Z
220+
at 2025-11-19T02:11:22.220Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

symbol/match/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
193193
&nbsp;
194194
// MODULES //
195195
&nbsp;
196-
var matchSymbolSupport = require( '@stdlib/assert/has-has-instance-symbol-support' ); // eslint-disable-line id-length
196+
var matchSymbolSupport = require( '@stdlib/assert/has-has-instance-symbol-support' );
197197
&nbsp;
198198
&nbsp;
199199
// MAIN //
@@ -219,7 +219,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
219219
*
220220
* ArrayLike[ MatchSymbol ] = isArray;
221221
*/
222-
var MatchSymbol = ( matchSymbolSupport() ) ? Symbol.match <span class="branch-0 cbranch-no" title="branch not covered" >: null;</span> // eslint-disable-line max-len
222+
var MatchSymbol = ( matchSymbolSupport() ) ? Symbol.match <span class="branch-0 cbranch-no" title="branch not covered" >: null;</span>
223223
&nbsp;
224224
&nbsp;
225225
// EXPORTS //
@@ -232,7 +232,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
232232
<div class='footer quiet pad2 space-top1 center small'>
233233
Code coverage generated by
234234
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
235-
at 2025-11-10T14:23:33.754Z
235+
at 2025-11-19T02:11:22.220Z
236236
</div>
237237
<script src="prettify.js"></script>
238238
<script>

0 commit comments

Comments
 (0)