@itee/tasks 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/configs/docs/doc.conf.mjs +55 -0
- package/docs/-_utils.mjs.html +848 -0
- package/docs/cleans_clean.task.mjs.html +239 -0
- package/docs/fonts/glyphicons-halflings-regular.eot +0 -0
- package/docs/fonts/glyphicons-halflings-regular.svg +288 -0
- package/docs/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/docs/fonts/glyphicons-halflings-regular.woff +0 -0
- package/docs/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/docs/global.html +1668 -0
- package/docs/helps_help.task.mjs.html +362 -0
- package/docs/img/glyphicons-halflings-white.png +0 -0
- package/docs/img/glyphicons-halflings.png +0 -0
- package/docs/index.html +228 -0
- package/docs/lints_lint.task.mjs.html +252 -0
- package/docs/patches_patch.task.mjs.html +251 -0
- package/docs/quicksearch.html +31 -0
- package/docs/releases_release.task.mjs.html +238 -0
- package/docs/scripts/docstrap.lib.js +11 -0
- package/docs/scripts/fulltext-search-ui.js +89 -0
- package/docs/scripts/fulltext-search.js +36 -0
- package/docs/scripts/lunr.min.js +6 -0
- package/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/docs/scripts/prettify/jquery.min.js +6 -0
- package/docs/scripts/prettify/lang-css.js +21 -0
- package/docs/scripts/prettify/prettify.js +496 -0
- package/docs/scripts/sunlight.js +1157 -0
- package/docs/scripts/toc.js +203 -0
- package/docs/styles/darkstrap.css +960 -0
- package/docs/styles/prettify-tomorrow.css +132 -0
- package/docs/styles/site.cerulean.css +7008 -0
- package/docs/styles/site.cosmo.css +7061 -0
- package/docs/styles/site.cyborg.css +7048 -0
- package/docs/styles/site.darkly.css +7171 -0
- package/docs/styles/site.darkstrap.css +5638 -0
- package/docs/styles/site.dibs-bootstrap.css +5899 -0
- package/docs/styles/site.flatly.css +7147 -0
- package/docs/styles/site.journal.css +6973 -0
- package/docs/styles/site.lumen.css +7298 -0
- package/docs/styles/site.paper.css +7623 -0
- package/docs/styles/site.readable.css +6997 -0
- package/docs/styles/site.sandstone.css +7035 -0
- package/docs/styles/site.simplex.css +7023 -0
- package/docs/styles/site.slate.css +7343 -0
- package/docs/styles/site.spacelab.css +7055 -0
- package/docs/styles/site.superhero.css +7131 -0
- package/docs/styles/site.united.css +6895 -0
- package/docs/styles/site.yeti.css +7195 -0
- package/docs/styles/sunlight.dark.css +345 -0
- package/docs/styles/sunlight.default.css +344 -0
- package/docs/tests_benchmarks_compute-benchmarks.task.mjs.html +442 -0
- package/docs/tests_benchmarks_run-benchmarks-for-backend.task.mjs.html +249 -0
- package/docs/tests_benchmarks_run-benchmarks-for-frontend.task.mjs.html +254 -0
- package/docs/tests_bundlings_check-bundling-from-esm-files-direct.task.mjs.html +300 -0
- package/docs/tests_bundlings_check-bundling.task.mjs.html +231 -0
- package/docs/tests_run-tests.task.mjs.html +228 -0
- package/docs/tests_units_compute-unit-tests.task.mjs.html +753 -0
- package/docs/tests_units_run-unit-tests-for-backend.task.mjs.html +254 -0
- package/docs/tests_units_run-unit-tests-for-frontend.task.mjs.html +254 -0
- package/package.json +5 -2
- package/sources/_utils.mjs +29 -3
- package/sources/patches/patch.task.mjs +45 -0
- package/configs/docs/doc.conf.json +0 -1
package/docs/global.html
ADDED
|
@@ -0,0 +1,1668 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
|
|
3
|
+
<html lang="en">
|
|
4
|
+
<head>
|
|
5
|
+
<meta charset="utf-8">
|
|
6
|
+
<meta name="viewport" content="width=device-width">
|
|
7
|
+
<title>@itee/tasks v1.1.1 Global</title>
|
|
8
|
+
|
|
9
|
+
<!--[if lt IE 9]>
|
|
10
|
+
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
+
<![endif]-->
|
|
12
|
+
<link type="text/css" rel="stylesheet" href="styles/sunlight.dark.css">
|
|
13
|
+
|
|
14
|
+
<link type="text/css" rel="stylesheet" href="styles/site.cyborg.css">
|
|
15
|
+
|
|
16
|
+
</head>
|
|
17
|
+
|
|
18
|
+
<body>
|
|
19
|
+
|
|
20
|
+
<div class="navbar navbar-default navbar-fixed-top ">
|
|
21
|
+
<div class="container">
|
|
22
|
+
<div class="navbar-header">
|
|
23
|
+
<a class="navbar-brand" href="index.html">@itee/tasks v1.1.1</a>
|
|
24
|
+
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
|
|
25
|
+
<span class="icon-bar"></span>
|
|
26
|
+
<span class="icon-bar"></span>
|
|
27
|
+
<span class="icon-bar"></span>
|
|
28
|
+
</button>
|
|
29
|
+
</div>
|
|
30
|
+
<div class="navbar-collapse collapse" id="topNavigation">
|
|
31
|
+
<ul class="nav navbar-nav">
|
|
32
|
+
|
|
33
|
+
<li class="dropdown">
|
|
34
|
+
<a href="global.html" class="dropdown-toggle" data-toggle="dropdown">Global<b class="caret"></b></a>
|
|
35
|
+
<ul class="dropdown-menu inline">
|
|
36
|
+
<li><a href="global.html#checkBundlingFromEsmFilesDirectTask">checkBundlingFromEsmFilesDirectTask</a></li><li><a href="global.html#checkBundlingTask">checkBundlingTask</a></li><li><a href="global.html#computeBenchmarksTask">computeBenchmarksTask</a></li><li><a href="global.html#computeUnitTestsTask">computeUnitTestsTask</a></li><li><a href="global.html#createRollupConfigs">createRollupConfigs</a></li><li><a href="global.html#npmrunclean">npm run clean</a></li><li><a href="global.html#npmrunhelpdefault">npm run help ( default )</a></li><li><a href="global.html#npmrunlint">npm run lint</a></li><li><a href="global.html#npmrunpatch">npm run patch</a></li><li><a href="global.html#npmrunrelease">npm run release</a></li><li><a href="global.html#npmruntest">npm run test</a></li><li><a href="global.html#runBenchmarksForBackendTask">runBenchmarksForBackendTask</a></li><li><a href="global.html#runBenchmarksForFrontendTask">runBenchmarksForFrontendTask</a></li><li><a href="global.html#runUnitTestsForBackendTask">runUnitTestsForBackendTask</a></li><li><a href="global.html#runUnitTestsForFrontendTask">runUnitTestsForFrontendTask</a></li>
|
|
37
|
+
</ul>
|
|
38
|
+
</li>
|
|
39
|
+
|
|
40
|
+
</ul>
|
|
41
|
+
|
|
42
|
+
<div class="col-sm-3 col-md-3">
|
|
43
|
+
<form class="navbar-form" role="search">
|
|
44
|
+
<div class="input-group">
|
|
45
|
+
<input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
|
|
46
|
+
<div class="input-group-btn">
|
|
47
|
+
<button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</form>
|
|
51
|
+
</div>
|
|
52
|
+
|
|
53
|
+
</div>
|
|
54
|
+
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
<div class="container" id="toc-content">
|
|
60
|
+
<div class="row">
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
<div class="col-md-8">
|
|
64
|
+
|
|
65
|
+
<div id="main">
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
<h1 class="page-title">Global</h1>
|
|
69
|
+
<section>
|
|
70
|
+
|
|
71
|
+
<header>
|
|
72
|
+
|
|
73
|
+
<h2>
|
|
74
|
+
|
|
75
|
+
</h2>
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
</header>
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
<article>
|
|
82
|
+
<div class="container-overview">
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
<dl class="details">
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
</dl>
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
</div>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
<h3 class="subsection-title">Members</h3>
|
|
142
|
+
|
|
143
|
+
<dl>
|
|
144
|
+
|
|
145
|
+
<hr>
|
|
146
|
+
<dt class="name" id="checkBundlingTask">
|
|
147
|
+
<h4 id="checkBundlingTask"><span class="type-signature"><constant> </span>checkBundlingTask<span class="type-signature"></span></h4>
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
</dt>
|
|
151
|
+
<dd>
|
|
152
|
+
|
|
153
|
+
<div class="description">
|
|
154
|
+
In view to detect bundling side effects this task will
|
|
155
|
+
create intermediary file for each individual export from this package
|
|
156
|
+
and then create rollup config for each of them and bundle
|
|
157
|
+
Todo: Check for different targets env like next task below this one
|
|
158
|
+
</div>
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
<dl class="details">
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
195
|
+
<dd class="tag-source">
|
|
196
|
+
<ul class="dummy">
|
|
197
|
+
<li>
|
|
198
|
+
<a href="tests_bundlings_check-bundling.task.mjs.html">tests/bundlings/check-bundling.task.mjs</a>,
|
|
199
|
+
<a href="tests_bundlings_check-bundling.task.mjs.html#sunlight-1-line-16">line 16</a>
|
|
200
|
+
</li>
|
|
201
|
+
</ul>
|
|
202
|
+
</dd>
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
</dl>
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
</dd>
|
|
215
|
+
|
|
216
|
+
</dl>
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
<h3 class="subsection-title">Methods</h3>
|
|
221
|
+
|
|
222
|
+
<dl>
|
|
223
|
+
|
|
224
|
+
<hr>
|
|
225
|
+
<dt>
|
|
226
|
+
<h4 class="name" id="checkBundlingFromEsmFilesDirectTask"><span class="type-signature"><async> </span>checkBundlingFromEsmFilesDirectTask()</h4>
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
</dt>
|
|
230
|
+
<dd>
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
<div class="description">
|
|
234
|
+
In view to detect bundling side effects this task will
|
|
235
|
+
create intermediary file for each individual export from this package
|
|
236
|
+
and then create rollup config for each of them and bundle
|
|
237
|
+
Todo: Check for different target env like next task below this one
|
|
238
|
+
</div>
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
<dl class="details">
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
280
|
+
<dd class="tag-source">
|
|
281
|
+
<ul class="dummy">
|
|
282
|
+
<li>
|
|
283
|
+
<a href="tests_bundlings_check-bundling-from-esm-files-direct.task.mjs.html">tests/bundlings/check-bundling-from-esm-files-direct.task.mjs</a>,
|
|
284
|
+
<a href="tests_bundlings_check-bundling-from-esm-files-direct.task.mjs.html#sunlight-1-line-37">line 37</a>
|
|
285
|
+
</li>
|
|
286
|
+
</ul>
|
|
287
|
+
</dd>
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
</dl>
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
</dd>
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
<hr>
|
|
316
|
+
<dt>
|
|
317
|
+
<h4 class="name" id="computeBenchmarksTask"><span class="type-signature"><async> </span>computeBenchmarksTask()</h4>
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
</dt>
|
|
321
|
+
<dd>
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
<div class="description">
|
|
325
|
+
Will generate benchmarks files from source code against provided alternatives
|
|
326
|
+
</div>
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
<dl class="details">
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
368
|
+
<dd class="tag-source">
|
|
369
|
+
<ul class="dummy">
|
|
370
|
+
<li>
|
|
371
|
+
<a href="tests_benchmarks_compute-benchmarks.task.mjs.html">tests/benchmarks/compute-benchmarks.task.mjs</a>,
|
|
372
|
+
<a href="tests_benchmarks_compute-benchmarks.task.mjs.html#sunlight-1-line-35">line 35</a>
|
|
373
|
+
</li>
|
|
374
|
+
</ul>
|
|
375
|
+
</dd>
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
</dl>
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
</dd>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
<hr>
|
|
404
|
+
<dt>
|
|
405
|
+
<h4 class="name" id="computeUnitTestsTask"><span class="type-signature"><async> </span>computeUnitTestsTask()</h4>
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
</dt>
|
|
409
|
+
<dd>
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
<div class="description">
|
|
413
|
+
Will generate unit test files from source code using type inference from comments
|
|
414
|
+
</div>
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
<dl class="details">
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
456
|
+
<dd class="tag-source">
|
|
457
|
+
<ul class="dummy">
|
|
458
|
+
<li>
|
|
459
|
+
<a href="tests_units_compute-unit-tests.task.mjs.html">tests/units/compute-unit-tests.task.mjs</a>,
|
|
460
|
+
<a href="tests_units_compute-unit-tests.task.mjs.html#sunlight-1-line-37">line 37</a>
|
|
461
|
+
</li>
|
|
462
|
+
</ul>
|
|
463
|
+
</dd>
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
</dl>
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
</dd>
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
<hr>
|
|
492
|
+
<dt>
|
|
493
|
+
<h4 class="name" id="createRollupConfigs"><span class="type-signature"><generator> </span>createRollupConfigs(options)</h4>
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
</dt>
|
|
497
|
+
<dd>
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
<div class="description">
|
|
501
|
+
Will create an appropriate configuration object for rollup, related to the given arguments.
|
|
502
|
+
</div>
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
<h5>Parameters:</h5>
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
<table class="params table table-striped">
|
|
515
|
+
<thead>
|
|
516
|
+
<tr>
|
|
517
|
+
|
|
518
|
+
<th>Name</th>
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
<th>Type</th>
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
<th class="last">Description</th>
|
|
528
|
+
</tr>
|
|
529
|
+
</thead>
|
|
530
|
+
|
|
531
|
+
<tbody>
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
<tr>
|
|
535
|
+
|
|
536
|
+
<td class="name"><code>options</code></td>
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
<td class="type">
|
|
540
|
+
|
|
541
|
+
</td>
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
<td class="description last"></td>
|
|
548
|
+
</tr>
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
</tbody>
|
|
552
|
+
</table>
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
<dl class="details">
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
588
|
+
<dd class="tag-source">
|
|
589
|
+
<ul class="dummy">
|
|
590
|
+
<li>
|
|
591
|
+
<a href="-_utils.mjs.html">_utils.mjs</a>,
|
|
592
|
+
<a href="-_utils.mjs.html#sunlight-1-line-425">line 425</a>
|
|
593
|
+
</li>
|
|
594
|
+
</ul>
|
|
595
|
+
</dd>
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
</dl>
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
<h5>Returns:</h5>
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
<div class="param-desc">
|
|
621
|
+
An array of rollup configuration
|
|
622
|
+
</div>
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
<dl>
|
|
627
|
+
<dt>
|
|
628
|
+
Type
|
|
629
|
+
</dt>
|
|
630
|
+
<dd>
|
|
631
|
+
|
|
632
|
+
<span class="param-type">Array.<json></span>
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
</dd>
|
|
637
|
+
</dl>
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
</dd>
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
<hr>
|
|
648
|
+
<dt>
|
|
649
|
+
<h4 class="name" id="npmrunclean"><span class="type-signature"></span>npm run clean()</h4>
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
</dt>
|
|
653
|
+
<dd>
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
<div class="description">
|
|
657
|
+
Will delete builds and temporary folders
|
|
658
|
+
</div>
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
<dl class="details">
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
700
|
+
<dd class="tag-source">
|
|
701
|
+
<ul class="dummy">
|
|
702
|
+
<li>
|
|
703
|
+
<a href="cleans_clean.task.mjs.html">cleans/clean.task.mjs</a>,
|
|
704
|
+
<a href="cleans_clean.task.mjs.html#sunlight-1-line-15">line 15</a>
|
|
705
|
+
</li>
|
|
706
|
+
</ul>
|
|
707
|
+
</dd>
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
</dl>
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
</dd>
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
<hr>
|
|
736
|
+
<dt>
|
|
737
|
+
<h4 class="name" id="npmrunhelpdefault"><span class="type-signature"></span>npm run help ()</h4>
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
</dt>
|
|
741
|
+
<dd>
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
<div class="description">
|
|
745
|
+
Will display the help in console
|
|
746
|
+
</div>
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
<dl class="details">
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
788
|
+
<dd class="tag-source">
|
|
789
|
+
<ul class="dummy">
|
|
790
|
+
<li>
|
|
791
|
+
<a href="helps_help.task.mjs.html">helps/help.task.mjs</a>,
|
|
792
|
+
<a href="helps_help.task.mjs.html#sunlight-1-line-64">line 64</a>
|
|
793
|
+
</li>
|
|
794
|
+
</ul>
|
|
795
|
+
</dd>
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
</dl>
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
</dd>
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
<hr>
|
|
824
|
+
<dt>
|
|
825
|
+
<h4 class="name" id="npmrunlint"><span class="type-signature"></span>npm run lint()</h4>
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
</dt>
|
|
829
|
+
<dd>
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
<div class="description">
|
|
833
|
+
Will lint the sources files and try to fix the style when possible
|
|
834
|
+
</div>
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
<dl class="details">
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
876
|
+
<dd class="tag-source">
|
|
877
|
+
<ul class="dummy">
|
|
878
|
+
<li>
|
|
879
|
+
<a href="lints_lint.task.mjs.html">lints/lint.task.mjs</a>,
|
|
880
|
+
<a href="lints_lint.task.mjs.html#sunlight-1-line-16">line 16</a>
|
|
881
|
+
</li>
|
|
882
|
+
</ul>
|
|
883
|
+
</dd>
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
</dl>
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
</dd>
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
<hr>
|
|
912
|
+
<dt>
|
|
913
|
+
<h4 class="name" id="npmrunpatch"><span class="type-signature"></span>npm run patch()</h4>
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
</dt>
|
|
917
|
+
<dd>
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
<div class="description">
|
|
921
|
+
Will apply some patch/replacements in dependencies
|
|
922
|
+
</div>
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
<dl class="details">
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
964
|
+
<dd class="tag-source">
|
|
965
|
+
<ul class="dummy">
|
|
966
|
+
<li>
|
|
967
|
+
<a href="patches_patch.task.mjs.html">patches/patch.task.mjs</a>,
|
|
968
|
+
<a href="patches_patch.task.mjs.html#sunlight-1-line-15">line 15</a>
|
|
969
|
+
</li>
|
|
970
|
+
</ul>
|
|
971
|
+
</dd>
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
</dl>
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
</dd>
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
<hr>
|
|
1000
|
+
<dt>
|
|
1001
|
+
<h4 class="name" id="npmrunrelease"><span class="type-signature"></span>npm run release()</h4>
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
</dt>
|
|
1005
|
+
<dd>
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
<div class="description">
|
|
1009
|
+
Will perform a complete release of the library including 'clean', 'lint', 'doc', 'build-tests', 'test' and finally 'build'.
|
|
1010
|
+
</div>
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
<dl class="details">
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
1052
|
+
<dd class="tag-source">
|
|
1053
|
+
<ul class="dummy">
|
|
1054
|
+
<li>
|
|
1055
|
+
<a href="releases_release.task.mjs.html">releases/release.task.mjs</a>,
|
|
1056
|
+
<a href="releases_release.task.mjs.html#sunlight-1-line-14">line 14</a>
|
|
1057
|
+
</li>
|
|
1058
|
+
</ul>
|
|
1059
|
+
</dd>
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
</dl>
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
</dd>
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
<hr>
|
|
1088
|
+
<dt>
|
|
1089
|
+
<h4 class="name" id="npmruntest"><span class="type-signature"></span>npm run test()</h4>
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
</dt>
|
|
1093
|
+
<dd>
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
<div class="description">
|
|
1097
|
+
Will run unit tests and benchmarks for backend (node) and frontend (web-test-runner) environments
|
|
1098
|
+
</div>
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
<dl class="details">
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
1140
|
+
<dd class="tag-source">
|
|
1141
|
+
<ul class="dummy">
|
|
1142
|
+
<li>
|
|
1143
|
+
<a href="tests_run-tests.task.mjs.html">tests/run-tests.task.mjs</a>,
|
|
1144
|
+
<a href="tests_run-tests.task.mjs.html#sunlight-1-line-9">line 9</a>
|
|
1145
|
+
</li>
|
|
1146
|
+
</ul>
|
|
1147
|
+
</dd>
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
</dl>
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
</dd>
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
<hr>
|
|
1176
|
+
<dt>
|
|
1177
|
+
<h4 class="name" id="runBenchmarksForBackendTask"><span class="type-signature"><async> </span>runBenchmarksForBackendTask()</h4>
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
</dt>
|
|
1181
|
+
<dd>
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
<div class="description">
|
|
1185
|
+
Will run benchmarks with node
|
|
1186
|
+
</div>
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
<dl class="details">
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
1228
|
+
<dd class="tag-source">
|
|
1229
|
+
<ul class="dummy">
|
|
1230
|
+
<li>
|
|
1231
|
+
<a href="tests_benchmarks_run-benchmarks-for-backend.task.mjs.html">tests/benchmarks/run-benchmarks-for-backend.task.mjs</a>,
|
|
1232
|
+
<a href="tests_benchmarks_run-benchmarks-for-backend.task.mjs.html#sunlight-1-line-22">line 22</a>
|
|
1233
|
+
</li>
|
|
1234
|
+
</ul>
|
|
1235
|
+
</dd>
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
|
|
1243
|
+
</dl>
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
</dd>
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
<hr>
|
|
1264
|
+
<dt>
|
|
1265
|
+
<h4 class="name" id="runBenchmarksForFrontendTask"><span class="type-signature"></span>runBenchmarksForFrontendTask()</h4>
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
</dt>
|
|
1269
|
+
<dd>
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
<div class="description">
|
|
1273
|
+
Will run benchmarks with web-test-runner
|
|
1274
|
+
</div>
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
<dl class="details">
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
1316
|
+
<dd class="tag-source">
|
|
1317
|
+
<ul class="dummy">
|
|
1318
|
+
<li>
|
|
1319
|
+
<a href="tests_benchmarks_run-benchmarks-for-frontend.task.mjs.html">tests/benchmarks/run-benchmarks-for-frontend.task.mjs</a>,
|
|
1320
|
+
<a href="tests_benchmarks_run-benchmarks-for-frontend.task.mjs.html#sunlight-1-line-16">line 16</a>
|
|
1321
|
+
</li>
|
|
1322
|
+
</ul>
|
|
1323
|
+
</dd>
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
</dl>
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
</dd>
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
|
|
1351
|
+
<hr>
|
|
1352
|
+
<dt>
|
|
1353
|
+
<h4 class="name" id="runUnitTestsForBackendTask"><span class="type-signature"></span>runUnitTestsForBackendTask()</h4>
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
</dt>
|
|
1357
|
+
<dd>
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
<div class="description">
|
|
1361
|
+
Will run unit tests with node
|
|
1362
|
+
</div>
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
<dl class="details">
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
1404
|
+
<dd class="tag-source">
|
|
1405
|
+
<ul class="dummy">
|
|
1406
|
+
<li>
|
|
1407
|
+
<a href="tests_units_run-unit-tests-for-backend.task.mjs.html">tests/units/run-unit-tests-for-backend.task.mjs</a>,
|
|
1408
|
+
<a href="tests_units_run-unit-tests-for-backend.task.mjs.html#sunlight-1-line-24">line 24</a>
|
|
1409
|
+
</li>
|
|
1410
|
+
</ul>
|
|
1411
|
+
</dd>
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
</dl>
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
</dd>
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
<hr>
|
|
1440
|
+
<dt>
|
|
1441
|
+
<h4 class="name" id="runUnitTestsForFrontendTask"><span class="type-signature"></span>runUnitTestsForFrontendTask()</h4>
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
</dt>
|
|
1445
|
+
<dd>
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
<div class="description">
|
|
1449
|
+
Will run unit tests with web-test-runner
|
|
1450
|
+
</div>
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
<dl class="details">
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
|
|
1491
|
+
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
|
|
1492
|
+
<dd class="tag-source">
|
|
1493
|
+
<ul class="dummy">
|
|
1494
|
+
<li>
|
|
1495
|
+
<a href="tests_units_run-unit-tests-for-frontend.task.mjs.html">tests/units/run-unit-tests-for-frontend.task.mjs</a>,
|
|
1496
|
+
<a href="tests_units_run-unit-tests-for-frontend.task.mjs.html#sunlight-1-line-16">line 16</a>
|
|
1497
|
+
</li>
|
|
1498
|
+
</ul>
|
|
1499
|
+
</dd>
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
</dl>
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
</dd>
|
|
1524
|
+
|
|
1525
|
+
</dl>
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
</article>
|
|
1532
|
+
|
|
1533
|
+
</section>
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
</div>
|
|
1539
|
+
</div>
|
|
1540
|
+
|
|
1541
|
+
<div class="clearfix"></div>
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
<div class="col-md-3">
|
|
1545
|
+
<div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
|
|
1546
|
+
</div>
|
|
1547
|
+
|
|
1548
|
+
|
|
1549
|
+
</div>
|
|
1550
|
+
</div>
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
<div class="modal fade" id="searchResults">
|
|
1554
|
+
<div class="modal-dialog">
|
|
1555
|
+
<div class="modal-content">
|
|
1556
|
+
<div class="modal-header">
|
|
1557
|
+
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
|
1558
|
+
<h4 class="modal-title">Search results</h4>
|
|
1559
|
+
</div>
|
|
1560
|
+
<div class="modal-body"></div>
|
|
1561
|
+
<div class="modal-footer">
|
|
1562
|
+
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
|
|
1563
|
+
</div>
|
|
1564
|
+
</div><!-- /.modal-content -->
|
|
1565
|
+
</div><!-- /.modal-dialog -->
|
|
1566
|
+
</div>
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
<footer>
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
<span class="copyright">
|
|
1573
|
+
Copyright 2015-Present <a href="https://github.com/Itee">Itee</a> (Tristan Valcke)
|
|
1574
|
+
</span>
|
|
1575
|
+
|
|
1576
|
+
<span class="jsdoc-message">
|
|
1577
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a>
|
|
1578
|
+
|
|
1579
|
+
using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
|
|
1580
|
+
</span>
|
|
1581
|
+
</footer>
|
|
1582
|
+
|
|
1583
|
+
<script src="scripts/docstrap.lib.js"></script>
|
|
1584
|
+
<script src="scripts/toc.js"></script>
|
|
1585
|
+
|
|
1586
|
+
<script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
<script>
|
|
1590
|
+
$( function () {
|
|
1591
|
+
$( "[id*='$']" ).each( function () {
|
|
1592
|
+
var $this = $( this );
|
|
1593
|
+
|
|
1594
|
+
$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
|
|
1595
|
+
} );
|
|
1596
|
+
|
|
1597
|
+
$( ".tutorial-section pre, .readme-section pre, pre.prettyprint.source" ).each( function () {
|
|
1598
|
+
var $this = $( this );
|
|
1599
|
+
|
|
1600
|
+
var example = $this.find( "code" );
|
|
1601
|
+
exampleText = example.html();
|
|
1602
|
+
var lang = /{@lang (.*?)}/.exec( exampleText );
|
|
1603
|
+
if ( lang && lang[1] ) {
|
|
1604
|
+
exampleText = exampleText.replace( lang[0], "" );
|
|
1605
|
+
example.html( exampleText );
|
|
1606
|
+
lang = lang[1];
|
|
1607
|
+
} else {
|
|
1608
|
+
var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
|
|
1609
|
+
lang = langClassMatch ? langClassMatch[1] : "javascript";
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
if ( lang ) {
|
|
1613
|
+
|
|
1614
|
+
$this
|
|
1615
|
+
.addClass( "sunlight-highlight-" + lang )
|
|
1616
|
+
.addClass( "linenums" )
|
|
1617
|
+
.html( example.html() );
|
|
1618
|
+
|
|
1619
|
+
}
|
|
1620
|
+
} );
|
|
1621
|
+
|
|
1622
|
+
Sunlight.highlightAll( {
|
|
1623
|
+
lineNumbers : true,
|
|
1624
|
+
showMenu : true,
|
|
1625
|
+
enableDoclinks : true
|
|
1626
|
+
} );
|
|
1627
|
+
|
|
1628
|
+
$.catchAnchorLinks( {
|
|
1629
|
+
navbarOffset: 10
|
|
1630
|
+
} );
|
|
1631
|
+
$( "#toc" ).toc( {
|
|
1632
|
+
anchorName : function ( i, heading, prefix ) {
|
|
1633
|
+
return $( heading ).attr( "id" ) || ( prefix + i );
|
|
1634
|
+
},
|
|
1635
|
+
selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
|
|
1636
|
+
showAndHide : false,
|
|
1637
|
+
smoothScrolling: true
|
|
1638
|
+
} );
|
|
1639
|
+
|
|
1640
|
+
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
|
|
1641
|
+
$( '.dropdown-toggle' ).dropdown();
|
|
1642
|
+
|
|
1643
|
+
$( "table" ).each( function () {
|
|
1644
|
+
var $this = $( this );
|
|
1645
|
+
$this.addClass('table');
|
|
1646
|
+
} );
|
|
1647
|
+
|
|
1648
|
+
} );
|
|
1649
|
+
</script>
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
<!--Navigation and Symbol Display-->
|
|
1654
|
+
|
|
1655
|
+
|
|
1656
|
+
<!--Google Analytics-->
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
<script type="text/javascript">
|
|
1661
|
+
$(document).ready(function() {
|
|
1662
|
+
SearcherDisplay.init();
|
|
1663
|
+
});
|
|
1664
|
+
</script>
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
</body>
|
|
1668
|
+
</html>
|