@teambit/bundler 1.0.310 → 1.0.311
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/artifacts/schema.json
CHANGED
@@ -36,7 +36,8 @@
|
|
36
36
|
"character": 1
|
37
37
|
},
|
38
38
|
"raw": "/**\n * interface for implementing dev servers.\n */",
|
39
|
-
"comment": "interface for implementing dev servers."
|
39
|
+
"comment": "interface for implementing dev servers.",
|
40
|
+
"tags": []
|
40
41
|
},
|
41
42
|
"signature": "interface DevServer",
|
42
43
|
"name": "DevServer",
|
@@ -56,7 +57,8 @@
|
|
56
57
|
"character": 3
|
57
58
|
},
|
58
59
|
"raw": "/**\n * attach to given port and start an http server\n */",
|
59
|
-
"comment": "attach to given port and start an http server"
|
60
|
+
"comment": "attach to given port and start an http server",
|
61
|
+
"tags": []
|
60
62
|
},
|
61
63
|
"signature": "(method) DevServer.listen(port: number): Server | Promise<Server>",
|
62
64
|
"name": "listen",
|
@@ -140,7 +142,8 @@
|
|
140
142
|
"character": 3
|
141
143
|
},
|
142
144
|
"raw": "/**\n * display name of the dev server.\n */",
|
143
|
-
"comment": "display name of the dev server."
|
145
|
+
"comment": "display name of the dev server.",
|
146
|
+
"tags": []
|
144
147
|
},
|
145
148
|
"signature": "(property) DevServer.displayName?: string | undefined",
|
146
149
|
"name": "displayName",
|
@@ -170,7 +173,8 @@
|
|
170
173
|
"character": 3
|
171
174
|
},
|
172
175
|
"raw": "/**\n * icon of the dev server.\n */",
|
173
|
-
"comment": "icon of the dev server."
|
176
|
+
"comment": "icon of the dev server.",
|
177
|
+
"tags": []
|
174
178
|
},
|
175
179
|
"signature": "(property) DevServer.icon?: string | undefined",
|
176
180
|
"name": "icon",
|
@@ -200,7 +204,8 @@
|
|
200
204
|
"character": 3
|
201
205
|
},
|
202
206
|
"raw": "/**\n * serialized config of the dev server.\n */",
|
203
|
-
"comment": "serialized config of the dev server."
|
207
|
+
"comment": "serialized config of the dev server.",
|
208
|
+
"tags": []
|
204
209
|
},
|
205
210
|
"signature": "(method) DevServer.displayConfig?(): string",
|
206
211
|
"name": "displayConfig",
|
@@ -231,7 +236,8 @@
|
|
231
236
|
"character": 3
|
232
237
|
},
|
233
238
|
"raw": "/**\n * path to the config in the filesystem.\n */",
|
234
|
-
"comment": "path to the config in the filesystem."
|
239
|
+
"comment": "path to the config in the filesystem.",
|
240
|
+
"tags": []
|
235
241
|
},
|
236
242
|
"signature": "(property) DevServer.configPath?: string | undefined",
|
237
243
|
"name": "configPath",
|
@@ -261,7 +267,8 @@
|
|
261
267
|
"character": 3
|
262
268
|
},
|
263
269
|
"raw": "/**\n * id of the dev server.\n */",
|
264
|
-
"comment": "id of the dev server."
|
270
|
+
"comment": "id of the dev server.",
|
271
|
+
"tags": []
|
265
272
|
},
|
266
273
|
"signature": "(property) DevServer.id: string",
|
267
274
|
"name": "id",
|
@@ -291,7 +298,8 @@
|
|
291
298
|
"character": 3
|
292
299
|
},
|
293
300
|
"raw": "/**\n * hash of the dev server.\n * This is used in order to determine if we should spin a different dev server.\n */",
|
294
|
-
"comment": "hash of the dev server.\nThis is used in order to determine if we should spin a different dev server."
|
301
|
+
"comment": "hash of the dev server.\nThis is used in order to determine if we should spin a different dev server.",
|
302
|
+
"tags": []
|
295
303
|
},
|
296
304
|
"signature": "(method) DevServer.hash?(): string",
|
297
305
|
"name": "hash",
|
@@ -322,7 +330,8 @@
|
|
322
330
|
"character": 3
|
323
331
|
},
|
324
332
|
"raw": "/**\n * return the dev server version.\n */",
|
325
|
-
"comment": "return the dev server version."
|
333
|
+
"comment": "return the dev server version.",
|
334
|
+
"tags": []
|
326
335
|
},
|
327
336
|
"signature": "(method) DevServer.version?(): string",
|
328
337
|
"name": "version",
|
@@ -412,7 +421,8 @@
|
|
412
421
|
"character": 3
|
413
422
|
},
|
414
423
|
"raw": "/**\n * array of files to include.\n */",
|
415
|
-
"comment": "array of files to include."
|
424
|
+
"comment": "array of files to include.",
|
425
|
+
"tags": []
|
416
426
|
},
|
417
427
|
"signature": "(property) DevServerContext.entry: string[]",
|
418
428
|
"name": "entry",
|
@@ -450,7 +460,8 @@
|
|
450
460
|
"character": 3
|
451
461
|
},
|
452
462
|
"raw": "/**\n * public path.\n */",
|
453
|
-
"comment": "public path."
|
463
|
+
"comment": "public path.",
|
464
|
+
"tags": []
|
454
465
|
},
|
455
466
|
"signature": "(property) DevServerContext.publicPath: string",
|
456
467
|
"name": "publicPath",
|
@@ -480,7 +491,8 @@
|
|
480
491
|
"character": 3
|
481
492
|
},
|
482
493
|
"raw": "/**\n * root path of the workspace.\n */",
|
483
|
-
"comment": "root path of the workspace."
|
494
|
+
"comment": "root path of the workspace.",
|
495
|
+
"tags": []
|
484
496
|
},
|
485
497
|
"signature": "(property) DevServerContext.rootPath: string",
|
486
498
|
"name": "rootPath",
|
@@ -510,7 +522,8 @@
|
|
510
522
|
"character": 3
|
511
523
|
},
|
512
524
|
"raw": "/**\n * title of the page.\n */",
|
513
|
-
"comment": "title of the page."
|
525
|
+
"comment": "title of the page.",
|
526
|
+
"tags": []
|
514
527
|
},
|
515
528
|
"signature": "(property) DevServerContext.title?: string | undefined",
|
516
529
|
"name": "title",
|
@@ -540,7 +553,8 @@
|
|
540
553
|
"character": 3
|
541
554
|
},
|
542
555
|
"raw": "/**\n * favicon of the page.\n */",
|
543
|
-
"comment": "favicon of the page."
|
556
|
+
"comment": "favicon of the page.",
|
557
|
+
"tags": []
|
544
558
|
},
|
545
559
|
"signature": "(property) DevServerContext.favicon?: string | undefined",
|
546
560
|
"name": "favicon",
|
@@ -570,7 +584,8 @@
|
|
570
584
|
"character": 3
|
571
585
|
},
|
572
586
|
"raw": "/**\n * A path for the host root dir\n * Host root dir is usually the env root dir\n * This can be used in different bundle options which run require.resolve\n * for example when configuring webpack aliases or webpack expose loader on the peers deps\n */",
|
573
|
-
"comment": "A path for the host root dir\nHost root dir is usually the env root dir\nThis can be used in different bundle options which run require.resolve\nfor example when configuring webpack aliases or webpack expose loader on the peers deps"
|
587
|
+
"comment": "A path for the host root dir\nHost root dir is usually the env root dir\nThis can be used in different bundle options which run require.resolve\nfor example when configuring webpack aliases or webpack expose loader on the peers deps",
|
588
|
+
"tags": []
|
574
589
|
},
|
575
590
|
"signature": "(property) DevServerContext.hostRootDir?: string | undefined",
|
576
591
|
"name": "hostRootDir",
|
@@ -600,7 +615,8 @@
|
|
600
615
|
"character": 3
|
601
616
|
},
|
602
617
|
"raw": "/**\n * Array of host dependencies, they are used later in case you use one of the following:\n *\n */",
|
603
|
-
"comment": "Array of host dependencies, they are used later in case you use one of the following:"
|
618
|
+
"comment": "Array of host dependencies, they are used later in case you use one of the following:",
|
619
|
+
"tags": []
|
604
620
|
},
|
605
621
|
"signature": "(property) DevServerContext.hostDependencies?: string[] | undefined",
|
606
622
|
"name": "hostDependencies",
|
@@ -638,7 +654,8 @@
|
|
638
654
|
"character": 3
|
639
655
|
},
|
640
656
|
"raw": "/**\n * Make the hostDependencies externals. externals (from webpack docs):\n * The externals configuration option provides a way of excluding dependencies from the output bundles.\n * Instead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.\n */",
|
641
|
-
"comment": "Make the hostDependencies externals. externals (from webpack docs):\nThe externals configuration option provides a way of excluding dependencies from the output bundles.\nInstead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment."
|
657
|
+
"comment": "Make the hostDependencies externals. externals (from webpack docs):\nThe externals configuration option provides a way of excluding dependencies from the output bundles.\nInstead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.",
|
658
|
+
"tags": []
|
642
659
|
},
|
643
660
|
"signature": "(property) DevServerContext.externalizeHostDependencies?: boolean | undefined",
|
644
661
|
"name": "externalizeHostDependencies",
|
@@ -668,7 +685,8 @@
|
|
668
685
|
"character": 3
|
669
686
|
},
|
670
687
|
"raw": "/**\n * Make aliases for the hostDependencies.\n * the path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\n * this will usually replace the instance of import one of the host dependencies by the instance of the env provided it\n */",
|
671
|
-
"comment": "Make aliases for the hostDependencies.\nthe path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\nthis will usually replace the instance of import one of the host dependencies by the instance of the env provided it"
|
688
|
+
"comment": "Make aliases for the hostDependencies.\nthe path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\nthis will usually replace the instance of import one of the host dependencies by the instance of the env provided it",
|
689
|
+
"tags": []
|
672
690
|
},
|
673
691
|
"signature": "(property) DevServerContext.aliasHostDependencies?: boolean | undefined",
|
674
692
|
"name": "aliasHostDependencies",
|
@@ -706,7 +724,7 @@
|
|
706
724
|
"_legacy": {
|
707
725
|
"scope": "teambit.compilation",
|
708
726
|
"name": "bundler",
|
709
|
-
"version": "1.0.
|
727
|
+
"version": "1.0.311"
|
710
728
|
},
|
711
729
|
"_scope": "teambit.compilation"
|
712
730
|
}
|
@@ -748,7 +766,8 @@
|
|
748
766
|
"character": 3
|
749
767
|
},
|
750
768
|
"raw": "/**\n * targets for bundling.\n */",
|
751
|
-
"comment": "targets for bundling."
|
769
|
+
"comment": "targets for bundling.",
|
770
|
+
"tags": []
|
752
771
|
},
|
753
772
|
"signature": "(property) BundlerContext.targets: Target[]",
|
754
773
|
"name": "targets",
|
@@ -786,7 +805,8 @@
|
|
786
805
|
"character": 3
|
787
806
|
},
|
788
807
|
"raw": "/**\n * determines whether it is a production build, default is `true`.\n * in development, expect the bundler to favour debugging on the expanse of optimization.\n */",
|
789
|
-
"comment": "determines whether it is a production build, default is `true`.\nin development, expect the bundler to favour debugging on the expanse of optimization."
|
808
|
+
"comment": "determines whether it is a production build, default is `true`.\nin development, expect the bundler to favour debugging on the expanse of optimization.",
|
809
|
+
"tags": []
|
790
810
|
},
|
791
811
|
"signature": "(property) BundlerContext.development?: boolean | undefined",
|
792
812
|
"name": "development",
|
@@ -816,7 +836,8 @@
|
|
816
836
|
"character": 3
|
817
837
|
},
|
818
838
|
"raw": "/**\n * public path output of the bundle.\n */",
|
819
|
-
"comment": "public path output of the bundle."
|
839
|
+
"comment": "public path output of the bundle.",
|
840
|
+
"tags": []
|
820
841
|
},
|
821
842
|
"signature": "(property) BundlerContext.publicPath?: string | undefined",
|
822
843
|
"name": "publicPath",
|
@@ -846,7 +867,8 @@
|
|
846
867
|
"character": 3
|
847
868
|
},
|
848
869
|
"raw": "/**\n * root path\n */",
|
849
|
-
"comment": "root path"
|
870
|
+
"comment": "root path",
|
871
|
+
"tags": []
|
850
872
|
},
|
851
873
|
"signature": "(property) BundlerContext.rootPath?: string | undefined",
|
852
874
|
"name": "rootPath",
|
@@ -876,7 +898,8 @@
|
|
876
898
|
"character": 3
|
877
899
|
},
|
878
900
|
"raw": "/**\n * Whether to run compression by the bundler\n */",
|
879
|
-
"comment": "Whether to run compression by the bundler"
|
901
|
+
"comment": "Whether to run compression by the bundler",
|
902
|
+
"tags": []
|
880
903
|
},
|
881
904
|
"signature": "(property) BundlerContext.compress?: boolean | undefined",
|
882
905
|
"name": "compress",
|
@@ -906,7 +929,8 @@
|
|
906
929
|
"character": 3
|
907
930
|
},
|
908
931
|
"raw": "/**\n * config for html generation for all targets\n */",
|
909
|
-
"comment": "config for html generation for all targets"
|
932
|
+
"comment": "config for html generation for all targets",
|
933
|
+
"tags": []
|
910
934
|
},
|
911
935
|
"signature": "(property) BundlerContext.html?: HtmlConfig[] | undefined",
|
912
936
|
"name": "html",
|
@@ -944,7 +968,8 @@
|
|
944
968
|
"character": 3
|
945
969
|
},
|
946
970
|
"raw": "/**\n * modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers.\n */",
|
947
|
-
"comment": "modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers."
|
971
|
+
"comment": "modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers.",
|
972
|
+
"tags": []
|
948
973
|
},
|
949
974
|
"signature": "(property) BundlerContext.modules?: {\n name: string;\n fileName: string;\n exposes: {\n [key: string]: string;\n };\n} | undefined",
|
950
975
|
"name": "modules",
|
@@ -1073,7 +1098,8 @@
|
|
1073
1098
|
"character": 3
|
1074
1099
|
},
|
1075
1100
|
"raw": "/**\n * Additional info that can be used by the bundler for different stuff like logging info\n */",
|
1076
|
-
"comment": "Additional info that can be used by the bundler for different stuff like logging info"
|
1101
|
+
"comment": "Additional info that can be used by the bundler for different stuff like logging info",
|
1102
|
+
"tags": []
|
1077
1103
|
},
|
1078
1104
|
"signature": "(property) BundlerContext.metaData?: MetaData | undefined",
|
1079
1105
|
"name": "metaData",
|
@@ -1111,7 +1137,7 @@
|
|
1111
1137
|
"_legacy": {
|
1112
1138
|
"scope": "teambit.compilation",
|
1113
1139
|
"name": "bundler",
|
1114
|
-
"version": "1.0.
|
1140
|
+
"version": "1.0.311"
|
1115
1141
|
},
|
1116
1142
|
"_scope": "teambit.compilation"
|
1117
1143
|
}
|
@@ -1160,7 +1186,8 @@
|
|
1160
1186
|
"character": 3
|
1161
1187
|
},
|
1162
1188
|
"raw": "/**\n * entries of the target.\n */",
|
1163
|
-
"comment": "entries of the target."
|
1189
|
+
"comment": "entries of the target.",
|
1190
|
+
"tags": []
|
1164
1191
|
},
|
1165
1192
|
"signature": "(property) entries: string[] | EntryMap",
|
1166
1193
|
"name": "entries",
|
@@ -1217,7 +1244,8 @@
|
|
1217
1244
|
"character": 3
|
1218
1245
|
},
|
1219
1246
|
"raw": "/**\n * array of components included in the target.\n */",
|
1220
|
-
"comment": "array of components included in the target."
|
1247
|
+
"comment": "array of components included in the target.",
|
1248
|
+
"tags": []
|
1221
1249
|
},
|
1222
1250
|
"signature": "(property) components: Component[]",
|
1223
1251
|
"name": "components",
|
@@ -1259,7 +1287,8 @@
|
|
1259
1287
|
"character": 3
|
1260
1288
|
},
|
1261
1289
|
"raw": "/**\n * output path of the target\n */",
|
1262
|
-
"comment": "output path of the target"
|
1290
|
+
"comment": "output path of the target",
|
1291
|
+
"tags": []
|
1263
1292
|
},
|
1264
1293
|
"signature": "(property) outputPath: string",
|
1265
1294
|
"name": "outputPath",
|
@@ -1289,7 +1318,8 @@
|
|
1289
1318
|
"character": 3
|
1290
1319
|
},
|
1291
1320
|
"raw": "/**\n * This option determines the name of each output bundle\n */",
|
1292
|
-
"comment": "This option determines the name of each output bundle"
|
1321
|
+
"comment": "This option determines the name of each output bundle",
|
1322
|
+
"tags": []
|
1293
1323
|
},
|
1294
1324
|
"signature": "(property) filename?: string | undefined",
|
1295
1325
|
"name": "filename",
|
@@ -1319,7 +1349,8 @@
|
|
1319
1349
|
"character": 3
|
1320
1350
|
},
|
1321
1351
|
"raw": "/**\n * This option determines the name of non-initial chunk files\n */",
|
1322
|
-
"comment": "This option determines the name of non-initial chunk files"
|
1352
|
+
"comment": "This option determines the name of non-initial chunk files",
|
1353
|
+
"tags": []
|
1323
1354
|
},
|
1324
1355
|
"signature": "(property) chunkFilename?: string | undefined",
|
1325
1356
|
"name": "chunkFilename",
|
@@ -1349,7 +1380,8 @@
|
|
1349
1380
|
"character": 3
|
1350
1381
|
},
|
1351
1382
|
"raw": "/**\n * Whether to run compression by the bundler\n */",
|
1352
|
-
"comment": "Whether to run compression by the bundler"
|
1383
|
+
"comment": "Whether to run compression by the bundler",
|
1384
|
+
"tags": []
|
1353
1385
|
},
|
1354
1386
|
"signature": "(property) compress?: boolean | undefined",
|
1355
1387
|
"name": "compress",
|
@@ -1379,7 +1411,8 @@
|
|
1379
1411
|
"character": 3
|
1380
1412
|
},
|
1381
1413
|
"raw": "/**\n * List of peer dependencies\n */",
|
1382
|
-
"comment": "List of peer dependencies"
|
1414
|
+
"comment": "List of peer dependencies",
|
1415
|
+
"tags": []
|
1383
1416
|
},
|
1384
1417
|
"signature": "(property) peers?: string[] | undefined",
|
1385
1418
|
"name": "peers",
|
@@ -1417,7 +1450,8 @@
|
|
1417
1450
|
"character": 3
|
1418
1451
|
},
|
1419
1452
|
"raw": "/**\n * config for html generation\n */",
|
1420
|
-
"comment": "config for html generation"
|
1453
|
+
"comment": "config for html generation",
|
1454
|
+
"tags": []
|
1421
1455
|
},
|
1422
1456
|
"signature": "(property) html?: HtmlConfig[] | undefined",
|
1423
1457
|
"name": "html",
|
@@ -1455,7 +1489,8 @@
|
|
1455
1489
|
"character": 3
|
1456
1490
|
},
|
1457
1491
|
"raw": "/**\n * module targets to expose.\n */",
|
1458
|
-
"comment": "module targets to expose."
|
1492
|
+
"comment": "module targets to expose.",
|
1493
|
+
"tags": []
|
1459
1494
|
},
|
1460
1495
|
"signature": "(property) modules?: ModuleTarget[] | undefined",
|
1461
1496
|
"name": "modules",
|
@@ -1493,7 +1528,8 @@
|
|
1493
1528
|
"character": 3
|
1494
1529
|
},
|
1495
1530
|
"raw": "/**\n * Name for the runtime chunk\n */",
|
1496
|
-
"comment": "Name for the runtime chunk"
|
1531
|
+
"comment": "Name for the runtime chunk",
|
1532
|
+
"tags": []
|
1497
1533
|
},
|
1498
1534
|
"signature": "(property) runtimeChunkName?: string | undefined",
|
1499
1535
|
"name": "runtimeChunkName",
|
@@ -1523,7 +1559,8 @@
|
|
1523
1559
|
"character": 3
|
1524
1560
|
},
|
1525
1561
|
"raw": "/**\n * Different configuration related to chunking\n */",
|
1526
|
-
"comment": "Different configuration related to chunking"
|
1562
|
+
"comment": "Different configuration related to chunking",
|
1563
|
+
"tags": []
|
1527
1564
|
},
|
1528
1565
|
"signature": "(property) chunking?: Chunking | undefined",
|
1529
1566
|
"name": "chunking",
|
@@ -1554,7 +1591,8 @@
|
|
1554
1591
|
"character": 3
|
1555
1592
|
},
|
1556
1593
|
"raw": "/**\n * A path for the host root dir\n * Host root dir is usually the env root dir\n * This can be used in different bundle options which run require.resolve\n * for example when configuring webpack aliases or webpack expose loader on the peers deps\n */",
|
1557
|
-
"comment": "A path for the host root dir\nHost root dir is usually the env root dir\nThis can be used in different bundle options which run require.resolve\nfor example when configuring webpack aliases or webpack expose loader on the peers deps"
|
1594
|
+
"comment": "A path for the host root dir\nHost root dir is usually the env root dir\nThis can be used in different bundle options which run require.resolve\nfor example when configuring webpack aliases or webpack expose loader on the peers deps",
|
1595
|
+
"tags": []
|
1558
1596
|
},
|
1559
1597
|
"signature": "(property) hostRootDir?: string | undefined",
|
1560
1598
|
"name": "hostRootDir",
|
@@ -1584,7 +1622,8 @@
|
|
1584
1622
|
"character": 3
|
1585
1623
|
},
|
1586
1624
|
"raw": "/**\n * Array of host dependencies, they are used later in case you use one of the following:\n *\n */",
|
1587
|
-
"comment": "Array of host dependencies, they are used later in case you use one of the following:"
|
1625
|
+
"comment": "Array of host dependencies, they are used later in case you use one of the following:",
|
1626
|
+
"tags": []
|
1588
1627
|
},
|
1589
1628
|
"signature": "(property) hostDependencies?: string[] | undefined",
|
1590
1629
|
"name": "hostDependencies",
|
@@ -1622,7 +1661,8 @@
|
|
1622
1661
|
"character": 3
|
1623
1662
|
},
|
1624
1663
|
"raw": "/**\n * Make the hostDependencies externals. externals (from webpack docs):\n * The externals configuration option provides a way of excluding dependencies from the output bundles.\n * Instead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.\n */",
|
1625
|
-
"comment": "Make the hostDependencies externals. externals (from webpack docs):\nThe externals configuration option provides a way of excluding dependencies from the output bundles.\nInstead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment."
|
1664
|
+
"comment": "Make the hostDependencies externals. externals (from webpack docs):\nThe externals configuration option provides a way of excluding dependencies from the output bundles.\nInstead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.",
|
1665
|
+
"tags": []
|
1626
1666
|
},
|
1627
1667
|
"signature": "(property) externalizeHostDependencies?: boolean | undefined",
|
1628
1668
|
"name": "externalizeHostDependencies",
|
@@ -1652,7 +1692,8 @@
|
|
1652
1692
|
"character": 3
|
1653
1693
|
},
|
1654
1694
|
"raw": "/**\n * Make aliases for the hostDependencies.\n * the path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\n * this will usually replace the instance of import one of the host dependencies by the instance of the env provided it\n */",
|
1655
|
-
"comment": "Make aliases for the hostDependencies.\nthe path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\nthis will usually replace the instance of import one of the host dependencies by the instance of the env provided it"
|
1695
|
+
"comment": "Make aliases for the hostDependencies.\nthe path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\nthis will usually replace the instance of import one of the host dependencies by the instance of the env provided it",
|
1696
|
+
"tags": []
|
1656
1697
|
},
|
1657
1698
|
"signature": "(property) aliasHostDependencies?: boolean | undefined",
|
1658
1699
|
"name": "aliasHostDependencies",
|
@@ -1711,7 +1752,8 @@
|
|
1711
1752
|
"character": 3
|
1712
1753
|
},
|
1713
1754
|
"raw": "/**\n * name of the module.\n */",
|
1714
|
-
"comment": "name of the module."
|
1755
|
+
"comment": "name of the module.",
|
1756
|
+
"tags": []
|
1715
1757
|
},
|
1716
1758
|
"signature": "(property) name: string",
|
1717
1759
|
"name": "name",
|
@@ -1741,7 +1783,8 @@
|
|
1741
1783
|
"character": 3
|
1742
1784
|
},
|
1743
1785
|
"raw": "/**\n * module exposes.\n */",
|
1744
|
-
"comment": "module exposes."
|
1786
|
+
"comment": "module exposes.",
|
1787
|
+
"tags": []
|
1745
1788
|
},
|
1746
1789
|
"signature": "(property) exposes: {\n [internalPath: string]: string;\n}",
|
1747
1790
|
"name": "exposes",
|
@@ -1896,7 +1939,8 @@
|
|
1896
1939
|
"character": 3
|
1897
1940
|
},
|
1898
1941
|
"raw": "/**\n * The title to use for the generated HTML document\n */",
|
1899
|
-
"comment": "The title to use for the generated HTML document"
|
1942
|
+
"comment": "The title to use for the generated HTML document",
|
1943
|
+
"tags": []
|
1900
1944
|
},
|
1901
1945
|
"signature": "(property) title: string",
|
1902
1946
|
"name": "title",
|
@@ -1926,7 +1970,8 @@
|
|
1926
1970
|
"character": 3
|
1927
1971
|
},
|
1928
1972
|
"raw": "/**\n * The file to write the HTML to. Defaults to index.html\n */",
|
1929
|
-
"comment": "The file to write the HTML to. Defaults to index.html"
|
1973
|
+
"comment": "The file to write the HTML to. Defaults to index.html",
|
1974
|
+
"tags": []
|
1930
1975
|
},
|
1931
1976
|
"signature": "(property) filename?: string | undefined",
|
1932
1977
|
"name": "filename",
|
@@ -1956,7 +2001,8 @@
|
|
1956
2001
|
"character": 3
|
1957
2002
|
},
|
1958
2003
|
"raw": "/**\n * Allows you to add only some chunks (e.g only the unit-test chunk)\n */",
|
1959
|
-
"comment": "Allows you to add only some chunks (e.g only the unit-test chunk)"
|
2004
|
+
"comment": "Allows you to add only some chunks (e.g only the unit-test chunk)",
|
2005
|
+
"tags": []
|
1960
2006
|
},
|
1961
2007
|
"signature": "(property) chunks?: string[] | undefined",
|
1962
2008
|
"name": "chunks",
|
@@ -2055,7 +2101,8 @@
|
|
2055
2101
|
"character": 3
|
2056
2102
|
},
|
2057
2103
|
"raw": "/**\n * provide an inline template\n */",
|
2058
|
-
"comment": "provide an inline template"
|
2104
|
+
"comment": "provide an inline template",
|
2105
|
+
"tags": []
|
2059
2106
|
},
|
2060
2107
|
"signature": "(property) templateContent: string",
|
2061
2108
|
"name": "templateContent",
|
@@ -2085,7 +2132,8 @@
|
|
2085
2132
|
"character": 3
|
2086
2133
|
},
|
2087
2134
|
"raw": "/**\n * Controls if and in what ways the output should be minified\n */",
|
2088
|
-
"comment": "Controls if and in what ways the output should be minified"
|
2135
|
+
"comment": "Controls if and in what ways the output should be minified",
|
2136
|
+
"tags": []
|
2089
2137
|
},
|
2090
2138
|
"signature": "(property) minify?: boolean | undefined",
|
2091
2139
|
"name": "minify",
|
@@ -2115,7 +2163,8 @@
|
|
2115
2163
|
"character": 3
|
2116
2164
|
},
|
2117
2165
|
"raw": "/**\n * The favicon for the html page\n */",
|
2118
|
-
"comment": "The favicon for the html page"
|
2166
|
+
"comment": "The favicon for the html page",
|
2167
|
+
"tags": []
|
2119
2168
|
},
|
2120
2169
|
"signature": "(property) favicon?: string | undefined",
|
2121
2170
|
"name": "favicon",
|
@@ -2242,7 +2291,8 @@
|
|
2242
2291
|
"character": 3
|
2243
2292
|
},
|
2244
2293
|
"raw": "/**\n * Specifies the name of each output file on disk\n */",
|
2245
|
-
"comment": "Specifies the name of each output file on disk"
|
2294
|
+
"comment": "Specifies the name of each output file on disk",
|
2295
|
+
"tags": []
|
2246
2296
|
},
|
2247
2297
|
"signature": "(property) filename: string",
|
2248
2298
|
"name": "filename",
|
@@ -2272,7 +2322,8 @@
|
|
2272
2322
|
"character": 3
|
2273
2323
|
},
|
2274
2324
|
"raw": "/**\n * Module(s) that are loaded upon startup\n */",
|
2275
|
-
"comment": "Module(s) that are loaded upon startup"
|
2325
|
+
"comment": "Module(s) that are loaded upon startup",
|
2326
|
+
"tags": []
|
2276
2327
|
},
|
2277
2328
|
"signature": "(property) import: string | string[]",
|
2278
2329
|
"name": "import",
|
@@ -2329,7 +2380,8 @@
|
|
2329
2380
|
"character": 3
|
2330
2381
|
},
|
2331
2382
|
"raw": "/**\n * Specify library options to bundle a library from current entry\n */",
|
2332
|
-
"comment": "Specify library options to bundle a library from current entry"
|
2383
|
+
"comment": "Specify library options to bundle a library from current entry",
|
2384
|
+
"tags": []
|
2333
2385
|
},
|
2334
2386
|
"signature": "(property) library?: LibraryOptions | undefined",
|
2335
2387
|
"name": "library",
|
@@ -2390,7 +2442,8 @@
|
|
2390
2442
|
"character": 3
|
2391
2443
|
},
|
2392
2444
|
"raw": "/**\n * Who initiate the bundling process\n */",
|
2393
|
-
"comment": "Who initiate the bundling process"
|
2445
|
+
"comment": "Who initiate the bundling process",
|
2446
|
+
"tags": []
|
2394
2447
|
},
|
2395
2448
|
"signature": "(property) initiator?: string | undefined",
|
2396
2449
|
"name": "initiator",
|
@@ -2420,7 +2473,8 @@
|
|
2420
2473
|
"character": 3
|
2421
2474
|
},
|
2422
2475
|
"raw": "/**\n * Env id (used usually to calculate the config)\n */",
|
2423
|
-
"comment": "Env id (used usually to calculate the config)"
|
2476
|
+
"comment": "Env id (used usually to calculate the config)",
|
2477
|
+
"tags": []
|
2424
2478
|
},
|
2425
2479
|
"signature": "(property) envId?: string | undefined",
|
2426
2480
|
"name": "envId",
|
@@ -2450,7 +2504,8 @@
|
|
2450
2504
|
"character": 3
|
2451
2505
|
},
|
2452
2506
|
"raw": "/**\n * Whether the config is for an env template bundling\n */",
|
2453
|
-
"comment": "Whether the config is for an env template bundling"
|
2507
|
+
"comment": "Whether the config is for an env template bundling",
|
2508
|
+
"tags": []
|
2454
2509
|
},
|
2455
2510
|
"signature": "(property) isEnvTemplate?: boolean | undefined",
|
2456
2511
|
"name": "isEnvTemplate",
|
@@ -2572,7 +2627,8 @@
|
|
2572
2627
|
"character": 3
|
2573
2628
|
},
|
2574
2629
|
"raw": "/**\n * list of generated assets.\n */",
|
2575
|
-
"comment": "list of generated assets."
|
2630
|
+
"comment": "list of generated assets.",
|
2631
|
+
"tags": []
|
2576
2632
|
},
|
2577
2633
|
"signature": "(property) assets: Asset[]",
|
2578
2634
|
"name": "assets",
|
@@ -2610,7 +2666,8 @@
|
|
2610
2666
|
"character": 3
|
2611
2667
|
},
|
2612
2668
|
"raw": "/**\n * A map of assets names for each chunk\n */",
|
2613
|
-
"comment": "A map of assets names for each chunk"
|
2669
|
+
"comment": "A map of assets names for each chunk",
|
2670
|
+
"tags": []
|
2614
2671
|
},
|
2615
2672
|
"signature": "(property) assetsByChunkName?: ChunksAssetsMap | undefined",
|
2616
2673
|
"name": "assetsByChunkName",
|
@@ -2640,7 +2697,8 @@
|
|
2640
2697
|
"character": 3
|
2641
2698
|
},
|
2642
2699
|
"raw": "/**\n * A map of assets for each entry point\n */",
|
2643
|
-
"comment": "A map of assets for each entry point"
|
2700
|
+
"comment": "A map of assets for each entry point",
|
2701
|
+
"tags": []
|
2644
2702
|
},
|
2645
2703
|
"signature": "(property) entriesAssetsMap?: EntriesAssetsMap | undefined",
|
2646
2704
|
"name": "entriesAssetsMap",
|
@@ -2670,7 +2728,8 @@
|
|
2670
2728
|
"character": 3
|
2671
2729
|
},
|
2672
2730
|
"raw": "/**\n * errors thrown during the bundling process.\n */",
|
2673
|
-
"comment": "errors thrown during the bundling process."
|
2731
|
+
"comment": "errors thrown during the bundling process.",
|
2732
|
+
"tags": []
|
2674
2733
|
},
|
2675
2734
|
"signature": "(property) errors: Error[]",
|
2676
2735
|
"name": "errors",
|
@@ -2708,7 +2767,8 @@
|
|
2708
2767
|
"character": 3
|
2709
2768
|
},
|
2710
2769
|
"raw": "/**\n * warnings thrown during the bundling process.\n */",
|
2711
|
-
"comment": "warnings thrown during the bundling process."
|
2770
|
+
"comment": "warnings thrown during the bundling process.",
|
2771
|
+
"tags": []
|
2712
2772
|
},
|
2713
2773
|
"signature": "(property) warnings: string[]",
|
2714
2774
|
"name": "warnings",
|
@@ -2746,7 +2806,8 @@
|
|
2746
2806
|
"character": 3
|
2747
2807
|
},
|
2748
2808
|
"raw": "/**\n * components included in the bundling process.\n */",
|
2749
|
-
"comment": "components included in the bundling process."
|
2809
|
+
"comment": "components included in the bundling process.",
|
2810
|
+
"tags": []
|
2750
2811
|
},
|
2751
2812
|
"signature": "(property) components: Component[]",
|
2752
2813
|
"name": "components",
|
@@ -2788,7 +2849,8 @@
|
|
2788
2849
|
"character": 3
|
2789
2850
|
},
|
2790
2851
|
"raw": "/**\n * timestamp in milliseconds when the task started\n */",
|
2791
|
-
"comment": "timestamp in milliseconds when the task started"
|
2852
|
+
"comment": "timestamp in milliseconds when the task started",
|
2853
|
+
"tags": []
|
2792
2854
|
},
|
2793
2855
|
"signature": "(property) startTime?: number | undefined",
|
2794
2856
|
"name": "startTime",
|
@@ -2818,7 +2880,8 @@
|
|
2818
2880
|
"character": 3
|
2819
2881
|
},
|
2820
2882
|
"raw": "/**\n * timestamp in milliseconds when the task ended\n */",
|
2821
|
-
"comment": "timestamp in milliseconds when the task ended"
|
2883
|
+
"comment": "timestamp in milliseconds when the task ended",
|
2884
|
+
"tags": []
|
2822
2885
|
},
|
2823
2886
|
"signature": "(property) endTime?: number | undefined",
|
2824
2887
|
"name": "endTime",
|
@@ -2848,7 +2911,8 @@
|
|
2848
2911
|
"character": 3
|
2849
2912
|
},
|
2850
2913
|
"raw": "/**\n * out put path of the Bundler Result\n */",
|
2851
|
-
"comment": "out put path of the Bundler Result"
|
2914
|
+
"comment": "out put path of the Bundler Result",
|
2915
|
+
"tags": []
|
2852
2916
|
},
|
2853
2917
|
"signature": "(property) outputPath?: string | undefined",
|
2854
2918
|
"name": "outputPath",
|
@@ -2954,7 +3018,8 @@
|
|
2954
3018
|
"character": 3
|
2955
3019
|
},
|
2956
3020
|
"raw": "/**\n * name of the asset.\n */",
|
2957
|
-
"comment": "name of the asset."
|
3021
|
+
"comment": "name of the asset.",
|
3022
|
+
"tags": []
|
2958
3023
|
},
|
2959
3024
|
"signature": "(property) name: string",
|
2960
3025
|
"name": "name",
|
@@ -2984,7 +3049,8 @@
|
|
2984
3049
|
"character": 3
|
2985
3050
|
},
|
2986
3051
|
"raw": "/**\n * size of the asset in bytes.\n */",
|
2987
|
-
"comment": "size of the asset in bytes."
|
3052
|
+
"comment": "size of the asset in bytes.",
|
3053
|
+
"tags": []
|
2988
3054
|
},
|
2989
3055
|
"signature": "(property) size: number",
|
2990
3056
|
"name": "size",
|
@@ -3014,7 +3080,8 @@
|
|
3014
3080
|
"character": 3
|
3015
3081
|
},
|
3016
3082
|
"raw": "/**\n * size of the compressed asset in bytes.\n */",
|
3017
|
-
"comment": "size of the compressed asset in bytes."
|
3083
|
+
"comment": "size of the compressed asset in bytes.",
|
3084
|
+
"tags": []
|
3018
3085
|
},
|
3019
3086
|
"signature": "(property) compressedSize?: number | undefined",
|
3020
3087
|
"name": "compressedSize",
|
@@ -3361,7 +3428,8 @@
|
|
3361
3428
|
"character": 1
|
3362
3429
|
},
|
3363
3430
|
"raw": "/**\n * bundler extension.\n */",
|
3364
|
-
"comment": "bundler extension."
|
3431
|
+
"comment": "bundler extension.",
|
3432
|
+
"tags": []
|
3365
3433
|
},
|
3366
3434
|
"signature": "class BundlerMain",
|
3367
3435
|
"name": "BundlerMain",
|
@@ -3720,7 +3788,8 @@
|
|
3720
3788
|
"character": 3
|
3721
3789
|
},
|
3722
3790
|
"raw": "/**\n * compute entry files for bundling components in a given execution context.\n */",
|
3723
|
-
"comment": "compute entry files for bundling components in a given execution context."
|
3791
|
+
"comment": "compute entry files for bundling components in a given execution context.",
|
3792
|
+
"tags": []
|
3724
3793
|
},
|
3725
3794
|
"signature": "(method) BundlerMain.computeEntries(context: BundlerContext): Promise<string[]>",
|
3726
3795
|
"name": "computeEntries",
|
@@ -4531,7 +4600,8 @@
|
|
4531
4600
|
"character": 3
|
4532
4601
|
},
|
4533
4602
|
"raw": "/**\n * determine whether component server contains a component.\n */",
|
4534
|
-
"comment": "determine whether component server contains a component."
|
4603
|
+
"comment": "determine whether component server contains a component.",
|
4604
|
+
"tags": []
|
4535
4605
|
},
|
4536
4606
|
"signature": "(method) ComponentServer.hasComponent(component: Component): Component | undefined",
|
4537
4607
|
"name": "hasComponent",
|
@@ -4845,7 +4915,7 @@
|
|
4845
4915
|
"_legacy": {
|
4846
4916
|
"scope": "teambit.compilation",
|
4847
4917
|
"name": "bundler",
|
4848
|
-
"version": "1.0.
|
4918
|
+
"version": "1.0.311"
|
4849
4919
|
},
|
4850
4920
|
"_scope": "teambit.compilation"
|
4851
4921
|
}
|
@@ -4952,7 +5022,8 @@
|
|
4952
5022
|
"character": 1
|
4953
5023
|
},
|
4954
5024
|
"raw": "/**\n * interface for implementing dev servers.\n */",
|
4955
|
-
"comment": "interface for implementing dev servers."
|
5025
|
+
"comment": "interface for implementing dev servers.",
|
5026
|
+
"tags": []
|
4956
5027
|
},
|
4957
5028
|
"signature": "interface DevServer",
|
4958
5029
|
"name": "DevServer",
|
@@ -4972,7 +5043,8 @@
|
|
4972
5043
|
"character": 3
|
4973
5044
|
},
|
4974
5045
|
"raw": "/**\n * attach to given port and start an http server\n */",
|
4975
|
-
"comment": "attach to given port and start an http server"
|
5046
|
+
"comment": "attach to given port and start an http server",
|
5047
|
+
"tags": []
|
4976
5048
|
},
|
4977
5049
|
"signature": "(method) DevServer.listen(port: number): Server | Promise<Server>",
|
4978
5050
|
"name": "listen",
|
@@ -5056,7 +5128,8 @@
|
|
5056
5128
|
"character": 3
|
5057
5129
|
},
|
5058
5130
|
"raw": "/**\n * display name of the dev server.\n */",
|
5059
|
-
"comment": "display name of the dev server."
|
5131
|
+
"comment": "display name of the dev server.",
|
5132
|
+
"tags": []
|
5060
5133
|
},
|
5061
5134
|
"signature": "(property) DevServer.displayName?: string | undefined",
|
5062
5135
|
"name": "displayName",
|
@@ -5086,7 +5159,8 @@
|
|
5086
5159
|
"character": 3
|
5087
5160
|
},
|
5088
5161
|
"raw": "/**\n * icon of the dev server.\n */",
|
5089
|
-
"comment": "icon of the dev server."
|
5162
|
+
"comment": "icon of the dev server.",
|
5163
|
+
"tags": []
|
5090
5164
|
},
|
5091
5165
|
"signature": "(property) DevServer.icon?: string | undefined",
|
5092
5166
|
"name": "icon",
|
@@ -5116,7 +5190,8 @@
|
|
5116
5190
|
"character": 3
|
5117
5191
|
},
|
5118
5192
|
"raw": "/**\n * serialized config of the dev server.\n */",
|
5119
|
-
"comment": "serialized config of the dev server."
|
5193
|
+
"comment": "serialized config of the dev server.",
|
5194
|
+
"tags": []
|
5120
5195
|
},
|
5121
5196
|
"signature": "(method) DevServer.displayConfig?(): string",
|
5122
5197
|
"name": "displayConfig",
|
@@ -5147,7 +5222,8 @@
|
|
5147
5222
|
"character": 3
|
5148
5223
|
},
|
5149
5224
|
"raw": "/**\n * path to the config in the filesystem.\n */",
|
5150
|
-
"comment": "path to the config in the filesystem."
|
5225
|
+
"comment": "path to the config in the filesystem.",
|
5226
|
+
"tags": []
|
5151
5227
|
},
|
5152
5228
|
"signature": "(property) DevServer.configPath?: string | undefined",
|
5153
5229
|
"name": "configPath",
|
@@ -5177,7 +5253,8 @@
|
|
5177
5253
|
"character": 3
|
5178
5254
|
},
|
5179
5255
|
"raw": "/**\n * id of the dev server.\n */",
|
5180
|
-
"comment": "id of the dev server."
|
5256
|
+
"comment": "id of the dev server.",
|
5257
|
+
"tags": []
|
5181
5258
|
},
|
5182
5259
|
"signature": "(property) DevServer.id: string",
|
5183
5260
|
"name": "id",
|
@@ -5207,7 +5284,8 @@
|
|
5207
5284
|
"character": 3
|
5208
5285
|
},
|
5209
5286
|
"raw": "/**\n * hash of the dev server.\n * This is used in order to determine if we should spin a different dev server.\n */",
|
5210
|
-
"comment": "hash of the dev server.\nThis is used in order to determine if we should spin a different dev server."
|
5287
|
+
"comment": "hash of the dev server.\nThis is used in order to determine if we should spin a different dev server.",
|
5288
|
+
"tags": []
|
5211
5289
|
},
|
5212
5290
|
"signature": "(method) DevServer.hash?(): string",
|
5213
5291
|
"name": "hash",
|
@@ -5238,7 +5316,8 @@
|
|
5238
5316
|
"character": 3
|
5239
5317
|
},
|
5240
5318
|
"raw": "/**\n * return the dev server version.\n */",
|
5241
|
-
"comment": "return the dev server version."
|
5319
|
+
"comment": "return the dev server version.",
|
5320
|
+
"tags": []
|
5242
5321
|
},
|
5243
5322
|
"signature": "(method) DevServer.version?(): string",
|
5244
5323
|
"name": "version",
|
@@ -5337,7 +5416,8 @@
|
|
5337
5416
|
"character": 3
|
5338
5417
|
},
|
5339
5418
|
"raw": "/**\n * Specify a name for the library\n */",
|
5340
|
-
"comment": "Specify a name for the library"
|
5419
|
+
"comment": "Specify a name for the library",
|
5420
|
+
"tags": []
|
5341
5421
|
},
|
5342
5422
|
"signature": "(property) name: string",
|
5343
5423
|
"name": "name",
|
@@ -5367,7 +5447,8 @@
|
|
5367
5447
|
"character": 3
|
5368
5448
|
},
|
5369
5449
|
"raw": "/**\n * Configure how the library will be exposed\n * could be values like: 'umd', 'umd2', 'amd', 'commonjs',\n */",
|
5370
|
-
"comment": "Configure how the library will be exposed\ncould be values like: 'umd', 'umd2', 'amd', 'commonjs',"
|
5450
|
+
"comment": "Configure how the library will be exposed\ncould be values like: 'umd', 'umd2', 'amd', 'commonjs',",
|
5451
|
+
"tags": []
|
5371
5452
|
},
|
5372
5453
|
"signature": "(property) type?: string | undefined",
|
5373
5454
|
"name": "type",
|
@@ -5417,7 +5498,8 @@
|
|
5417
5498
|
"character": 3
|
5418
5499
|
},
|
5419
5500
|
"raw": "/**\n * Specifies the name of each output file on disk\n */",
|
5420
|
-
"comment": "Specifies the name of each output file on disk"
|
5501
|
+
"comment": "Specifies the name of each output file on disk",
|
5502
|
+
"tags": []
|
5421
5503
|
},
|
5422
5504
|
"signature": "(property) filename: string",
|
5423
5505
|
"name": "filename",
|
@@ -5447,7 +5529,8 @@
|
|
5447
5529
|
"character": 3
|
5448
5530
|
},
|
5449
5531
|
"raw": "/**\n * Module(s) that are loaded upon startup\n */",
|
5450
|
-
"comment": "Module(s) that are loaded upon startup"
|
5532
|
+
"comment": "Module(s) that are loaded upon startup",
|
5533
|
+
"tags": []
|
5451
5534
|
},
|
5452
5535
|
"signature": "(property) import: string | string[]",
|
5453
5536
|
"name": "import",
|
@@ -5504,7 +5587,8 @@
|
|
5504
5587
|
"character": 3
|
5505
5588
|
},
|
5506
5589
|
"raw": "/**\n * Specify library options to bundle a library from current entry\n */",
|
5507
|
-
"comment": "Specify library options to bundle a library from current entry"
|
5590
|
+
"comment": "Specify library options to bundle a library from current entry",
|
5591
|
+
"tags": []
|
5508
5592
|
},
|
5509
5593
|
"signature": "(property) library?: LibraryOptions | undefined",
|
5510
5594
|
"name": "library",
|
@@ -5612,7 +5696,8 @@
|
|
5612
5696
|
"character": 3
|
5613
5697
|
},
|
5614
5698
|
"raw": "/**\n * entries of the target.\n */",
|
5615
|
-
"comment": "entries of the target."
|
5699
|
+
"comment": "entries of the target.",
|
5700
|
+
"tags": []
|
5616
5701
|
},
|
5617
5702
|
"signature": "(property) entries: string[] | EntryMap",
|
5618
5703
|
"name": "entries",
|
@@ -5669,7 +5754,8 @@
|
|
5669
5754
|
"character": 3
|
5670
5755
|
},
|
5671
5756
|
"raw": "/**\n * array of components included in the target.\n */",
|
5672
|
-
"comment": "array of components included in the target."
|
5757
|
+
"comment": "array of components included in the target.",
|
5758
|
+
"tags": []
|
5673
5759
|
},
|
5674
5760
|
"signature": "(property) components: Component[]",
|
5675
5761
|
"name": "components",
|
@@ -5711,7 +5797,8 @@
|
|
5711
5797
|
"character": 3
|
5712
5798
|
},
|
5713
5799
|
"raw": "/**\n * output path of the target\n */",
|
5714
|
-
"comment": "output path of the target"
|
5800
|
+
"comment": "output path of the target",
|
5801
|
+
"tags": []
|
5715
5802
|
},
|
5716
5803
|
"signature": "(property) outputPath: string",
|
5717
5804
|
"name": "outputPath",
|
@@ -5741,7 +5828,8 @@
|
|
5741
5828
|
"character": 3
|
5742
5829
|
},
|
5743
5830
|
"raw": "/**\n * This option determines the name of each output bundle\n */",
|
5744
|
-
"comment": "This option determines the name of each output bundle"
|
5831
|
+
"comment": "This option determines the name of each output bundle",
|
5832
|
+
"tags": []
|
5745
5833
|
},
|
5746
5834
|
"signature": "(property) filename?: string | undefined",
|
5747
5835
|
"name": "filename",
|
@@ -5771,7 +5859,8 @@
|
|
5771
5859
|
"character": 3
|
5772
5860
|
},
|
5773
5861
|
"raw": "/**\n * This option determines the name of non-initial chunk files\n */",
|
5774
|
-
"comment": "This option determines the name of non-initial chunk files"
|
5862
|
+
"comment": "This option determines the name of non-initial chunk files",
|
5863
|
+
"tags": []
|
5775
5864
|
},
|
5776
5865
|
"signature": "(property) chunkFilename?: string | undefined",
|
5777
5866
|
"name": "chunkFilename",
|
@@ -5801,7 +5890,8 @@
|
|
5801
5890
|
"character": 3
|
5802
5891
|
},
|
5803
5892
|
"raw": "/**\n * Whether to run compression by the bundler\n */",
|
5804
|
-
"comment": "Whether to run compression by the bundler"
|
5893
|
+
"comment": "Whether to run compression by the bundler",
|
5894
|
+
"tags": []
|
5805
5895
|
},
|
5806
5896
|
"signature": "(property) compress?: boolean | undefined",
|
5807
5897
|
"name": "compress",
|
@@ -5831,7 +5921,8 @@
|
|
5831
5921
|
"character": 3
|
5832
5922
|
},
|
5833
5923
|
"raw": "/**\n * List of peer dependencies\n */",
|
5834
|
-
"comment": "List of peer dependencies"
|
5924
|
+
"comment": "List of peer dependencies",
|
5925
|
+
"tags": []
|
5835
5926
|
},
|
5836
5927
|
"signature": "(property) peers?: string[] | undefined",
|
5837
5928
|
"name": "peers",
|
@@ -5869,7 +5960,8 @@
|
|
5869
5960
|
"character": 3
|
5870
5961
|
},
|
5871
5962
|
"raw": "/**\n * config for html generation\n */",
|
5872
|
-
"comment": "config for html generation"
|
5963
|
+
"comment": "config for html generation",
|
5964
|
+
"tags": []
|
5873
5965
|
},
|
5874
5966
|
"signature": "(property) html?: HtmlConfig[] | undefined",
|
5875
5967
|
"name": "html",
|
@@ -5907,7 +5999,8 @@
|
|
5907
5999
|
"character": 3
|
5908
6000
|
},
|
5909
6001
|
"raw": "/**\n * module targets to expose.\n */",
|
5910
|
-
"comment": "module targets to expose."
|
6002
|
+
"comment": "module targets to expose.",
|
6003
|
+
"tags": []
|
5911
6004
|
},
|
5912
6005
|
"signature": "(property) modules?: ModuleTarget[] | undefined",
|
5913
6006
|
"name": "modules",
|
@@ -5945,7 +6038,8 @@
|
|
5945
6038
|
"character": 3
|
5946
6039
|
},
|
5947
6040
|
"raw": "/**\n * Name for the runtime chunk\n */",
|
5948
|
-
"comment": "Name for the runtime chunk"
|
6041
|
+
"comment": "Name for the runtime chunk",
|
6042
|
+
"tags": []
|
5949
6043
|
},
|
5950
6044
|
"signature": "(property) runtimeChunkName?: string | undefined",
|
5951
6045
|
"name": "runtimeChunkName",
|
@@ -5975,7 +6069,8 @@
|
|
5975
6069
|
"character": 3
|
5976
6070
|
},
|
5977
6071
|
"raw": "/**\n * Different configuration related to chunking\n */",
|
5978
|
-
"comment": "Different configuration related to chunking"
|
6072
|
+
"comment": "Different configuration related to chunking",
|
6073
|
+
"tags": []
|
5979
6074
|
},
|
5980
6075
|
"signature": "(property) chunking?: Chunking | undefined",
|
5981
6076
|
"name": "chunking",
|
@@ -6006,7 +6101,8 @@
|
|
6006
6101
|
"character": 3
|
6007
6102
|
},
|
6008
6103
|
"raw": "/**\n * A path for the host root dir\n * Host root dir is usually the env root dir\n * This can be used in different bundle options which run require.resolve\n * for example when configuring webpack aliases or webpack expose loader on the peers deps\n */",
|
6009
|
-
"comment": "A path for the host root dir\nHost root dir is usually the env root dir\nThis can be used in different bundle options which run require.resolve\nfor example when configuring webpack aliases or webpack expose loader on the peers deps"
|
6104
|
+
"comment": "A path for the host root dir\nHost root dir is usually the env root dir\nThis can be used in different bundle options which run require.resolve\nfor example when configuring webpack aliases or webpack expose loader on the peers deps",
|
6105
|
+
"tags": []
|
6010
6106
|
},
|
6011
6107
|
"signature": "(property) hostRootDir?: string | undefined",
|
6012
6108
|
"name": "hostRootDir",
|
@@ -6036,7 +6132,8 @@
|
|
6036
6132
|
"character": 3
|
6037
6133
|
},
|
6038
6134
|
"raw": "/**\n * Array of host dependencies, they are used later in case you use one of the following:\n *\n */",
|
6039
|
-
"comment": "Array of host dependencies, they are used later in case you use one of the following:"
|
6135
|
+
"comment": "Array of host dependencies, they are used later in case you use one of the following:",
|
6136
|
+
"tags": []
|
6040
6137
|
},
|
6041
6138
|
"signature": "(property) hostDependencies?: string[] | undefined",
|
6042
6139
|
"name": "hostDependencies",
|
@@ -6074,7 +6171,8 @@
|
|
6074
6171
|
"character": 3
|
6075
6172
|
},
|
6076
6173
|
"raw": "/**\n * Make the hostDependencies externals. externals (from webpack docs):\n * The externals configuration option provides a way of excluding dependencies from the output bundles.\n * Instead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.\n */",
|
6077
|
-
"comment": "Make the hostDependencies externals. externals (from webpack docs):\nThe externals configuration option provides a way of excluding dependencies from the output bundles.\nInstead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment."
|
6174
|
+
"comment": "Make the hostDependencies externals. externals (from webpack docs):\nThe externals configuration option provides a way of excluding dependencies from the output bundles.\nInstead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.",
|
6175
|
+
"tags": []
|
6078
6176
|
},
|
6079
6177
|
"signature": "(property) externalizeHostDependencies?: boolean | undefined",
|
6080
6178
|
"name": "externalizeHostDependencies",
|
@@ -6104,7 +6202,8 @@
|
|
6104
6202
|
"character": 3
|
6105
6203
|
},
|
6106
6204
|
"raw": "/**\n * Make aliases for the hostDependencies.\n * the path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\n * this will usually replace the instance of import one of the host dependencies by the instance of the env provided it\n */",
|
6107
|
-
"comment": "Make aliases for the hostDependencies.\nthe path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\nthis will usually replace the instance of import one of the host dependencies by the instance of the env provided it"
|
6205
|
+
"comment": "Make aliases for the hostDependencies.\nthe path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]\nthis will usually replace the instance of import one of the host dependencies by the instance of the env provided it",
|
6206
|
+
"tags": []
|
6108
6207
|
},
|
6109
6208
|
"signature": "(property) aliasHostDependencies?: boolean | undefined",
|
6110
6209
|
"name": "aliasHostDependencies",
|
@@ -6154,7 +6253,8 @@
|
|
6154
6253
|
"character": 3
|
6155
6254
|
},
|
6156
6255
|
"raw": "/**\n * name of the module.\n */",
|
6157
|
-
"comment": "name of the module."
|
6256
|
+
"comment": "name of the module.",
|
6257
|
+
"tags": []
|
6158
6258
|
},
|
6159
6259
|
"signature": "(property) name: string",
|
6160
6260
|
"name": "name",
|
@@ -6184,7 +6284,8 @@
|
|
6184
6284
|
"character": 3
|
6185
6285
|
},
|
6186
6286
|
"raw": "/**\n * module exposes.\n */",
|
6187
|
-
"comment": "module exposes."
|
6287
|
+
"comment": "module exposes.",
|
6288
|
+
"tags": []
|
6188
6289
|
},
|
6189
6290
|
"signature": "(property) exposes: {\n [internalPath: string]: string;\n}",
|
6190
6291
|
"name": "exposes",
|
@@ -6330,7 +6431,8 @@
|
|
6330
6431
|
"character": 3
|
6331
6432
|
},
|
6332
6433
|
"raw": "/**\n * The title to use for the generated HTML document\n */",
|
6333
|
-
"comment": "The title to use for the generated HTML document"
|
6434
|
+
"comment": "The title to use for the generated HTML document",
|
6435
|
+
"tags": []
|
6334
6436
|
},
|
6335
6437
|
"signature": "(property) title: string",
|
6336
6438
|
"name": "title",
|
@@ -6360,7 +6462,8 @@
|
|
6360
6462
|
"character": 3
|
6361
6463
|
},
|
6362
6464
|
"raw": "/**\n * The file to write the HTML to. Defaults to index.html\n */",
|
6363
|
-
"comment": "The file to write the HTML to. Defaults to index.html"
|
6465
|
+
"comment": "The file to write the HTML to. Defaults to index.html",
|
6466
|
+
"tags": []
|
6364
6467
|
},
|
6365
6468
|
"signature": "(property) filename?: string | undefined",
|
6366
6469
|
"name": "filename",
|
@@ -6390,7 +6493,8 @@
|
|
6390
6493
|
"character": 3
|
6391
6494
|
},
|
6392
6495
|
"raw": "/**\n * Allows you to add only some chunks (e.g only the unit-test chunk)\n */",
|
6393
|
-
"comment": "Allows you to add only some chunks (e.g only the unit-test chunk)"
|
6496
|
+
"comment": "Allows you to add only some chunks (e.g only the unit-test chunk)",
|
6497
|
+
"tags": []
|
6394
6498
|
},
|
6395
6499
|
"signature": "(property) chunks?: string[] | undefined",
|
6396
6500
|
"name": "chunks",
|
@@ -6489,7 +6593,8 @@
|
|
6489
6593
|
"character": 3
|
6490
6594
|
},
|
6491
6595
|
"raw": "/**\n * provide an inline template\n */",
|
6492
|
-
"comment": "provide an inline template"
|
6596
|
+
"comment": "provide an inline template",
|
6597
|
+
"tags": []
|
6493
6598
|
},
|
6494
6599
|
"signature": "(property) templateContent: string",
|
6495
6600
|
"name": "templateContent",
|
@@ -6519,7 +6624,8 @@
|
|
6519
6624
|
"character": 3
|
6520
6625
|
},
|
6521
6626
|
"raw": "/**\n * Controls if and in what ways the output should be minified\n */",
|
6522
|
-
"comment": "Controls if and in what ways the output should be minified"
|
6627
|
+
"comment": "Controls if and in what ways the output should be minified",
|
6628
|
+
"tags": []
|
6523
6629
|
},
|
6524
6630
|
"signature": "(property) minify?: boolean | undefined",
|
6525
6631
|
"name": "minify",
|
@@ -6549,7 +6655,8 @@
|
|
6549
6655
|
"character": 3
|
6550
6656
|
},
|
6551
6657
|
"raw": "/**\n * The favicon for the html page\n */",
|
6552
|
-
"comment": "The favicon for the html page"
|
6658
|
+
"comment": "The favicon for the html page",
|
6659
|
+
"tags": []
|
6553
6660
|
},
|
6554
6661
|
"signature": "(property) favicon?: string | undefined",
|
6555
6662
|
"name": "favicon",
|
@@ -6599,7 +6706,8 @@
|
|
6599
6706
|
"character": 3
|
6600
6707
|
},
|
6601
6708
|
"raw": "/**\n * include all types of chunks (async / non-async) in splitting\n */",
|
6602
|
-
"comment": "include all types of chunks (async / non-async) in splitting"
|
6709
|
+
"comment": "include all types of chunks (async / non-async) in splitting",
|
6710
|
+
"tags": []
|
6603
6711
|
},
|
6604
6712
|
"signature": "(property) splitChunks: boolean",
|
6605
6713
|
"name": "splitChunks",
|
@@ -6649,7 +6757,8 @@
|
|
6649
6757
|
"character": 3
|
6650
6758
|
},
|
6651
6759
|
"raw": "/**\n * Who initiate the bundling process\n */",
|
6652
|
-
"comment": "Who initiate the bundling process"
|
6760
|
+
"comment": "Who initiate the bundling process",
|
6761
|
+
"tags": []
|
6653
6762
|
},
|
6654
6763
|
"signature": "(property) initiator?: string | undefined",
|
6655
6764
|
"name": "initiator",
|
@@ -6679,7 +6788,8 @@
|
|
6679
6788
|
"character": 3
|
6680
6789
|
},
|
6681
6790
|
"raw": "/**\n * Env id (used usually to calculate the config)\n */",
|
6682
|
-
"comment": "Env id (used usually to calculate the config)"
|
6791
|
+
"comment": "Env id (used usually to calculate the config)",
|
6792
|
+
"tags": []
|
6683
6793
|
},
|
6684
6794
|
"signature": "(property) envId?: string | undefined",
|
6685
6795
|
"name": "envId",
|
@@ -6709,7 +6819,8 @@
|
|
6709
6819
|
"character": 3
|
6710
6820
|
},
|
6711
6821
|
"raw": "/**\n * Whether the config is for an env template bundling\n */",
|
6712
|
-
"comment": "Whether the config is for an env template bundling"
|
6822
|
+
"comment": "Whether the config is for an env template bundling",
|
6823
|
+
"tags": []
|
6713
6824
|
},
|
6714
6825
|
"signature": "(property) isEnvTemplate?: boolean | undefined",
|
6715
6826
|
"name": "isEnvTemplate",
|
@@ -6752,7 +6863,8 @@
|
|
6752
6863
|
"character": 3
|
6753
6864
|
},
|
6754
6865
|
"raw": "/**\n * targets for bundling.\n */",
|
6755
|
-
"comment": "targets for bundling."
|
6866
|
+
"comment": "targets for bundling.",
|
6867
|
+
"tags": []
|
6756
6868
|
},
|
6757
6869
|
"signature": "(property) BundlerContext.targets: Target[]",
|
6758
6870
|
"name": "targets",
|
@@ -6790,7 +6902,8 @@
|
|
6790
6902
|
"character": 3
|
6791
6903
|
},
|
6792
6904
|
"raw": "/**\n * determines whether it is a production build, default is `true`.\n * in development, expect the bundler to favour debugging on the expanse of optimization.\n */",
|
6793
|
-
"comment": "determines whether it is a production build, default is `true`.\nin development, expect the bundler to favour debugging on the expanse of optimization."
|
6905
|
+
"comment": "determines whether it is a production build, default is `true`.\nin development, expect the bundler to favour debugging on the expanse of optimization.",
|
6906
|
+
"tags": []
|
6794
6907
|
},
|
6795
6908
|
"signature": "(property) BundlerContext.development?: boolean | undefined",
|
6796
6909
|
"name": "development",
|
@@ -6820,7 +6933,8 @@
|
|
6820
6933
|
"character": 3
|
6821
6934
|
},
|
6822
6935
|
"raw": "/**\n * public path output of the bundle.\n */",
|
6823
|
-
"comment": "public path output of the bundle."
|
6936
|
+
"comment": "public path output of the bundle.",
|
6937
|
+
"tags": []
|
6824
6938
|
},
|
6825
6939
|
"signature": "(property) BundlerContext.publicPath?: string | undefined",
|
6826
6940
|
"name": "publicPath",
|
@@ -6850,7 +6964,8 @@
|
|
6850
6964
|
"character": 3
|
6851
6965
|
},
|
6852
6966
|
"raw": "/**\n * root path\n */",
|
6853
|
-
"comment": "root path"
|
6967
|
+
"comment": "root path",
|
6968
|
+
"tags": []
|
6854
6969
|
},
|
6855
6970
|
"signature": "(property) BundlerContext.rootPath?: string | undefined",
|
6856
6971
|
"name": "rootPath",
|
@@ -6880,7 +6995,8 @@
|
|
6880
6995
|
"character": 3
|
6881
6996
|
},
|
6882
6997
|
"raw": "/**\n * Whether to run compression by the bundler\n */",
|
6883
|
-
"comment": "Whether to run compression by the bundler"
|
6998
|
+
"comment": "Whether to run compression by the bundler",
|
6999
|
+
"tags": []
|
6884
7000
|
},
|
6885
7001
|
"signature": "(property) BundlerContext.compress?: boolean | undefined",
|
6886
7002
|
"name": "compress",
|
@@ -6910,7 +7026,8 @@
|
|
6910
7026
|
"character": 3
|
6911
7027
|
},
|
6912
7028
|
"raw": "/**\n * config for html generation for all targets\n */",
|
6913
|
-
"comment": "config for html generation for all targets"
|
7029
|
+
"comment": "config for html generation for all targets",
|
7030
|
+
"tags": []
|
6914
7031
|
},
|
6915
7032
|
"signature": "(property) BundlerContext.html?: HtmlConfig[] | undefined",
|
6916
7033
|
"name": "html",
|
@@ -6948,7 +7065,8 @@
|
|
6948
7065
|
"character": 3
|
6949
7066
|
},
|
6950
7067
|
"raw": "/**\n * modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers.\n */",
|
6951
|
-
"comment": "modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers."
|
7068
|
+
"comment": "modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers.",
|
7069
|
+
"tags": []
|
6952
7070
|
},
|
6953
7071
|
"signature": "(property) BundlerContext.modules?: {\n name: string;\n fileName: string;\n exposes: {\n [key: string]: string;\n };\n} | undefined",
|
6954
7072
|
"name": "modules",
|
@@ -7077,7 +7195,8 @@
|
|
7077
7195
|
"character": 3
|
7078
7196
|
},
|
7079
7197
|
"raw": "/**\n * Additional info that can be used by the bundler for different stuff like logging info\n */",
|
7080
|
-
"comment": "Additional info that can be used by the bundler for different stuff like logging info"
|
7198
|
+
"comment": "Additional info that can be used by the bundler for different stuff like logging info",
|
7199
|
+
"tags": []
|
7081
7200
|
},
|
7082
7201
|
"signature": "(property) BundlerContext.metaData?: MetaData | undefined",
|
7083
7202
|
"name": "metaData",
|
@@ -7115,7 +7234,7 @@
|
|
7115
7234
|
"_legacy": {
|
7116
7235
|
"scope": "teambit.compilation",
|
7117
7236
|
"name": "bundler",
|
7118
|
-
"version": "1.0.
|
7237
|
+
"version": "1.0.311"
|
7119
7238
|
},
|
7120
7239
|
"_scope": "teambit.compilation"
|
7121
7240
|
}
|
@@ -7200,7 +7319,8 @@
|
|
7200
7319
|
"character": 3
|
7201
7320
|
},
|
7202
7321
|
"raw": "/**\n * name of the asset.\n */",
|
7203
|
-
"comment": "name of the asset."
|
7322
|
+
"comment": "name of the asset.",
|
7323
|
+
"tags": []
|
7204
7324
|
},
|
7205
7325
|
"signature": "(property) name: string",
|
7206
7326
|
"name": "name",
|
@@ -7230,7 +7350,8 @@
|
|
7230
7350
|
"character": 3
|
7231
7351
|
},
|
7232
7352
|
"raw": "/**\n * size of the asset in bytes.\n */",
|
7233
|
-
"comment": "size of the asset in bytes."
|
7353
|
+
"comment": "size of the asset in bytes.",
|
7354
|
+
"tags": []
|
7234
7355
|
},
|
7235
7356
|
"signature": "(property) size: number",
|
7236
7357
|
"name": "size",
|
@@ -7260,7 +7381,8 @@
|
|
7260
7381
|
"character": 3
|
7261
7382
|
},
|
7262
7383
|
"raw": "/**\n * size of the compressed asset in bytes.\n */",
|
7263
|
-
"comment": "size of the compressed asset in bytes."
|
7384
|
+
"comment": "size of the compressed asset in bytes.",
|
7385
|
+
"tags": []
|
7264
7386
|
},
|
7265
7387
|
"signature": "(property) compressedSize?: number | undefined",
|
7266
7388
|
"name": "compressedSize",
|
@@ -7588,7 +7710,8 @@
|
|
7588
7710
|
"character": 3
|
7589
7711
|
},
|
7590
7712
|
"raw": "/**\n * list of generated assets.\n */",
|
7591
|
-
"comment": "list of generated assets."
|
7713
|
+
"comment": "list of generated assets.",
|
7714
|
+
"tags": []
|
7592
7715
|
},
|
7593
7716
|
"signature": "(property) assets: Asset[]",
|
7594
7717
|
"name": "assets",
|
@@ -7626,7 +7749,8 @@
|
|
7626
7749
|
"character": 3
|
7627
7750
|
},
|
7628
7751
|
"raw": "/**\n * A map of assets names for each chunk\n */",
|
7629
|
-
"comment": "A map of assets names for each chunk"
|
7752
|
+
"comment": "A map of assets names for each chunk",
|
7753
|
+
"tags": []
|
7630
7754
|
},
|
7631
7755
|
"signature": "(property) assetsByChunkName?: ChunksAssetsMap | undefined",
|
7632
7756
|
"name": "assetsByChunkName",
|
@@ -7656,7 +7780,8 @@
|
|
7656
7780
|
"character": 3
|
7657
7781
|
},
|
7658
7782
|
"raw": "/**\n * A map of assets for each entry point\n */",
|
7659
|
-
"comment": "A map of assets for each entry point"
|
7783
|
+
"comment": "A map of assets for each entry point",
|
7784
|
+
"tags": []
|
7660
7785
|
},
|
7661
7786
|
"signature": "(property) entriesAssetsMap?: EntriesAssetsMap | undefined",
|
7662
7787
|
"name": "entriesAssetsMap",
|
@@ -7686,7 +7811,8 @@
|
|
7686
7811
|
"character": 3
|
7687
7812
|
},
|
7688
7813
|
"raw": "/**\n * errors thrown during the bundling process.\n */",
|
7689
|
-
"comment": "errors thrown during the bundling process."
|
7814
|
+
"comment": "errors thrown during the bundling process.",
|
7815
|
+
"tags": []
|
7690
7816
|
},
|
7691
7817
|
"signature": "(property) errors: Error[]",
|
7692
7818
|
"name": "errors",
|
@@ -7724,7 +7850,8 @@
|
|
7724
7850
|
"character": 3
|
7725
7851
|
},
|
7726
7852
|
"raw": "/**\n * warnings thrown during the bundling process.\n */",
|
7727
|
-
"comment": "warnings thrown during the bundling process."
|
7853
|
+
"comment": "warnings thrown during the bundling process.",
|
7854
|
+
"tags": []
|
7728
7855
|
},
|
7729
7856
|
"signature": "(property) warnings: string[]",
|
7730
7857
|
"name": "warnings",
|
@@ -7762,7 +7889,8 @@
|
|
7762
7889
|
"character": 3
|
7763
7890
|
},
|
7764
7891
|
"raw": "/**\n * components included in the bundling process.\n */",
|
7765
|
-
"comment": "components included in the bundling process."
|
7892
|
+
"comment": "components included in the bundling process.",
|
7893
|
+
"tags": []
|
7766
7894
|
},
|
7767
7895
|
"signature": "(property) components: Component[]",
|
7768
7896
|
"name": "components",
|
@@ -7804,7 +7932,8 @@
|
|
7804
7932
|
"character": 3
|
7805
7933
|
},
|
7806
7934
|
"raw": "/**\n * timestamp in milliseconds when the task started\n */",
|
7807
|
-
"comment": "timestamp in milliseconds when the task started"
|
7935
|
+
"comment": "timestamp in milliseconds when the task started",
|
7936
|
+
"tags": []
|
7808
7937
|
},
|
7809
7938
|
"signature": "(property) startTime?: number | undefined",
|
7810
7939
|
"name": "startTime",
|
@@ -7834,7 +7963,8 @@
|
|
7834
7963
|
"character": 3
|
7835
7964
|
},
|
7836
7965
|
"raw": "/**\n * timestamp in milliseconds when the task ended\n */",
|
7837
|
-
"comment": "timestamp in milliseconds when the task ended"
|
7966
|
+
"comment": "timestamp in milliseconds when the task ended",
|
7967
|
+
"tags": []
|
7838
7968
|
},
|
7839
7969
|
"signature": "(property) endTime?: number | undefined",
|
7840
7970
|
"name": "endTime",
|
@@ -7864,7 +7994,8 @@
|
|
7864
7994
|
"character": 3
|
7865
7995
|
},
|
7866
7996
|
"raw": "/**\n * out put path of the Bundler Result\n */",
|
7867
|
-
"comment": "out put path of the Bundler Result"
|
7997
|
+
"comment": "out put path of the Bundler Result",
|
7998
|
+
"tags": []
|
7868
7999
|
},
|
7869
8000
|
"signature": "(property) outputPath?: string | undefined",
|
7870
8001
|
"name": "outputPath",
|
@@ -8234,7 +8365,8 @@
|
|
8234
8365
|
"character": 1
|
8235
8366
|
},
|
8236
8367
|
"raw": "/**\n * bundler extension.\n */",
|
8237
|
-
"comment": "bundler extension."
|
8368
|
+
"comment": "bundler extension.",
|
8369
|
+
"tags": []
|
8238
8370
|
},
|
8239
8371
|
"signature": "class BundlerMain",
|
8240
8372
|
"name": "BundlerMain",
|
@@ -8593,7 +8725,8 @@
|
|
8593
8725
|
"character": 3
|
8594
8726
|
},
|
8595
8727
|
"raw": "/**\n * compute entry files for bundling components in a given execution context.\n */",
|
8596
|
-
"comment": "compute entry files for bundling components in a given execution context."
|
8728
|
+
"comment": "compute entry files for bundling components in a given execution context.",
|
8729
|
+
"tags": []
|
8597
8730
|
},
|
8598
8731
|
"signature": "(method) BundlerMain.computeEntries(context: BundlerContext): Promise<string[]>",
|
8599
8732
|
"name": "computeEntries",
|
@@ -9213,7 +9346,8 @@
|
|
9213
9346
|
"character": 1
|
9214
9347
|
},
|
9215
9348
|
"raw": "/**\n * computes the bundler entry.\n */",
|
9216
|
-
"comment": "computes the bundler entry."
|
9349
|
+
"comment": "computes the bundler entry.",
|
9350
|
+
"tags": []
|
9217
9351
|
},
|
9218
9352
|
"signature": "function getEntry(context: ExecutionContext, runtimeSlot: BrowserRuntimeSlot): Promise<string[]>",
|
9219
9353
|
"name": "getEntry",
|
@@ -9518,7 +9652,8 @@
|
|
9518
9652
|
"character": 3
|
9519
9653
|
},
|
9520
9654
|
"raw": "/**\n * determine whether component server contains a component.\n */",
|
9521
|
-
"comment": "determine whether component server contains a component."
|
9655
|
+
"comment": "determine whether component server contains a component.",
|
9656
|
+
"tags": []
|
9522
9657
|
},
|
9523
9658
|
"signature": "(method) ComponentServer.hasComponent(component: Component): Component | undefined",
|
9524
9659
|
"name": "hasComponent",
|
@@ -9842,7 +9977,7 @@
|
|
9842
9977
|
"_legacy": {
|
9843
9978
|
"scope": "teambit.compilation",
|
9844
9979
|
"name": "bundler",
|
9845
|
-
"version": "1.0.
|
9980
|
+
"version": "1.0.311"
|
9846
9981
|
},
|
9847
9982
|
"_scope": "teambit.compilation"
|
9848
9983
|
}
|
@@ -10012,7 +10147,7 @@
|
|
10012
10147
|
"componentId": {
|
10013
10148
|
"scope": "teambit.compilation",
|
10014
10149
|
"name": "bundler",
|
10015
|
-
"version": "1.0.
|
10150
|
+
"version": "1.0.311"
|
10016
10151
|
},
|
10017
10152
|
"taggedModuleExports": []
|
10018
10153
|
}
|