@teambit/envs 1.0.309 → 1.0.311
Sign up to get free protection for your applications and to get access to all the features.
package/artifacts/schema.json
CHANGED
@@ -165,7 +165,8 @@
|
|
165
165
|
"character": 3
|
166
166
|
},
|
167
167
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
168
|
-
"comment": "return a logger instance for the env."
|
168
|
+
"comment": "return a logger instance for the env.",
|
169
|
+
"tags": []
|
169
170
|
},
|
170
171
|
"signature": "(method) ServiceHandlerContext.createLogger(name?: string): Logger",
|
171
172
|
"name": "createLogger",
|
@@ -221,7 +222,8 @@
|
|
221
222
|
"character": 3
|
222
223
|
},
|
223
224
|
"raw": "/**\n * get an instance of an aspect. make sure it is loaded prior to requesting it.\n */",
|
224
|
-
"comment": "get an instance of an aspect. make sure it is loaded prior to requesting it."
|
225
|
+
"comment": "get an instance of an aspect. make sure it is loaded prior to requesting it.",
|
226
|
+
"tags": []
|
225
227
|
},
|
226
228
|
"signature": "(method) ServiceHandlerContext.getAspect<T>(aspectId: string): T",
|
227
229
|
"name": "getAspect",
|
@@ -276,7 +278,8 @@
|
|
276
278
|
"character": 3
|
277
279
|
},
|
278
280
|
"raw": "/**\n * create worker for the env context.\n */",
|
279
|
-
"comment": "create worker for the env context."
|
281
|
+
"comment": "create worker for the env context.",
|
282
|
+
"tags": []
|
280
283
|
},
|
281
284
|
"signature": "(method) ServiceHandlerContext.createWorker<T>(name: string, path: string): HarmonyWorker<T>",
|
282
285
|
"name": "createWorker",
|
@@ -365,7 +368,8 @@
|
|
365
368
|
"character": 1
|
366
369
|
},
|
367
370
|
"raw": "/**\n * definition of the service handler.\n */",
|
368
|
-
"comment": "definition of the service handler."
|
371
|
+
"comment": "definition of the service handler.",
|
372
|
+
"tags": []
|
369
373
|
},
|
370
374
|
"signature": "type ServiceHandlerFactory<T> = (context: ServiceHandlerContext) => ServiceHandler & T",
|
371
375
|
"name": "ServiceHandlerFactory",
|
@@ -558,7 +562,8 @@
|
|
558
562
|
"character": 3
|
559
563
|
},
|
560
564
|
"raw": "/**\n * name of the service. e.g. 'typescript-compiler'\n */",
|
561
|
-
"comment": "name of the service. e.g. 'typescript-compiler'"
|
565
|
+
"comment": "name of the service. e.g. 'typescript-compiler'",
|
566
|
+
"tags": []
|
562
567
|
},
|
563
568
|
"signature": "(property) ServiceHandler.name?: string | undefined",
|
564
569
|
"name": "name",
|
@@ -588,7 +593,8 @@
|
|
588
593
|
"character": 3
|
589
594
|
},
|
590
595
|
"raw": "/**\n * version of the service. optional.\n */",
|
591
|
-
"comment": "version of the service. optional."
|
596
|
+
"comment": "version of the service. optional.",
|
597
|
+
"tags": []
|
592
598
|
},
|
593
599
|
"signature": "(property) ServiceHandler.version?: (() => string) | undefined",
|
594
600
|
"name": "version",
|
@@ -642,7 +648,8 @@
|
|
642
648
|
"character": 1
|
643
649
|
},
|
644
650
|
"raw": "/**\n * definition of the service handler type\n * This used to define new types of handlers like\n * Compiler, Tester, Preview, etc.\n */",
|
645
|
-
"comment": "definition of the service handler type\nThis used to define new types of handlers like\nCompiler, Tester, Preview, etc."
|
651
|
+
"comment": "definition of the service handler type\nThis used to define new types of handlers like\nCompiler, Tester, Preview, etc.",
|
652
|
+
"tags": []
|
646
653
|
},
|
647
654
|
"signature": "type TransformationMap = {\n [funcName: string]: ServiceTransformHandlerFactory<any>;\n}",
|
648
655
|
"name": "TransformationMap",
|
@@ -792,7 +799,8 @@
|
|
792
799
|
"character": 1
|
793
800
|
},
|
794
801
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
795
|
-
"comment": "add a custom type and include all properties from within the environment."
|
802
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
803
|
+
"tags": []
|
796
804
|
},
|
797
805
|
"signature": "interface Environment",
|
798
806
|
"name": "Environment",
|
@@ -812,7 +820,8 @@
|
|
812
820
|
"character": 3
|
813
821
|
},
|
814
822
|
"raw": "/**\n * name of the environment.\n */",
|
815
|
-
"comment": "name of the environment."
|
823
|
+
"comment": "name of the environment.",
|
824
|
+
"tags": []
|
816
825
|
},
|
817
826
|
"signature": "(property) Environment.name?: string | undefined",
|
818
827
|
"name": "name",
|
@@ -842,7 +851,8 @@
|
|
842
851
|
"character": 3
|
843
852
|
},
|
844
853
|
"raw": "/**\n * description of the environment.\n */",
|
845
|
-
"comment": "description of the environment."
|
854
|
+
"comment": "description of the environment.",
|
855
|
+
"tags": []
|
846
856
|
},
|
847
857
|
"signature": "(property) Environment.description?: string | undefined",
|
848
858
|
"name": "description",
|
@@ -872,7 +882,8 @@
|
|
872
882
|
"character": 3
|
873
883
|
},
|
874
884
|
"raw": "/**\n * icon of the environment.\n */",
|
875
|
-
"comment": "icon of the environment."
|
885
|
+
"comment": "icon of the environment.",
|
886
|
+
"tags": []
|
876
887
|
},
|
877
888
|
"signature": "(property) Environment.icon?: string | undefined",
|
878
889
|
"name": "icon",
|
@@ -939,7 +950,8 @@
|
|
939
950
|
"character": 3
|
940
951
|
},
|
941
952
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
942
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
953
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
954
|
+
"tags": []
|
943
955
|
},
|
944
956
|
"signature": "(property) Environment.__getDescriptor?: (() => Promise<EnvDescriptor>) | undefined",
|
945
957
|
"name": "__getDescriptor",
|
@@ -993,7 +1005,8 @@
|
|
993
1005
|
"character": 3
|
994
1006
|
},
|
995
1007
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
996
|
-
"comment": "Returns a schema generator instance"
|
1008
|
+
"comment": "Returns a schema generator instance",
|
1009
|
+
"tags": []
|
997
1010
|
},
|
998
1011
|
"signature": "(property) Environment.getSchemaExtractor?: ((config?: any, tsserverPath?: string, contextPath?: string, schemaTransformers?: SchemaTransformer[], apiTransformers?: SchemaNodeTransformer[]) => SchemaExtractor) | undefined",
|
999
1012
|
"name": "getSchemaExtractor",
|
@@ -1164,7 +1177,8 @@
|
|
1164
1177
|
"character": 3
|
1165
1178
|
},
|
1166
1179
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
1167
|
-
"comment": "Returns the dev patterns to match doc files"
|
1180
|
+
"comment": "Returns the dev patterns to match doc files",
|
1181
|
+
"tags": []
|
1168
1182
|
},
|
1169
1183
|
"signature": "(property) Environment.getDocsDevPatterns?: ((component: Component) => string[]) | undefined",
|
1170
1184
|
"name": "getDocsDevPatterns",
|
@@ -1239,7 +1253,8 @@
|
|
1239
1253
|
"character": 3
|
1240
1254
|
},
|
1241
1255
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
1242
|
-
"comment": "Returns the dev patterns to match composition files"
|
1256
|
+
"comment": "Returns the dev patterns to match composition files",
|
1257
|
+
"tags": []
|
1243
1258
|
},
|
1244
1259
|
"signature": "(property) Environment.getCompositionsDevPatterns?: ((component: Component) => string[]) | undefined",
|
1245
1260
|
"name": "getCompositionsDevPatterns",
|
@@ -1314,7 +1329,8 @@
|
|
1314
1329
|
"character": 3
|
1315
1330
|
},
|
1316
1331
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
1317
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
1332
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
1333
|
+
"tags": []
|
1318
1334
|
},
|
1319
1335
|
"signature": "(property) Environment.getDevPatterns?: ((component: Component) => string[]) | undefined",
|
1320
1336
|
"name": "getDevPatterns",
|
@@ -1402,7 +1418,8 @@
|
|
1402
1418
|
"character": 3
|
1403
1419
|
},
|
1404
1420
|
"raw": "/**\n * Returns the list of dependencies\n * Required for any task\n */",
|
1405
|
-
"comment": "Returns the list of dependencies\nRequired for any task"
|
1421
|
+
"comment": "Returns the list of dependencies\nRequired for any task",
|
1422
|
+
"tags": []
|
1406
1423
|
},
|
1407
1424
|
"signature": "(property) DependenciesEnv.getDependencies?: (() => EnvPolicyConfigObject | Promise<EnvPolicyConfigObject>) | undefined",
|
1408
1425
|
"name": "getDependencies",
|
@@ -1582,7 +1599,8 @@
|
|
1582
1599
|
"character": 3
|
1583
1600
|
},
|
1584
1601
|
"raw": "/**\n * Returns a list of additional host dependencies\n * this list will be provided as globals on the window after bit preview bundle\n * by default bit will merge this list with the peers from the getDependencies function\n */",
|
1585
|
-
"comment": "Returns a list of additional host dependencies\nthis list will be provided as globals on the window after bit preview bundle\nby default bit will merge this list with the peers from the getDependencies function"
|
1602
|
+
"comment": "Returns a list of additional host dependencies\nthis list will be provided as globals on the window after bit preview bundle\nby default bit will merge this list with the peers from the getDependencies function",
|
1603
|
+
"tags": []
|
1586
1604
|
},
|
1587
1605
|
"signature": "(property) DependenciesEnv.getAdditionalHostDependencies?: (() => string[] | Promise<string[]>) | undefined",
|
1588
1606
|
"name": "getAdditionalHostDependencies",
|
@@ -1670,7 +1688,8 @@
|
|
1670
1688
|
"character": 3
|
1671
1689
|
},
|
1672
1690
|
"raw": "/**\n * Returns a list of dependency detectors\n * this list will be used to detect all the dependencies in each file of the component\n */",
|
1673
|
-
"comment": "Returns a list of dependency detectors\nthis list will be used to detect all the dependencies in each file of the component"
|
1691
|
+
"comment": "Returns a list of dependency detectors\nthis list will be used to detect all the dependencies in each file of the component",
|
1692
|
+
"tags": []
|
1674
1693
|
},
|
1675
1694
|
"signature": "(property) DependenciesEnv.getDepDetectors?: (() => DependencyDetector[] | null) | undefined",
|
1676
1695
|
"name": "getDepDetectors",
|
@@ -1777,7 +1796,8 @@
|
|
1777
1796
|
"character": 3
|
1778
1797
|
},
|
1779
1798
|
"raw": "/**\n * name of the environment.\n */",
|
1780
|
-
"comment": "name of the environment."
|
1799
|
+
"comment": "name of the environment.",
|
1800
|
+
"tags": []
|
1781
1801
|
}
|
1782
1802
|
},
|
1783
1803
|
{
|
@@ -1807,7 +1827,8 @@
|
|
1807
1827
|
"character": 3
|
1808
1828
|
},
|
1809
1829
|
"raw": "/**\n * description of the environment.\n */",
|
1810
|
-
"comment": "description of the environment."
|
1830
|
+
"comment": "description of the environment.",
|
1831
|
+
"tags": []
|
1811
1832
|
}
|
1812
1833
|
},
|
1813
1834
|
{
|
@@ -1837,7 +1858,8 @@
|
|
1837
1858
|
"character": 3
|
1838
1859
|
},
|
1839
1860
|
"raw": "/**\n * icon of the environment.\n */",
|
1840
|
-
"comment": "icon of the environment."
|
1861
|
+
"comment": "icon of the environment.",
|
1862
|
+
"tags": []
|
1841
1863
|
}
|
1842
1864
|
},
|
1843
1865
|
{
|
@@ -1928,7 +1950,8 @@
|
|
1928
1950
|
"character": 3
|
1929
1951
|
},
|
1930
1952
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
1931
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
1953
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
1954
|
+
"tags": []
|
1932
1955
|
}
|
1933
1956
|
},
|
1934
1957
|
{
|
@@ -2108,7 +2131,8 @@
|
|
2108
2131
|
"character": 3
|
2109
2132
|
},
|
2110
2133
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
2111
|
-
"comment": "Returns a schema generator instance"
|
2134
|
+
"comment": "Returns a schema generator instance",
|
2135
|
+
"tags": []
|
2112
2136
|
}
|
2113
2137
|
},
|
2114
2138
|
{
|
@@ -2186,7 +2210,8 @@
|
|
2186
2210
|
"character": 3
|
2187
2211
|
},
|
2188
2212
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
2189
|
-
"comment": "Returns the dev patterns to match doc files"
|
2213
|
+
"comment": "Returns the dev patterns to match doc files",
|
2214
|
+
"tags": []
|
2190
2215
|
}
|
2191
2216
|
},
|
2192
2217
|
{
|
@@ -2264,7 +2289,8 @@
|
|
2264
2289
|
"character": 3
|
2265
2290
|
},
|
2266
2291
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
2267
|
-
"comment": "Returns the dev patterns to match composition files"
|
2292
|
+
"comment": "Returns the dev patterns to match composition files",
|
2293
|
+
"tags": []
|
2268
2294
|
}
|
2269
2295
|
},
|
2270
2296
|
{
|
@@ -2342,7 +2368,8 @@
|
|
2342
2368
|
"character": 3
|
2343
2369
|
},
|
2344
2370
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
2345
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
2371
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
2372
|
+
"tags": []
|
2346
2373
|
}
|
2347
2374
|
}
|
2348
2375
|
],
|
@@ -2354,7 +2381,8 @@
|
|
2354
2381
|
"character": 1
|
2355
2382
|
},
|
2356
2383
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
2357
|
-
"comment": "add a custom type and include all properties from within the environment."
|
2384
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
2385
|
+
"tags": []
|
2358
2386
|
}
|
2359
2387
|
}
|
2360
2388
|
}
|
@@ -2453,7 +2481,8 @@
|
|
2453
2481
|
"character": 3
|
2454
2482
|
},
|
2455
2483
|
"raw": "/**\n * define the package json properties to add to each component.\n * Used by `bit link` to augment package.json with new properties\n */",
|
2456
|
-
"comment": "define the package json properties to add to each component.\nUsed by `bit link` to augment package.json with new properties"
|
2484
|
+
"comment": "define the package json properties to add to each component.\nUsed by `bit link` to augment package.json with new properties",
|
2485
|
+
"tags": []
|
2457
2486
|
},
|
2458
2487
|
"signature": "(property) PackageEnv.getPackageJsonProps?: (() => PackageJsonProps) | undefined",
|
2459
2488
|
"name": "getPackageJsonProps",
|
@@ -2499,7 +2528,8 @@
|
|
2499
2528
|
"character": 3
|
2500
2529
|
},
|
2501
2530
|
"raw": "/**\n * return `.npmignore` entries to be written before packing the component\n */",
|
2502
|
-
"comment": "return `.npmignore` entries to be written before packing the component"
|
2531
|
+
"comment": "return `.npmignore` entries to be written before packing the component",
|
2532
|
+
"tags": []
|
2503
2533
|
},
|
2504
2534
|
"signature": "(property) PackageEnv.getNpmIgnore?: ((npmIgnoreContext?: GetNpmIgnoreContext) => string[]) | undefined",
|
2505
2535
|
"name": "getNpmIgnore",
|
@@ -2605,7 +2635,8 @@
|
|
2605
2635
|
"character": 3
|
2606
2636
|
},
|
2607
2637
|
"raw": "/**\n * name of the environment.\n */",
|
2608
|
-
"comment": "name of the environment."
|
2638
|
+
"comment": "name of the environment.",
|
2639
|
+
"tags": []
|
2609
2640
|
}
|
2610
2641
|
},
|
2611
2642
|
{
|
@@ -2635,7 +2666,8 @@
|
|
2635
2666
|
"character": 3
|
2636
2667
|
},
|
2637
2668
|
"raw": "/**\n * description of the environment.\n */",
|
2638
|
-
"comment": "description of the environment."
|
2669
|
+
"comment": "description of the environment.",
|
2670
|
+
"tags": []
|
2639
2671
|
}
|
2640
2672
|
},
|
2641
2673
|
{
|
@@ -2665,7 +2697,8 @@
|
|
2665
2697
|
"character": 3
|
2666
2698
|
},
|
2667
2699
|
"raw": "/**\n * icon of the environment.\n */",
|
2668
|
-
"comment": "icon of the environment."
|
2700
|
+
"comment": "icon of the environment.",
|
2701
|
+
"tags": []
|
2669
2702
|
}
|
2670
2703
|
},
|
2671
2704
|
{
|
@@ -2756,7 +2789,8 @@
|
|
2756
2789
|
"character": 3
|
2757
2790
|
},
|
2758
2791
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
2759
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
2792
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
2793
|
+
"tags": []
|
2760
2794
|
}
|
2761
2795
|
},
|
2762
2796
|
{
|
@@ -2936,7 +2970,8 @@
|
|
2936
2970
|
"character": 3
|
2937
2971
|
},
|
2938
2972
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
2939
|
-
"comment": "Returns a schema generator instance"
|
2973
|
+
"comment": "Returns a schema generator instance",
|
2974
|
+
"tags": []
|
2940
2975
|
}
|
2941
2976
|
},
|
2942
2977
|
{
|
@@ -3014,7 +3049,8 @@
|
|
3014
3049
|
"character": 3
|
3015
3050
|
},
|
3016
3051
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
3017
|
-
"comment": "Returns the dev patterns to match doc files"
|
3052
|
+
"comment": "Returns the dev patterns to match doc files",
|
3053
|
+
"tags": []
|
3018
3054
|
}
|
3019
3055
|
},
|
3020
3056
|
{
|
@@ -3092,7 +3128,8 @@
|
|
3092
3128
|
"character": 3
|
3093
3129
|
},
|
3094
3130
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
3095
|
-
"comment": "Returns the dev patterns to match composition files"
|
3131
|
+
"comment": "Returns the dev patterns to match composition files",
|
3132
|
+
"tags": []
|
3096
3133
|
}
|
3097
3134
|
},
|
3098
3135
|
{
|
@@ -3170,7 +3207,8 @@
|
|
3170
3207
|
"character": 3
|
3171
3208
|
},
|
3172
3209
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
3173
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
3210
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
3211
|
+
"tags": []
|
3174
3212
|
}
|
3175
3213
|
}
|
3176
3214
|
],
|
@@ -3182,7 +3220,8 @@
|
|
3182
3220
|
"character": 1
|
3183
3221
|
},
|
3184
3222
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
3185
|
-
"comment": "add a custom type and include all properties from within the environment."
|
3223
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
3224
|
+
"tags": []
|
3186
3225
|
}
|
3187
3226
|
}
|
3188
3227
|
}
|
@@ -3213,7 +3252,8 @@
|
|
3213
3252
|
"character": 3
|
3214
3253
|
},
|
3215
3254
|
"raw": "/**\n * Returns & configures the linter to use (ESLint, ...)\n * Required for `bit lint`\n */",
|
3216
|
-
"comment": "Returns & configures the linter to use (ESLint, ...)\nRequired for `bit lint`"
|
3255
|
+
"comment": "Returns & configures the linter to use (ESLint, ...)\nRequired for `bit lint`",
|
3256
|
+
"tags": []
|
3217
3257
|
},
|
3218
3258
|
"signature": "(property) LinterEnv.getLinter?: ((context: LinterContext, transformers: any[]) => Linter) | undefined",
|
3219
3259
|
"name": "getLinter",
|
@@ -3346,7 +3386,8 @@
|
|
3346
3386
|
"character": 3
|
3347
3387
|
},
|
3348
3388
|
"raw": "/**\n * name of the environment.\n */",
|
3349
|
-
"comment": "name of the environment."
|
3389
|
+
"comment": "name of the environment.",
|
3390
|
+
"tags": []
|
3350
3391
|
}
|
3351
3392
|
},
|
3352
3393
|
{
|
@@ -3376,7 +3417,8 @@
|
|
3376
3417
|
"character": 3
|
3377
3418
|
},
|
3378
3419
|
"raw": "/**\n * description of the environment.\n */",
|
3379
|
-
"comment": "description of the environment."
|
3420
|
+
"comment": "description of the environment.",
|
3421
|
+
"tags": []
|
3380
3422
|
}
|
3381
3423
|
},
|
3382
3424
|
{
|
@@ -3406,7 +3448,8 @@
|
|
3406
3448
|
"character": 3
|
3407
3449
|
},
|
3408
3450
|
"raw": "/**\n * icon of the environment.\n */",
|
3409
|
-
"comment": "icon of the environment."
|
3451
|
+
"comment": "icon of the environment.",
|
3452
|
+
"tags": []
|
3410
3453
|
}
|
3411
3454
|
},
|
3412
3455
|
{
|
@@ -3497,7 +3540,8 @@
|
|
3497
3540
|
"character": 3
|
3498
3541
|
},
|
3499
3542
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
3500
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
3543
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
3544
|
+
"tags": []
|
3501
3545
|
}
|
3502
3546
|
},
|
3503
3547
|
{
|
@@ -3677,7 +3721,8 @@
|
|
3677
3721
|
"character": 3
|
3678
3722
|
},
|
3679
3723
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
3680
|
-
"comment": "Returns a schema generator instance"
|
3724
|
+
"comment": "Returns a schema generator instance",
|
3725
|
+
"tags": []
|
3681
3726
|
}
|
3682
3727
|
},
|
3683
3728
|
{
|
@@ -3755,7 +3800,8 @@
|
|
3755
3800
|
"character": 3
|
3756
3801
|
},
|
3757
3802
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
3758
|
-
"comment": "Returns the dev patterns to match doc files"
|
3803
|
+
"comment": "Returns the dev patterns to match doc files",
|
3804
|
+
"tags": []
|
3759
3805
|
}
|
3760
3806
|
},
|
3761
3807
|
{
|
@@ -3833,7 +3879,8 @@
|
|
3833
3879
|
"character": 3
|
3834
3880
|
},
|
3835
3881
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
3836
|
-
"comment": "Returns the dev patterns to match composition files"
|
3882
|
+
"comment": "Returns the dev patterns to match composition files",
|
3883
|
+
"tags": []
|
3837
3884
|
}
|
3838
3885
|
},
|
3839
3886
|
{
|
@@ -3911,7 +3958,8 @@
|
|
3911
3958
|
"character": 3
|
3912
3959
|
},
|
3913
3960
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
3914
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
3961
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
3962
|
+
"tags": []
|
3915
3963
|
}
|
3916
3964
|
}
|
3917
3965
|
],
|
@@ -3923,7 +3971,8 @@
|
|
3923
3971
|
"character": 1
|
3924
3972
|
},
|
3925
3973
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
3926
|
-
"comment": "add a custom type and include all properties from within the environment."
|
3974
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
3975
|
+
"tags": []
|
3927
3976
|
}
|
3928
3977
|
}
|
3929
3978
|
}
|
@@ -3954,7 +4003,8 @@
|
|
3954
4003
|
"character": 3
|
3955
4004
|
},
|
3956
4005
|
"raw": "/**\n * Returns & configures the formatter to use (prettier, ...)\n * Required for `bit format`\n */",
|
3957
|
-
"comment": "Returns & configures the formatter to use (prettier, ...)\nRequired for `bit format`"
|
4006
|
+
"comment": "Returns & configures the formatter to use (prettier, ...)\nRequired for `bit format`",
|
4007
|
+
"tags": []
|
3958
4008
|
},
|
3959
4009
|
"signature": "(property) FormatterEnv.getFormatter?: ((context: FormatterContext, transformers: any[]) => Formatter) | undefined",
|
3960
4010
|
"name": "getFormatter",
|
@@ -4087,7 +4137,8 @@
|
|
4087
4137
|
"character": 3
|
4088
4138
|
},
|
4089
4139
|
"raw": "/**\n * name of the environment.\n */",
|
4090
|
-
"comment": "name of the environment."
|
4140
|
+
"comment": "name of the environment.",
|
4141
|
+
"tags": []
|
4091
4142
|
}
|
4092
4143
|
},
|
4093
4144
|
{
|
@@ -4117,7 +4168,8 @@
|
|
4117
4168
|
"character": 3
|
4118
4169
|
},
|
4119
4170
|
"raw": "/**\n * description of the environment.\n */",
|
4120
|
-
"comment": "description of the environment."
|
4171
|
+
"comment": "description of the environment.",
|
4172
|
+
"tags": []
|
4121
4173
|
}
|
4122
4174
|
},
|
4123
4175
|
{
|
@@ -4147,7 +4199,8 @@
|
|
4147
4199
|
"character": 3
|
4148
4200
|
},
|
4149
4201
|
"raw": "/**\n * icon of the environment.\n */",
|
4150
|
-
"comment": "icon of the environment."
|
4202
|
+
"comment": "icon of the environment.",
|
4203
|
+
"tags": []
|
4151
4204
|
}
|
4152
4205
|
},
|
4153
4206
|
{
|
@@ -4238,7 +4291,8 @@
|
|
4238
4291
|
"character": 3
|
4239
4292
|
},
|
4240
4293
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
4241
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
4294
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
4295
|
+
"tags": []
|
4242
4296
|
}
|
4243
4297
|
},
|
4244
4298
|
{
|
@@ -4418,7 +4472,8 @@
|
|
4418
4472
|
"character": 3
|
4419
4473
|
},
|
4420
4474
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
4421
|
-
"comment": "Returns a schema generator instance"
|
4475
|
+
"comment": "Returns a schema generator instance",
|
4476
|
+
"tags": []
|
4422
4477
|
}
|
4423
4478
|
},
|
4424
4479
|
{
|
@@ -4496,7 +4551,8 @@
|
|
4496
4551
|
"character": 3
|
4497
4552
|
},
|
4498
4553
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
4499
|
-
"comment": "Returns the dev patterns to match doc files"
|
4554
|
+
"comment": "Returns the dev patterns to match doc files",
|
4555
|
+
"tags": []
|
4500
4556
|
}
|
4501
4557
|
},
|
4502
4558
|
{
|
@@ -4574,7 +4630,8 @@
|
|
4574
4630
|
"character": 3
|
4575
4631
|
},
|
4576
4632
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
4577
|
-
"comment": "Returns the dev patterns to match composition files"
|
4633
|
+
"comment": "Returns the dev patterns to match composition files",
|
4634
|
+
"tags": []
|
4578
4635
|
}
|
4579
4636
|
},
|
4580
4637
|
{
|
@@ -4652,7 +4709,8 @@
|
|
4652
4709
|
"character": 3
|
4653
4710
|
},
|
4654
4711
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
4655
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
4712
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
4713
|
+
"tags": []
|
4656
4714
|
}
|
4657
4715
|
}
|
4658
4716
|
],
|
@@ -4664,7 +4722,8 @@
|
|
4664
4722
|
"character": 1
|
4665
4723
|
},
|
4666
4724
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
4667
|
-
"comment": "add a custom type and include all properties from within the environment."
|
4725
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
4726
|
+
"tags": []
|
4668
4727
|
}
|
4669
4728
|
}
|
4670
4729
|
}
|
@@ -4695,7 +4754,8 @@
|
|
4695
4754
|
"character": 3
|
4696
4755
|
},
|
4697
4756
|
"raw": "/**\n * Returns a paths to a function which mounts a given component to DOM\n * Required for `bit start` & `bit build`\n */",
|
4698
|
-
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`"
|
4757
|
+
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`",
|
4758
|
+
"tags": []
|
4699
4759
|
},
|
4700
4760
|
"signature": "(property) PreviewEnv.getMounter?: (() => string) | undefined",
|
4701
4761
|
"name": "getMounter",
|
@@ -4737,7 +4797,8 @@
|
|
4737
4797
|
"character": 3
|
4738
4798
|
},
|
4739
4799
|
"raw": "/**\n * Returns a path to a docs template.\n * Required for `bit start` & `bit build`\n */",
|
4740
|
-
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`"
|
4800
|
+
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`",
|
4801
|
+
"tags": []
|
4741
4802
|
},
|
4742
4803
|
"signature": "(property) PreviewEnv.getDocsTemplate?: (() => string) | undefined",
|
4743
4804
|
"name": "getDocsTemplate",
|
@@ -4779,7 +4840,8 @@
|
|
4779
4840
|
"character": 3
|
4780
4841
|
},
|
4781
4842
|
"raw": "/**\n * Returns a bundler for the preview.\n * Required for `bit build` & `bit start`\n */",
|
4782
|
-
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`"
|
4843
|
+
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`",
|
4844
|
+
"tags": []
|
4783
4845
|
},
|
4784
4846
|
"signature": "(property) PreviewEnv.getBundler?: ((context: BundlerContext, transformers: any[]) => Promise<Bundler>) | undefined",
|
4785
4847
|
"name": "getBundler",
|
@@ -4889,7 +4951,8 @@
|
|
4889
4951
|
"character": 3
|
4890
4952
|
},
|
4891
4953
|
"raw": "/**\n * Returns preview config like the strategy name to use when bundling the components for the preview\n */",
|
4892
|
-
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview"
|
4954
|
+
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview",
|
4955
|
+
"tags": []
|
4893
4956
|
},
|
4894
4957
|
"signature": "(property) PreviewEnv.getPreviewConfig?: (() => EnvPreviewConfig) | undefined",
|
4895
4958
|
"name": "getPreviewConfig",
|
@@ -4935,7 +4998,8 @@
|
|
4935
4998
|
"character": 3
|
4936
4999
|
},
|
4937
5000
|
"raw": "/**\n * Returns a bundler for the env template.\n * this bundler will be used to bundle the docs/compositions (or other preview) apps\n * Required for `bit build` & `bit tag`\n */",
|
4938
|
-
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`"
|
5001
|
+
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`",
|
5002
|
+
"tags": []
|
4939
5003
|
},
|
4940
5004
|
"signature": "(property) PreviewEnv.getTemplateBundler?: ((context: BundlerContext, transformers?: any[]) => Promise<Bundler>) | undefined",
|
4941
5005
|
"name": "getTemplateBundler",
|
@@ -5079,7 +5143,8 @@
|
|
5079
5143
|
"character": 3
|
5080
5144
|
},
|
5081
5145
|
"raw": "/**\n * name of the environment.\n */",
|
5082
|
-
"comment": "name of the environment."
|
5146
|
+
"comment": "name of the environment.",
|
5147
|
+
"tags": []
|
5083
5148
|
}
|
5084
5149
|
},
|
5085
5150
|
{
|
@@ -5109,7 +5174,8 @@
|
|
5109
5174
|
"character": 3
|
5110
5175
|
},
|
5111
5176
|
"raw": "/**\n * description of the environment.\n */",
|
5112
|
-
"comment": "description of the environment."
|
5177
|
+
"comment": "description of the environment.",
|
5178
|
+
"tags": []
|
5113
5179
|
}
|
5114
5180
|
},
|
5115
5181
|
{
|
@@ -5139,7 +5205,8 @@
|
|
5139
5205
|
"character": 3
|
5140
5206
|
},
|
5141
5207
|
"raw": "/**\n * icon of the environment.\n */",
|
5142
|
-
"comment": "icon of the environment."
|
5208
|
+
"comment": "icon of the environment.",
|
5209
|
+
"tags": []
|
5143
5210
|
}
|
5144
5211
|
},
|
5145
5212
|
{
|
@@ -5230,7 +5297,8 @@
|
|
5230
5297
|
"character": 3
|
5231
5298
|
},
|
5232
5299
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
5233
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
5300
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
5301
|
+
"tags": []
|
5234
5302
|
}
|
5235
5303
|
},
|
5236
5304
|
{
|
@@ -5410,7 +5478,8 @@
|
|
5410
5478
|
"character": 3
|
5411
5479
|
},
|
5412
5480
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
5413
|
-
"comment": "Returns a schema generator instance"
|
5481
|
+
"comment": "Returns a schema generator instance",
|
5482
|
+
"tags": []
|
5414
5483
|
}
|
5415
5484
|
},
|
5416
5485
|
{
|
@@ -5488,7 +5557,8 @@
|
|
5488
5557
|
"character": 3
|
5489
5558
|
},
|
5490
5559
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
5491
|
-
"comment": "Returns the dev patterns to match doc files"
|
5560
|
+
"comment": "Returns the dev patterns to match doc files",
|
5561
|
+
"tags": []
|
5492
5562
|
}
|
5493
5563
|
},
|
5494
5564
|
{
|
@@ -5566,7 +5636,8 @@
|
|
5566
5636
|
"character": 3
|
5567
5637
|
},
|
5568
5638
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
5569
|
-
"comment": "Returns the dev patterns to match composition files"
|
5639
|
+
"comment": "Returns the dev patterns to match composition files",
|
5640
|
+
"tags": []
|
5570
5641
|
}
|
5571
5642
|
},
|
5572
5643
|
{
|
@@ -5644,7 +5715,8 @@
|
|
5644
5715
|
"character": 3
|
5645
5716
|
},
|
5646
5717
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
5647
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
5718
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
5719
|
+
"tags": []
|
5648
5720
|
}
|
5649
5721
|
}
|
5650
5722
|
],
|
@@ -5656,7 +5728,8 @@
|
|
5656
5728
|
"character": 1
|
5657
5729
|
},
|
5658
5730
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
5659
|
-
"comment": "add a custom type and include all properties from within the environment."
|
5731
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
5732
|
+
"tags": []
|
5660
5733
|
}
|
5661
5734
|
}
|
5662
5735
|
}
|
@@ -5788,6 +5861,7 @@
|
|
5788
5861
|
"character": 3
|
5789
5862
|
},
|
5790
5863
|
"raw": "/**\n * @deprecated Fatal: a breaking API was introduced. Use getBuildPipe() instead.\n */",
|
5864
|
+
"comment": "",
|
5791
5865
|
"tags": [
|
5792
5866
|
{
|
5793
5867
|
"__schema": "TagSchema",
|
@@ -5853,7 +5927,8 @@
|
|
5853
5927
|
"character": 3
|
5854
5928
|
},
|
5855
5929
|
"raw": "/**\n * Returns the component build pipeline\n * Either `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`\n */",
|
5856
|
-
"comment": "Returns the component build pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`"
|
5930
|
+
"comment": "Returns the component build pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`",
|
5931
|
+
"tags": []
|
5857
5932
|
},
|
5858
5933
|
"signature": "(property) BuilderEnv.getBuildPipe?: ((modifiersMap?: PipeServiceModifiersMap) => BuildTask[]) | undefined",
|
5859
5934
|
"name": "getBuildPipe",
|
@@ -5929,7 +6004,8 @@
|
|
5929
6004
|
"character": 3
|
5930
6005
|
},
|
5931
6006
|
"raw": "/**\n * Returns the component tag pipeline\n * Either `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`\n */",
|
5932
|
-
"comment": "Returns the component tag pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`"
|
6007
|
+
"comment": "Returns the component tag pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`",
|
6008
|
+
"tags": []
|
5933
6009
|
},
|
5934
6010
|
"signature": "(property) BuilderEnv.getTagPipe?: ((modifiersMap?: PipeServiceModifiersMap) => BuildTask[]) | undefined",
|
5935
6011
|
"name": "getTagPipe",
|
@@ -6005,7 +6081,8 @@
|
|
6005
6081
|
"character": 3
|
6006
6082
|
},
|
6007
6083
|
"raw": "/**\n * Returns the component snap pipeline\n * Either `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`\n */",
|
6008
|
-
"comment": "Returns the component snap pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`"
|
6084
|
+
"comment": "Returns the component snap pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`",
|
6085
|
+
"tags": []
|
6009
6086
|
},
|
6010
6087
|
"signature": "(property) BuilderEnv.getSnapPipe?: ((modifiersMap?: PipeServiceModifiersMap) => BuildTask[]) | undefined",
|
6011
6088
|
"name": "getSnapPipe",
|
@@ -6134,7 +6211,8 @@
|
|
6134
6211
|
"character": 3
|
6135
6212
|
},
|
6136
6213
|
"raw": "/**\n * name of the environment.\n */",
|
6137
|
-
"comment": "name of the environment."
|
6214
|
+
"comment": "name of the environment.",
|
6215
|
+
"tags": []
|
6138
6216
|
}
|
6139
6217
|
},
|
6140
6218
|
{
|
@@ -6164,7 +6242,8 @@
|
|
6164
6242
|
"character": 3
|
6165
6243
|
},
|
6166
6244
|
"raw": "/**\n * description of the environment.\n */",
|
6167
|
-
"comment": "description of the environment."
|
6245
|
+
"comment": "description of the environment.",
|
6246
|
+
"tags": []
|
6168
6247
|
}
|
6169
6248
|
},
|
6170
6249
|
{
|
@@ -6194,7 +6273,8 @@
|
|
6194
6273
|
"character": 3
|
6195
6274
|
},
|
6196
6275
|
"raw": "/**\n * icon of the environment.\n */",
|
6197
|
-
"comment": "icon of the environment."
|
6276
|
+
"comment": "icon of the environment.",
|
6277
|
+
"tags": []
|
6198
6278
|
}
|
6199
6279
|
},
|
6200
6280
|
{
|
@@ -6285,7 +6365,8 @@
|
|
6285
6365
|
"character": 3
|
6286
6366
|
},
|
6287
6367
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
6288
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
6368
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
6369
|
+
"tags": []
|
6289
6370
|
}
|
6290
6371
|
},
|
6291
6372
|
{
|
@@ -6465,7 +6546,8 @@
|
|
6465
6546
|
"character": 3
|
6466
6547
|
},
|
6467
6548
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
6468
|
-
"comment": "Returns a schema generator instance"
|
6549
|
+
"comment": "Returns a schema generator instance",
|
6550
|
+
"tags": []
|
6469
6551
|
}
|
6470
6552
|
},
|
6471
6553
|
{
|
@@ -6543,7 +6625,8 @@
|
|
6543
6625
|
"character": 3
|
6544
6626
|
},
|
6545
6627
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
6546
|
-
"comment": "Returns the dev patterns to match doc files"
|
6628
|
+
"comment": "Returns the dev patterns to match doc files",
|
6629
|
+
"tags": []
|
6547
6630
|
}
|
6548
6631
|
},
|
6549
6632
|
{
|
@@ -6621,7 +6704,8 @@
|
|
6621
6704
|
"character": 3
|
6622
6705
|
},
|
6623
6706
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
6624
|
-
"comment": "Returns the dev patterns to match composition files"
|
6707
|
+
"comment": "Returns the dev patterns to match composition files",
|
6708
|
+
"tags": []
|
6625
6709
|
}
|
6626
6710
|
},
|
6627
6711
|
{
|
@@ -6699,7 +6783,8 @@
|
|
6699
6783
|
"character": 3
|
6700
6784
|
},
|
6701
6785
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
6702
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
6786
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
6787
|
+
"tags": []
|
6703
6788
|
}
|
6704
6789
|
}
|
6705
6790
|
],
|
@@ -6711,7 +6796,8 @@
|
|
6711
6796
|
"character": 1
|
6712
6797
|
},
|
6713
6798
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
6714
|
-
"comment": "add a custom type and include all properties from within the environment."
|
6799
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
6800
|
+
"tags": []
|
6715
6801
|
}
|
6716
6802
|
}
|
6717
6803
|
}
|
@@ -6756,7 +6842,8 @@
|
|
6756
6842
|
"character": 3
|
6757
6843
|
},
|
6758
6844
|
"raw": "/**\n * Returns a paths to a function which mounts a given component to DOM\n * Required for `bit start` & `bit build`\n */",
|
6759
|
-
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`"
|
6845
|
+
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`",
|
6846
|
+
"tags": []
|
6760
6847
|
}
|
6761
6848
|
},
|
6762
6849
|
{
|
@@ -6798,7 +6885,8 @@
|
|
6798
6885
|
"character": 3
|
6799
6886
|
},
|
6800
6887
|
"raw": "/**\n * Returns a path to a docs template.\n * Required for `bit start` & `bit build`\n */",
|
6801
|
-
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`"
|
6888
|
+
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`",
|
6889
|
+
"tags": []
|
6802
6890
|
}
|
6803
6891
|
},
|
6804
6892
|
{
|
@@ -6914,7 +7002,8 @@
|
|
6914
7002
|
"character": 3
|
6915
7003
|
},
|
6916
7004
|
"raw": "/**\n * Returns a bundler for the preview.\n * Required for `bit build` & `bit start`\n */",
|
6917
|
-
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`"
|
7005
|
+
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`",
|
7006
|
+
"tags": []
|
6918
7007
|
}
|
6919
7008
|
},
|
6920
7009
|
{
|
@@ -6963,7 +7052,8 @@
|
|
6963
7052
|
"character": 3
|
6964
7053
|
},
|
6965
7054
|
"raw": "/**\n * Returns preview config like the strategy name to use when bundling the components for the preview\n */",
|
6966
|
-
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview"
|
7055
|
+
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview",
|
7056
|
+
"tags": []
|
6967
7057
|
}
|
6968
7058
|
},
|
6969
7059
|
{
|
@@ -7079,7 +7169,8 @@
|
|
7079
7169
|
"character": 3
|
7080
7170
|
},
|
7081
7171
|
"raw": "/**\n * Returns a bundler for the env template.\n * this bundler will be used to bundle the docs/compositions (or other preview) apps\n * Required for `bit build` & `bit tag`\n */",
|
7082
|
-
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`"
|
7172
|
+
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`",
|
7173
|
+
"tags": []
|
7083
7174
|
}
|
7084
7175
|
}
|
7085
7176
|
]
|
@@ -7112,7 +7203,8 @@
|
|
7112
7203
|
"character": 3
|
7113
7204
|
},
|
7114
7205
|
"raw": "/**\n * Returns a tester\n * Required for `bit start` & `bit test`\n */",
|
7115
|
-
"comment": "Returns a tester\nRequired for `bit start` & `bit test`"
|
7206
|
+
"comment": "Returns a tester\nRequired for `bit start` & `bit test`",
|
7207
|
+
"tags": []
|
7116
7208
|
},
|
7117
7209
|
"signature": "(property) TesterEnv.getTester?: ((path: string, tester: any) => Tester) | undefined",
|
7118
7210
|
"name": "getTester",
|
@@ -7199,7 +7291,8 @@
|
|
7199
7291
|
"character": 3
|
7200
7292
|
},
|
7201
7293
|
"raw": "/**\n * Returns the dev patterns to match test files\n */",
|
7202
|
-
"comment": "Returns the dev patterns to match test files"
|
7294
|
+
"comment": "Returns the dev patterns to match test files",
|
7295
|
+
"tags": []
|
7203
7296
|
},
|
7204
7297
|
"signature": "(property) TesterEnv.getTestsDevPatterns?: ((component: Component) => string[]) | undefined",
|
7205
7298
|
"name": "getTestsDevPatterns",
|
@@ -7308,7 +7401,8 @@
|
|
7308
7401
|
"character": 3
|
7309
7402
|
},
|
7310
7403
|
"raw": "/**\n * name of the environment.\n */",
|
7311
|
-
"comment": "name of the environment."
|
7404
|
+
"comment": "name of the environment.",
|
7405
|
+
"tags": []
|
7312
7406
|
}
|
7313
7407
|
},
|
7314
7408
|
{
|
@@ -7338,7 +7432,8 @@
|
|
7338
7432
|
"character": 3
|
7339
7433
|
},
|
7340
7434
|
"raw": "/**\n * description of the environment.\n */",
|
7341
|
-
"comment": "description of the environment."
|
7435
|
+
"comment": "description of the environment.",
|
7436
|
+
"tags": []
|
7342
7437
|
}
|
7343
7438
|
},
|
7344
7439
|
{
|
@@ -7368,7 +7463,8 @@
|
|
7368
7463
|
"character": 3
|
7369
7464
|
},
|
7370
7465
|
"raw": "/**\n * icon of the environment.\n */",
|
7371
|
-
"comment": "icon of the environment."
|
7466
|
+
"comment": "icon of the environment.",
|
7467
|
+
"tags": []
|
7372
7468
|
}
|
7373
7469
|
},
|
7374
7470
|
{
|
@@ -7459,7 +7555,8 @@
|
|
7459
7555
|
"character": 3
|
7460
7556
|
},
|
7461
7557
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
7462
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
7558
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
7559
|
+
"tags": []
|
7463
7560
|
}
|
7464
7561
|
},
|
7465
7562
|
{
|
@@ -7639,7 +7736,8 @@
|
|
7639
7736
|
"character": 3
|
7640
7737
|
},
|
7641
7738
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
7642
|
-
"comment": "Returns a schema generator instance"
|
7739
|
+
"comment": "Returns a schema generator instance",
|
7740
|
+
"tags": []
|
7643
7741
|
}
|
7644
7742
|
},
|
7645
7743
|
{
|
@@ -7717,7 +7815,8 @@
|
|
7717
7815
|
"character": 3
|
7718
7816
|
},
|
7719
7817
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
7720
|
-
"comment": "Returns the dev patterns to match doc files"
|
7818
|
+
"comment": "Returns the dev patterns to match doc files",
|
7819
|
+
"tags": []
|
7721
7820
|
}
|
7722
7821
|
},
|
7723
7822
|
{
|
@@ -7795,7 +7894,8 @@
|
|
7795
7894
|
"character": 3
|
7796
7895
|
},
|
7797
7896
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
7798
|
-
"comment": "Returns the dev patterns to match composition files"
|
7897
|
+
"comment": "Returns the dev patterns to match composition files",
|
7898
|
+
"tags": []
|
7799
7899
|
}
|
7800
7900
|
},
|
7801
7901
|
{
|
@@ -7873,7 +7973,8 @@
|
|
7873
7973
|
"character": 3
|
7874
7974
|
},
|
7875
7975
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
7876
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
7976
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
7977
|
+
"tags": []
|
7877
7978
|
}
|
7878
7979
|
}
|
7879
7980
|
],
|
@@ -7885,7 +7986,8 @@
|
|
7885
7986
|
"character": 1
|
7886
7987
|
},
|
7887
7988
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
7888
|
-
"comment": "add a custom type and include all properties from within the environment."
|
7989
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
7990
|
+
"tags": []
|
7889
7991
|
}
|
7890
7992
|
}
|
7891
7993
|
}
|
@@ -7916,7 +8018,8 @@
|
|
7916
8018
|
"character": 3
|
7917
8019
|
},
|
7918
8020
|
"raw": "/**\n * Returns a compiler\n * Required for making and reading dists, especially for `bit compile`\n */",
|
7919
|
-
"comment": "Returns a compiler\nRequired for making and reading dists, especially for `bit compile`"
|
8021
|
+
"comment": "Returns a compiler\nRequired for making and reading dists, especially for `bit compile`",
|
8022
|
+
"tags": []
|
7920
8023
|
},
|
7921
8024
|
"signature": "(property) CompilerEnv.getCompiler: () => Compiler",
|
7922
8025
|
"name": "getCompiler",
|
@@ -8031,7 +8134,8 @@
|
|
8031
8134
|
"character": 3
|
8032
8135
|
},
|
8033
8136
|
"raw": "/**\n * Required for `bit start`\n */",
|
8034
|
-
"comment": "Required for `bit start`"
|
8137
|
+
"comment": "Required for `bit start`",
|
8138
|
+
"tags": []
|
8035
8139
|
},
|
8036
8140
|
"signature": "(property) DevEnv.getDevEnvId?: ((context?: any) => string) | undefined",
|
8037
8141
|
"name": "getDevEnvId",
|
@@ -8094,7 +8198,8 @@
|
|
8094
8198
|
"character": 3
|
8095
8199
|
},
|
8096
8200
|
"raw": "/**\n * Returns and configures the dev server\n * Required for `bit start`\n */",
|
8097
|
-
"comment": "Returns and configures the dev server\nRequired for `bit start`"
|
8201
|
+
"comment": "Returns and configures the dev server\nRequired for `bit start`",
|
8202
|
+
"tags": []
|
8098
8203
|
},
|
8099
8204
|
"signature": "(property) DevEnv.getDevServer?: ((context: DevServerContext, transformers: WebpackConfigTransformer[]) => DevServer | Promise<DevServer>) | undefined",
|
8100
8205
|
"name": "getDevServer",
|
@@ -8284,7 +8389,8 @@
|
|
8284
8389
|
"character": 3
|
8285
8390
|
},
|
8286
8391
|
"raw": "/**\n * name of the environment.\n */",
|
8287
|
-
"comment": "name of the environment."
|
8392
|
+
"comment": "name of the environment.",
|
8393
|
+
"tags": []
|
8288
8394
|
}
|
8289
8395
|
},
|
8290
8396
|
{
|
@@ -8314,7 +8420,8 @@
|
|
8314
8420
|
"character": 3
|
8315
8421
|
},
|
8316
8422
|
"raw": "/**\n * description of the environment.\n */",
|
8317
|
-
"comment": "description of the environment."
|
8423
|
+
"comment": "description of the environment.",
|
8424
|
+
"tags": []
|
8318
8425
|
}
|
8319
8426
|
},
|
8320
8427
|
{
|
@@ -8344,7 +8451,8 @@
|
|
8344
8451
|
"character": 3
|
8345
8452
|
},
|
8346
8453
|
"raw": "/**\n * icon of the environment.\n */",
|
8347
|
-
"comment": "icon of the environment."
|
8454
|
+
"comment": "icon of the environment.",
|
8455
|
+
"tags": []
|
8348
8456
|
}
|
8349
8457
|
},
|
8350
8458
|
{
|
@@ -8435,7 +8543,8 @@
|
|
8435
8543
|
"character": 3
|
8436
8544
|
},
|
8437
8545
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
8438
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
8546
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
8547
|
+
"tags": []
|
8439
8548
|
}
|
8440
8549
|
},
|
8441
8550
|
{
|
@@ -8615,7 +8724,8 @@
|
|
8615
8724
|
"character": 3
|
8616
8725
|
},
|
8617
8726
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
8618
|
-
"comment": "Returns a schema generator instance"
|
8727
|
+
"comment": "Returns a schema generator instance",
|
8728
|
+
"tags": []
|
8619
8729
|
}
|
8620
8730
|
},
|
8621
8731
|
{
|
@@ -8693,7 +8803,8 @@
|
|
8693
8803
|
"character": 3
|
8694
8804
|
},
|
8695
8805
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
8696
|
-
"comment": "Returns the dev patterns to match doc files"
|
8806
|
+
"comment": "Returns the dev patterns to match doc files",
|
8807
|
+
"tags": []
|
8697
8808
|
}
|
8698
8809
|
},
|
8699
8810
|
{
|
@@ -8771,7 +8882,8 @@
|
|
8771
8882
|
"character": 3
|
8772
8883
|
},
|
8773
8884
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
8774
|
-
"comment": "Returns the dev patterns to match composition files"
|
8885
|
+
"comment": "Returns the dev patterns to match composition files",
|
8886
|
+
"tags": []
|
8775
8887
|
}
|
8776
8888
|
},
|
8777
8889
|
{
|
@@ -8849,7 +8961,8 @@
|
|
8849
8961
|
"character": 3
|
8850
8962
|
},
|
8851
8963
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
8852
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
8964
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
8965
|
+
"tags": []
|
8853
8966
|
}
|
8854
8967
|
}
|
8855
8968
|
],
|
@@ -8861,7 +8974,8 @@
|
|
8861
8974
|
"character": 1
|
8862
8975
|
},
|
8863
8976
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
8864
|
-
"comment": "add a custom type and include all properties from within the environment."
|
8977
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
8978
|
+
"tags": []
|
8865
8979
|
}
|
8866
8980
|
}
|
8867
8981
|
}
|
@@ -8906,7 +9020,8 @@
|
|
8906
9020
|
"character": 3
|
8907
9021
|
},
|
8908
9022
|
"raw": "/**\n * Returns a paths to a function which mounts a given component to DOM\n * Required for `bit start` & `bit build`\n */",
|
8909
|
-
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`"
|
9023
|
+
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`",
|
9024
|
+
"tags": []
|
8910
9025
|
}
|
8911
9026
|
},
|
8912
9027
|
{
|
@@ -8948,7 +9063,8 @@
|
|
8948
9063
|
"character": 3
|
8949
9064
|
},
|
8950
9065
|
"raw": "/**\n * Returns a path to a docs template.\n * Required for `bit start` & `bit build`\n */",
|
8951
|
-
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`"
|
9066
|
+
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`",
|
9067
|
+
"tags": []
|
8952
9068
|
}
|
8953
9069
|
},
|
8954
9070
|
{
|
@@ -9064,7 +9180,8 @@
|
|
9064
9180
|
"character": 3
|
9065
9181
|
},
|
9066
9182
|
"raw": "/**\n * Returns a bundler for the preview.\n * Required for `bit build` & `bit start`\n */",
|
9067
|
-
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`"
|
9183
|
+
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`",
|
9184
|
+
"tags": []
|
9068
9185
|
}
|
9069
9186
|
},
|
9070
9187
|
{
|
@@ -9113,7 +9230,8 @@
|
|
9113
9230
|
"character": 3
|
9114
9231
|
},
|
9115
9232
|
"raw": "/**\n * Returns preview config like the strategy name to use when bundling the components for the preview\n */",
|
9116
|
-
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview"
|
9233
|
+
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview",
|
9234
|
+
"tags": []
|
9117
9235
|
}
|
9118
9236
|
},
|
9119
9237
|
{
|
@@ -9229,7 +9347,8 @@
|
|
9229
9347
|
"character": 3
|
9230
9348
|
},
|
9231
9349
|
"raw": "/**\n * Returns a bundler for the env template.\n * this bundler will be used to bundle the docs/compositions (or other preview) apps\n * Required for `bit build` & `bit tag`\n */",
|
9232
|
-
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`"
|
9350
|
+
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`",
|
9351
|
+
"tags": []
|
9233
9352
|
}
|
9234
9353
|
}
|
9235
9354
|
]
|
@@ -9527,7 +9646,8 @@
|
|
9527
9646
|
"character": 1
|
9528
9647
|
},
|
9529
9648
|
"raw": "/**\n * services allows to reuse and standardize services for development environments.\n * examples for services can be: `linting`, `compilation`, `build`, and others which offer\n * standard services to environments such as `react`, `angular` and `vue` and different compositions of each for\n * more concrete needs.\n *\n * `TData` - type of data returned by the service handler.\n * `TOpts` is the type of options passed to the environment through execution.\n * `TExecResponse` is the execution result of the service.\n */",
|
9530
|
-
"comment": "services allows to reuse and standardize services for development environments.\nexamples for services can be: `linting`, `compilation`, `build`, and others which offer\nstandard services to environments such as `react`, `angular` and `vue` and different compositions of each for\nmore concrete needs.\n\n`TData` - type of data returned by the service handler.\n`TOpts` is the type of options passed to the environment through execution.\n`TExecResponse` is the execution result of the service."
|
9649
|
+
"comment": "services allows to reuse and standardize services for development environments.\nexamples for services can be: `linting`, `compilation`, `build`, and others which offer\nstandard services to environments such as `react`, `angular` and `vue` and different compositions of each for\nmore concrete needs.\n\n`TData` - type of data returned by the service handler.\n`TOpts` is the type of options passed to the environment through execution.\n`TExecResponse` is the execution result of the service.",
|
9650
|
+
"tags": []
|
9531
9651
|
},
|
9532
9652
|
"signature": "interface Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>",
|
9533
9653
|
"name": "Service",
|
@@ -9547,7 +9667,8 @@
|
|
9547
9667
|
"character": 3
|
9548
9668
|
},
|
9549
9669
|
"raw": "/**\n * name of the service. (e.g. `compile`, `test`, etc.)\n */",
|
9550
|
-
"comment": "name of the service. (e.g. `compile`, `test`, etc.)"
|
9670
|
+
"comment": "name of the service. (e.g. `compile`, `test`, etc.)",
|
9671
|
+
"tags": []
|
9551
9672
|
},
|
9552
9673
|
"signature": "(property) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.name?: string | undefined",
|
9553
9674
|
"name": "name",
|
@@ -9577,7 +9698,8 @@
|
|
9577
9698
|
"character": 3
|
9578
9699
|
},
|
9579
9700
|
"raw": "/**\n * description of the env.\n */",
|
9580
|
-
"comment": "description of the env."
|
9701
|
+
"comment": "description of the env.",
|
9702
|
+
"tags": []
|
9581
9703
|
},
|
9582
9704
|
"signature": "(property) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.description?: string | undefined",
|
9583
9705
|
"name": "description",
|
@@ -9607,7 +9729,8 @@
|
|
9607
9729
|
"character": 3
|
9608
9730
|
},
|
9609
9731
|
"raw": "/**\n * create a string to describe to service in the env cli.\n */",
|
9610
|
-
"comment": "create a string to describe to service in the env cli."
|
9732
|
+
"comment": "create a string to describe to service in the env cli.",
|
9733
|
+
"tags": []
|
9611
9734
|
},
|
9612
9735
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.render?(env: Environment, context: EnvContext[]): string | Promise<string>",
|
9613
9736
|
"name": "render",
|
@@ -9719,7 +9842,8 @@
|
|
9719
9842
|
"character": 3
|
9720
9843
|
},
|
9721
9844
|
"raw": "/**\n * get service data from an environment.\n */",
|
9722
|
-
"comment": "get service data from an environment."
|
9845
|
+
"comment": "get service data from an environment.",
|
9846
|
+
"tags": []
|
9723
9847
|
},
|
9724
9848
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.getDescriptor?(environment: Environment, context?: EnvContext[]): TData | undefined | Promise<TData | undefined>",
|
9725
9849
|
"name": "getDescriptor",
|
@@ -9859,7 +9983,8 @@
|
|
9859
9983
|
"character": 3
|
9860
9984
|
},
|
9861
9985
|
"raw": "/**\n * executes a service on a subset of components.\n */",
|
9862
|
-
"comment": "executes a service on a subset of components."
|
9986
|
+
"comment": "executes a service on a subset of components.",
|
9987
|
+
"tags": []
|
9863
9988
|
},
|
9864
9989
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.run?(context: EnvContext, options?: TOpts): Promise<TExecResponse>",
|
9865
9990
|
"name": "run",
|
@@ -9943,7 +10068,8 @@
|
|
9943
10068
|
"character": 3
|
9944
10069
|
},
|
9945
10070
|
"raw": "/**\n * run the service only once.\n */",
|
9946
|
-
"comment": "run the service only once."
|
10071
|
+
"comment": "run the service only once.",
|
10072
|
+
"tags": []
|
9947
10073
|
},
|
9948
10074
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.runOnce?(context: EnvContext[], options?: TOpts): Promise<any>",
|
9949
10075
|
"name": "runOnce",
|
@@ -10413,7 +10539,8 @@
|
|
10413
10539
|
"character": 1
|
10414
10540
|
},
|
10415
10541
|
"raw": "/**\n * env runtime is an instance which represent the given env in a\n */",
|
10416
|
-
"comment": "env runtime is an instance which represent the given env in a"
|
10542
|
+
"comment": "env runtime is an instance which represent the given env in a",
|
10543
|
+
"tags": []
|
10417
10544
|
},
|
10418
10545
|
"signature": "class EnvRuntime",
|
10419
10546
|
"name": "EnvRuntime",
|
@@ -10664,7 +10791,8 @@
|
|
10664
10791
|
"character": 3
|
10665
10792
|
},
|
10666
10793
|
"raw": "/**\n * Ids of envs (not neccesrraly loaded successfully)\n */",
|
10667
|
-
"comment": "Ids of envs (not neccesrraly loaded successfully)"
|
10794
|
+
"comment": "Ids of envs (not neccesrraly loaded successfully)",
|
10795
|
+
"tags": []
|
10668
10796
|
},
|
10669
10797
|
"signature": "(property) EnvsMain.envIds: Set<string>",
|
10670
10798
|
"name": "envIds",
|
@@ -10716,7 +10844,8 @@
|
|
10716
10844
|
"character": 3
|
10717
10845
|
},
|
10718
10846
|
"raw": "/**\n * icon of the extension.\n */",
|
10719
|
-
"comment": "icon of the extension."
|
10847
|
+
"comment": "icon of the extension.",
|
10848
|
+
"tags": []
|
10720
10849
|
},
|
10721
10850
|
"signature": "(method) EnvsMain.icon(): string",
|
10722
10851
|
"name": "icon",
|
@@ -10974,7 +11103,8 @@
|
|
10974
11103
|
"character": 3
|
10975
11104
|
},
|
10976
11105
|
"raw": "/**\n * creates a new runtime environments for a set of components.\n */",
|
10977
|
-
"comment": "creates a new runtime environments for a set of components."
|
11106
|
+
"comment": "creates a new runtime environments for a set of components.",
|
11107
|
+
"tags": []
|
10978
11108
|
},
|
10979
11109
|
"signature": "(method) EnvsMain.createEnvironment(components: Component[]): Promise<Runtime>",
|
10980
11110
|
"name": "createEnvironment",
|
@@ -11052,6 +11182,7 @@
|
|
11052
11182
|
"character": 3
|
11053
11183
|
},
|
11054
11184
|
"raw": "/**\n *\n * @param id\n */",
|
11185
|
+
"comment": "",
|
11055
11186
|
"tags": [
|
11056
11187
|
{
|
11057
11188
|
"__schema": "PropertyLikeTagSchema",
|
@@ -11199,7 +11330,8 @@
|
|
11199
11330
|
"character": 3
|
11200
11331
|
},
|
11201
11332
|
"raw": "/**\n * get the configured default env.\n */",
|
11202
|
-
"comment": "get the configured default env."
|
11333
|
+
"comment": "get the configured default env.",
|
11334
|
+
"tags": []
|
11203
11335
|
},
|
11204
11336
|
"signature": "(method) EnvsMain.getDefaultEnv(): EnvDefinition",
|
11205
11337
|
"name": "getDefaultEnv",
|
@@ -11259,7 +11391,8 @@
|
|
11259
11391
|
"character": 3
|
11260
11392
|
},
|
11261
11393
|
"raw": "/**\n * compose a new environment from a list of environment transformers.\n */",
|
11262
|
-
"comment": "compose a new environment from a list of environment transformers."
|
11394
|
+
"comment": "compose a new environment from a list of environment transformers.",
|
11395
|
+
"tags": []
|
11263
11396
|
},
|
11264
11397
|
"signature": "(method) EnvsMain.compose(targetEnv: Environment, envTransformers: EnvTransformer[]): Environment",
|
11265
11398
|
"name": "compose",
|
@@ -11341,7 +11474,8 @@
|
|
11341
11474
|
"character": 3
|
11342
11475
|
},
|
11343
11476
|
"raw": "/**\n * create an env transformer which overrides specific env properties.\n */",
|
11344
|
-
"comment": "create an env transformer which overrides specific env properties."
|
11477
|
+
"comment": "create an env transformer which overrides specific env properties.",
|
11478
|
+
"tags": []
|
11345
11479
|
},
|
11346
11480
|
"signature": "(method) EnvsMain.override(propsToOverride: Environment): EnvTransformer",
|
11347
11481
|
"name": "override",
|
@@ -11394,7 +11528,8 @@
|
|
11394
11528
|
"character": 3
|
11395
11529
|
},
|
11396
11530
|
"raw": "/**\n * compose two environments into one.\n */",
|
11397
|
-
"comment": "compose two environments into one."
|
11531
|
+
"comment": "compose two environments into one.",
|
11532
|
+
"tags": []
|
11398
11533
|
},
|
11399
11534
|
"signature": "(method) EnvsMain.merge<T extends Environment, S extends Environment>(targetEnv: Environment, sourceEnv: Environment): T & S",
|
11400
11535
|
"name": "merge",
|
@@ -12018,7 +12153,8 @@
|
|
12018
12153
|
"character": 3
|
12019
12154
|
},
|
12020
12155
|
"raw": "/**\n * get the env id of the given component.\n */",
|
12021
|
-
"comment": "get the env id of the given component."
|
12156
|
+
"comment": "get the env id of the given component.",
|
12157
|
+
"tags": []
|
12022
12158
|
},
|
12023
12159
|
"signature": "(method) EnvsMain.getEnvId(component: Component): string",
|
12024
12160
|
"name": "getEnvId",
|
@@ -12162,7 +12298,8 @@
|
|
12162
12298
|
"character": 3
|
12163
12299
|
},
|
12164
12300
|
"raw": "/**\n * get the env of the given component.\n * In case you are asking for the env during on load you should use calculateEnv instead\n */",
|
12165
|
-
"comment": "get the env of the given component.\nIn case you are asking for the env during on load you should use calculateEnv instead"
|
12301
|
+
"comment": "get the env of the given component.\nIn case you are asking for the env during on load you should use calculateEnv instead",
|
12302
|
+
"tags": []
|
12166
12303
|
},
|
12167
12304
|
"signature": "(method) EnvsMain.getEnv(component: Component): EnvDefinition",
|
12168
12305
|
"name": "getEnv",
|
@@ -12218,7 +12355,8 @@
|
|
12218
12355
|
"character": 3
|
12219
12356
|
},
|
12220
12357
|
"raw": "/**\n * get the env component of the given component.\n */",
|
12221
|
-
"comment": "get the env component of the given component."
|
12358
|
+
"comment": "get the env component of the given component.",
|
12359
|
+
"tags": []
|
12222
12360
|
},
|
12223
12361
|
"signature": "(method) EnvsMain.getEnvComponent(component: Component): Promise<Component>",
|
12224
12362
|
"name": "getEnvComponent",
|
@@ -12291,7 +12429,8 @@
|
|
12291
12429
|
"character": 3
|
12292
12430
|
},
|
12293
12431
|
"raw": "/**\n * get the env component by the env id.\n */",
|
12294
|
-
"comment": "get the env component by the env id."
|
12432
|
+
"comment": "get the env component by the env id.",
|
12433
|
+
"tags": []
|
12295
12434
|
},
|
12296
12435
|
"signature": "(method) EnvsMain.getEnvComponentByEnvId(envId: string, requesting?: string): Promise<Component>",
|
12297
12436
|
"name": "getEnvComponentByEnvId",
|
@@ -12380,7 +12519,8 @@
|
|
12380
12519
|
"character": 3
|
12381
12520
|
},
|
12382
12521
|
"raw": "/**\n * get the env of the given component.\n * This will try to use the regular getEnv but fallback to the calculate env (in case you are using it during on load)\n * This is safe to be used on onLoad as well\n */",
|
12383
|
-
"comment": "get the env of the given component.\nThis will try to use the regular getEnv but fallback to the calculate env (in case you are using it during on load)\nThis is safe to be used on onLoad as well"
|
12522
|
+
"comment": "get the env of the given component.\nThis will try to use the regular getEnv but fallback to the calculate env (in case you are using it during on load)\nThis is safe to be used on onLoad as well",
|
12523
|
+
"tags": []
|
12384
12524
|
},
|
12385
12525
|
"signature": "(method) EnvsMain.getOrCalculateEnv(component: Component): EnvDefinition",
|
12386
12526
|
"name": "getOrCalculateEnv",
|
@@ -12436,7 +12576,8 @@
|
|
12436
12576
|
"character": 3
|
12437
12577
|
},
|
12438
12578
|
"raw": "/**\n * get an environment Descriptor.\n */",
|
12439
|
-
"comment": "get an environment Descriptor."
|
12579
|
+
"comment": "get an environment Descriptor.",
|
12580
|
+
"tags": []
|
12440
12581
|
},
|
12441
12582
|
"signature": "(method) EnvsMain.getDescriptor(component: Component): Descriptor | undefined",
|
12442
12583
|
"name": "getDescriptor",
|
@@ -12677,7 +12818,8 @@
|
|
12677
12818
|
"character": 3
|
12678
12819
|
},
|
12679
12820
|
"raw": "/**\n * This used to calculate the actual env during the component load.\n * Do not use it to get the env (use getEnv instead)\n * This should be used only during on load\n */",
|
12680
|
-
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load"
|
12821
|
+
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load",
|
12822
|
+
"tags": []
|
12681
12823
|
},
|
12682
12824
|
"signature": "(method) EnvsMain.calculateEnvId(component: Component): Promise<ComponentID>",
|
12683
12825
|
"name": "calculateEnvId",
|
@@ -12751,7 +12893,8 @@
|
|
12751
12893
|
"character": 3
|
12752
12894
|
},
|
12753
12895
|
"raw": "/**\n * This used to calculate the actual env during the component load.\n * Do not use it to get the env (use getEnv instead)\n * This should be used only during on load\n */",
|
12754
|
-
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load"
|
12896
|
+
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load",
|
12897
|
+
"tags": []
|
12755
12898
|
},
|
12756
12899
|
"signature": "(method) EnvsMain.calculateEnv(component: Component, opts?: GetCalcEnvOptions): EnvDefinition",
|
12757
12900
|
"name": "calculateEnv",
|
@@ -12829,7 +12972,8 @@
|
|
12829
12972
|
"character": 3
|
12830
12973
|
},
|
12831
12974
|
"raw": "/**\n * an env can be configured on a component in two ways:\n * 1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n * 2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n *\n * this method returns #1 if exists, otherwise, #2.\n */",
|
12832
|
-
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns #1 if exists, otherwise, #2."
|
12975
|
+
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns #1 if exists, otherwise, #2.",
|
12976
|
+
"tags": []
|
12833
12977
|
},
|
12834
12978
|
"signature": "(method) EnvsMain.getAllEnvsConfiguredOnComponent(component: Component): EnvDefinition[]",
|
12835
12979
|
"name": "getAllEnvsConfiguredOnComponent",
|
@@ -12893,7 +13037,8 @@
|
|
12893
13037
|
"character": 3
|
12894
13038
|
},
|
12895
13039
|
"raw": "/**\n * whether a component has an env configured (either by variant or .bitmap).\n */",
|
12896
|
-
"comment": "whether a component has an env configured (either by variant or .bitmap)."
|
13040
|
+
"comment": "whether a component has an env configured (either by variant or .bitmap).",
|
13041
|
+
"tags": []
|
12897
13042
|
},
|
12898
13043
|
"signature": "(method) EnvsMain.hasEnvConfigured(component: Component): boolean",
|
12899
13044
|
"name": "hasEnvConfigured",
|
@@ -13030,7 +13175,8 @@
|
|
13030
13175
|
"character": 3
|
13031
13176
|
},
|
13032
13177
|
"raw": "/**\n * an env can be configured on a component in two ways:\n * 1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n * 2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n *\n * this method returns only #1\n */",
|
13033
|
-
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #1"
|
13178
|
+
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #1",
|
13179
|
+
"tags": []
|
13034
13180
|
},
|
13035
13181
|
"signature": "(method) EnvsMain.getEnvFromEnvsConfig(component: Component): EnvDefinition | undefined",
|
13036
13182
|
"name": "getEnvFromEnvsConfig",
|
@@ -13105,7 +13251,8 @@
|
|
13105
13251
|
"character": 3
|
13106
13252
|
},
|
13107
13253
|
"raw": "/**\n * an env can be configured on a component in two ways:\n * 1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n * 2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n *\n * this method returns only #2\n */",
|
13108
|
-
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #2"
|
13254
|
+
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #2",
|
13255
|
+
"tags": []
|
13109
13256
|
},
|
13110
13257
|
"signature": "(method) EnvsMain.getEnvsNotFromEnvsConfig(component: Component): EnvDefinition[]",
|
13111
13258
|
"name": "getEnvsNotFromEnvsConfig",
|
@@ -13231,6 +13378,7 @@
|
|
13231
13378
|
"character": 3
|
13232
13379
|
},
|
13233
13380
|
"raw": "/**\n * @deprecated DO NOT USE THIS METHOD ANYMORE!!! (PLEASE USE .calculateEnvId() instead!)\n */",
|
13381
|
+
"comment": "",
|
13234
13382
|
"tags": [
|
13235
13383
|
{
|
13236
13384
|
"__schema": "TagSchema",
|
@@ -13308,6 +13456,7 @@
|
|
13308
13456
|
"character": 3
|
13309
13457
|
},
|
13310
13458
|
"raw": "/**\n * @deprecated DO NOT USE THIS METHOD ANYMORE!!! (PLEASE USE .calculateEnv() instead!)\n */",
|
13459
|
+
"comment": "",
|
13311
13460
|
"tags": [
|
13312
13461
|
{
|
13313
13462
|
"__schema": "TagSchema",
|
@@ -13691,7 +13840,8 @@
|
|
13691
13840
|
"character": 3
|
13692
13841
|
},
|
13693
13842
|
"raw": "/**\n * Return the env definition of teambit.envs/env\n */",
|
13694
|
-
"comment": "Return the env definition of teambit.envs/env"
|
13843
|
+
"comment": "Return the env definition of teambit.envs/env",
|
13844
|
+
"tags": []
|
13695
13845
|
},
|
13696
13846
|
"signature": "(method) EnvsMain.getEnvsEnvDefinition(): EnvDefinition",
|
13697
13847
|
"name": "getEnvsEnvDefinition",
|
@@ -13722,7 +13872,8 @@
|
|
13722
13872
|
"character": 3
|
13723
13873
|
},
|
13724
13874
|
"raw": "/**\n * determines whether an env is registered.\n */",
|
13725
|
-
"comment": "determines whether an env is registered."
|
13875
|
+
"comment": "determines whether an env is registered.",
|
13876
|
+
"tags": []
|
13726
13877
|
},
|
13727
13878
|
"signature": "(method) EnvsMain.isEnvRegistered(id: string): boolean",
|
13728
13879
|
"name": "isEnvRegistered",
|
@@ -13945,7 +14096,8 @@
|
|
13945
14096
|
"character": 3
|
13946
14097
|
},
|
13947
14098
|
"raw": "/**\n * register a new environment service.\n */",
|
13948
|
-
"comment": "register a new environment service."
|
14099
|
+
"comment": "register a new environment service.",
|
14100
|
+
"tags": []
|
13949
14101
|
},
|
13950
14102
|
"signature": "(method) EnvsMain.registerService(...envServices: EnvService<any>[]): this",
|
13951
14103
|
"name": "registerService",
|
@@ -14016,7 +14168,8 @@
|
|
14016
14168
|
"character": 3
|
14017
14169
|
},
|
14018
14170
|
"raw": "/**\n * get list of services enabled on an env.\n */",
|
14019
|
-
"comment": "get list of services enabled on an env."
|
14171
|
+
"comment": "get list of services enabled on an env.",
|
14172
|
+
"tags": []
|
14020
14173
|
},
|
14021
14174
|
"signature": "(method) EnvsMain.getServices(env: EnvDefinition): EnvServiceList",
|
14022
14175
|
"name": "getServices",
|
@@ -14141,7 +14294,8 @@
|
|
14141
14294
|
"character": 3
|
14142
14295
|
},
|
14143
14296
|
"raw": "/**\n * register an environment.\n */",
|
14144
|
-
"comment": "register an environment."
|
14297
|
+
"comment": "register an environment.",
|
14298
|
+
"tags": []
|
14145
14299
|
},
|
14146
14300
|
"signature": "(method) EnvsMain.registerEnv(env: Environment): void",
|
14147
14301
|
"name": "registerEnv",
|
@@ -14194,7 +14348,8 @@
|
|
14194
14348
|
"character": 3
|
14195
14349
|
},
|
14196
14350
|
"raw": "/**\n * register an env.jsonc merge customizer.\n */",
|
14197
|
-
"comment": "register an env.jsonc merge customizer."
|
14351
|
+
"comment": "register an env.jsonc merge customizer.",
|
14352
|
+
"tags": []
|
14198
14353
|
},
|
14199
14354
|
"signature": "(method) EnvsMain.registerEnvJsoncMergeCustomizer(customizer: EnvJsoncMergeCustomizer): void",
|
14200
14355
|
"name": "registerEnvJsoncMergeCustomizer",
|
@@ -15202,7 +15357,8 @@
|
|
15202
15357
|
"character": 3
|
15203
15358
|
},
|
15204
15359
|
"raw": "/**\n * if only one error is found, throw it. otherwise, summarize the errors per env and throw the\n * output\n */",
|
15205
|
-
"comment": "if only one error is found, throw it. otherwise, summarize the errors per env and throw the\noutput"
|
15360
|
+
"comment": "if only one error is found, throw it. otherwise, summarize the errors per env and throw the\noutput",
|
15361
|
+
"tags": []
|
15206
15362
|
},
|
15207
15363
|
"signature": "(method) EnvsExecutionResult<T extends ServiceExecutionResult>.throwErrorsIfExist(): void",
|
15208
15364
|
"name": "throwErrorsIfExist",
|
@@ -15447,7 +15603,8 @@
|
|
15447
15603
|
"character": 1
|
15448
15604
|
},
|
15449
15605
|
"raw": "/**\n * API for component development environment.\n */",
|
15450
|
-
"comment": "API for component development environment."
|
15606
|
+
"comment": "API for component development environment.",
|
15607
|
+
"tags": []
|
15451
15608
|
},
|
15452
15609
|
"signature": "class EnvDefinition",
|
15453
15610
|
"name": "EnvDefinition",
|
@@ -15764,7 +15921,8 @@
|
|
15764
15921
|
"character": 3
|
15765
15922
|
},
|
15766
15923
|
"raw": "/**\n * return a logger instance for the env.\n */",
|
15767
|
-
"comment": "return a logger instance for the env."
|
15924
|
+
"comment": "return a logger instance for the env.",
|
15925
|
+
"tags": []
|
15768
15926
|
},
|
15769
15927
|
"signature": "(method) ServiceHandlerContext.createLogger(name?: string): Logger",
|
15770
15928
|
"name": "createLogger",
|
@@ -15820,7 +15978,8 @@
|
|
15820
15978
|
"character": 3
|
15821
15979
|
},
|
15822
15980
|
"raw": "/**\n * get an instance of an aspect. make sure it is loaded prior to requesting it.\n */",
|
15823
|
-
"comment": "get an instance of an aspect. make sure it is loaded prior to requesting it."
|
15981
|
+
"comment": "get an instance of an aspect. make sure it is loaded prior to requesting it.",
|
15982
|
+
"tags": []
|
15824
15983
|
},
|
15825
15984
|
"signature": "(method) ServiceHandlerContext.getAspect<T>(aspectId: string): T",
|
15826
15985
|
"name": "getAspect",
|
@@ -15875,7 +16034,8 @@
|
|
15875
16034
|
"character": 3
|
15876
16035
|
},
|
15877
16036
|
"raw": "/**\n * create worker for the env context.\n */",
|
15878
|
-
"comment": "create worker for the env context."
|
16037
|
+
"comment": "create worker for the env context.",
|
16038
|
+
"tags": []
|
15879
16039
|
},
|
15880
16040
|
"signature": "(method) ServiceHandlerContext.createWorker<T>(name: string, path: string): HarmonyWorker<T>",
|
15881
16041
|
"name": "createWorker",
|
@@ -16186,7 +16346,8 @@
|
|
16186
16346
|
"character": 1
|
16187
16347
|
},
|
16188
16348
|
"raw": "/**\n * definition of the service handler type\n * This used to define new types of handlers like\n * Compiler, Tester, Preview, etc.\n */",
|
16189
|
-
"comment": "definition of the service handler type\nThis used to define new types of handlers like\nCompiler, Tester, Preview, etc."
|
16349
|
+
"comment": "definition of the service handler type\nThis used to define new types of handlers like\nCompiler, Tester, Preview, etc.",
|
16350
|
+
"tags": []
|
16190
16351
|
},
|
16191
16352
|
"signature": "type TransformationMap = {\n [funcName: string]: ServiceTransformHandlerFactory<any>;\n}",
|
16192
16353
|
"name": "TransformationMap",
|
@@ -16265,7 +16426,8 @@
|
|
16265
16426
|
"character": 1
|
16266
16427
|
},
|
16267
16428
|
"raw": "/**\n * services allows to reuse and standardize services for development environments.\n * examples for services can be: `linting`, `compilation`, `build`, and others which offer\n * standard services to environments such as `react`, `angular` and `vue` and different compositions of each for\n * more concrete needs.\n *\n * `TData` - type of data returned by the service handler.\n * `TOpts` is the type of options passed to the environment through execution.\n * `TExecResponse` is the execution result of the service.\n */",
|
16268
|
-
"comment": "services allows to reuse and standardize services for development environments.\nexamples for services can be: `linting`, `compilation`, `build`, and others which offer\nstandard services to environments such as `react`, `angular` and `vue` and different compositions of each for\nmore concrete needs.\n\n`TData` - type of data returned by the service handler.\n`TOpts` is the type of options passed to the environment through execution.\n`TExecResponse` is the execution result of the service."
|
16429
|
+
"comment": "services allows to reuse and standardize services for development environments.\nexamples for services can be: `linting`, `compilation`, `build`, and others which offer\nstandard services to environments such as `react`, `angular` and `vue` and different compositions of each for\nmore concrete needs.\n\n`TData` - type of data returned by the service handler.\n`TOpts` is the type of options passed to the environment through execution.\n`TExecResponse` is the execution result of the service.",
|
16430
|
+
"tags": []
|
16269
16431
|
},
|
16270
16432
|
"signature": "interface Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>",
|
16271
16433
|
"name": "Service",
|
@@ -16285,7 +16447,8 @@
|
|
16285
16447
|
"character": 3
|
16286
16448
|
},
|
16287
16449
|
"raw": "/**\n * name of the service. (e.g. `compile`, `test`, etc.)\n */",
|
16288
|
-
"comment": "name of the service. (e.g. `compile`, `test`, etc.)"
|
16450
|
+
"comment": "name of the service. (e.g. `compile`, `test`, etc.)",
|
16451
|
+
"tags": []
|
16289
16452
|
},
|
16290
16453
|
"signature": "(property) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.name?: string | undefined",
|
16291
16454
|
"name": "name",
|
@@ -16315,7 +16478,8 @@
|
|
16315
16478
|
"character": 3
|
16316
16479
|
},
|
16317
16480
|
"raw": "/**\n * description of the env.\n */",
|
16318
|
-
"comment": "description of the env."
|
16481
|
+
"comment": "description of the env.",
|
16482
|
+
"tags": []
|
16319
16483
|
},
|
16320
16484
|
"signature": "(property) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.description?: string | undefined",
|
16321
16485
|
"name": "description",
|
@@ -16345,7 +16509,8 @@
|
|
16345
16509
|
"character": 3
|
16346
16510
|
},
|
16347
16511
|
"raw": "/**\n * create a string to describe to service in the env cli.\n */",
|
16348
|
-
"comment": "create a string to describe to service in the env cli."
|
16512
|
+
"comment": "create a string to describe to service in the env cli.",
|
16513
|
+
"tags": []
|
16349
16514
|
},
|
16350
16515
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.render?(env: Environment, context: EnvContext[]): string | Promise<string>",
|
16351
16516
|
"name": "render",
|
@@ -16457,7 +16622,8 @@
|
|
16457
16622
|
"character": 3
|
16458
16623
|
},
|
16459
16624
|
"raw": "/**\n * get service data from an environment.\n */",
|
16460
|
-
"comment": "get service data from an environment."
|
16625
|
+
"comment": "get service data from an environment.",
|
16626
|
+
"tags": []
|
16461
16627
|
},
|
16462
16628
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.getDescriptor?(environment: Environment, context?: EnvContext[]): TData | undefined | Promise<TData | undefined>",
|
16463
16629
|
"name": "getDescriptor",
|
@@ -16597,7 +16763,8 @@
|
|
16597
16763
|
"character": 3
|
16598
16764
|
},
|
16599
16765
|
"raw": "/**\n * executes a service on a subset of components.\n */",
|
16600
|
-
"comment": "executes a service on a subset of components."
|
16766
|
+
"comment": "executes a service on a subset of components.",
|
16767
|
+
"tags": []
|
16601
16768
|
},
|
16602
16769
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.run?(context: EnvContext, options?: TOpts): Promise<TExecResponse>",
|
16603
16770
|
"name": "run",
|
@@ -16681,7 +16848,8 @@
|
|
16681
16848
|
"character": 3
|
16682
16849
|
},
|
16683
16850
|
"raw": "/**\n * run the service only once.\n */",
|
16684
|
-
"comment": "run the service only once."
|
16851
|
+
"comment": "run the service only once.",
|
16852
|
+
"tags": []
|
16685
16853
|
},
|
16686
16854
|
"signature": "(method) Service<TExecResponse extends ServiceExecutionResult, TData = {}, TOpts = {}>.runOnce?(context: EnvContext[], options?: TOpts): Promise<any>",
|
16687
16855
|
"name": "runOnce",
|
@@ -16948,7 +17116,8 @@
|
|
16948
17116
|
"character": 1
|
16949
17117
|
},
|
16950
17118
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
16951
|
-
"comment": "add a custom type and include all properties from within the environment."
|
17119
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
17120
|
+
"tags": []
|
16952
17121
|
},
|
16953
17122
|
"signature": "interface Environment",
|
16954
17123
|
"name": "Environment",
|
@@ -16968,7 +17137,8 @@
|
|
16968
17137
|
"character": 3
|
16969
17138
|
},
|
16970
17139
|
"raw": "/**\n * name of the environment.\n */",
|
16971
|
-
"comment": "name of the environment."
|
17140
|
+
"comment": "name of the environment.",
|
17141
|
+
"tags": []
|
16972
17142
|
},
|
16973
17143
|
"signature": "(property) Environment.name?: string | undefined",
|
16974
17144
|
"name": "name",
|
@@ -16998,7 +17168,8 @@
|
|
16998
17168
|
"character": 3
|
16999
17169
|
},
|
17000
17170
|
"raw": "/**\n * description of the environment.\n */",
|
17001
|
-
"comment": "description of the environment."
|
17171
|
+
"comment": "description of the environment.",
|
17172
|
+
"tags": []
|
17002
17173
|
},
|
17003
17174
|
"signature": "(property) Environment.description?: string | undefined",
|
17004
17175
|
"name": "description",
|
@@ -17028,7 +17199,8 @@
|
|
17028
17199
|
"character": 3
|
17029
17200
|
},
|
17030
17201
|
"raw": "/**\n * icon of the environment.\n */",
|
17031
|
-
"comment": "icon of the environment."
|
17202
|
+
"comment": "icon of the environment.",
|
17203
|
+
"tags": []
|
17032
17204
|
},
|
17033
17205
|
"signature": "(property) Environment.icon?: string | undefined",
|
17034
17206
|
"name": "icon",
|
@@ -17095,7 +17267,8 @@
|
|
17095
17267
|
"character": 3
|
17096
17268
|
},
|
17097
17269
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
17098
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
17270
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
17271
|
+
"tags": []
|
17099
17272
|
},
|
17100
17273
|
"signature": "(property) Environment.__getDescriptor?: (() => Promise<EnvDescriptor>) | undefined",
|
17101
17274
|
"name": "__getDescriptor",
|
@@ -17149,7 +17322,8 @@
|
|
17149
17322
|
"character": 3
|
17150
17323
|
},
|
17151
17324
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
17152
|
-
"comment": "Returns a schema generator instance"
|
17325
|
+
"comment": "Returns a schema generator instance",
|
17326
|
+
"tags": []
|
17153
17327
|
},
|
17154
17328
|
"signature": "(property) Environment.getSchemaExtractor?: ((config?: any, tsserverPath?: string, contextPath?: string, schemaTransformers?: SchemaTransformer[], apiTransformers?: SchemaNodeTransformer[]) => SchemaExtractor) | undefined",
|
17155
17329
|
"name": "getSchemaExtractor",
|
@@ -17320,7 +17494,8 @@
|
|
17320
17494
|
"character": 3
|
17321
17495
|
},
|
17322
17496
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
17323
|
-
"comment": "Returns the dev patterns to match doc files"
|
17497
|
+
"comment": "Returns the dev patterns to match doc files",
|
17498
|
+
"tags": []
|
17324
17499
|
},
|
17325
17500
|
"signature": "(property) Environment.getDocsDevPatterns?: ((component: Component) => string[]) | undefined",
|
17326
17501
|
"name": "getDocsDevPatterns",
|
@@ -17395,7 +17570,8 @@
|
|
17395
17570
|
"character": 3
|
17396
17571
|
},
|
17397
17572
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
17398
|
-
"comment": "Returns the dev patterns to match composition files"
|
17573
|
+
"comment": "Returns the dev patterns to match composition files",
|
17574
|
+
"tags": []
|
17399
17575
|
},
|
17400
17576
|
"signature": "(property) Environment.getCompositionsDevPatterns?: ((component: Component) => string[]) | undefined",
|
17401
17577
|
"name": "getCompositionsDevPatterns",
|
@@ -17470,7 +17646,8 @@
|
|
17470
17646
|
"character": 3
|
17471
17647
|
},
|
17472
17648
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
17473
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
17649
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
17650
|
+
"tags": []
|
17474
17651
|
},
|
17475
17652
|
"signature": "(property) Environment.getDevPatterns?: ((component: Component) => string[]) | undefined",
|
17476
17653
|
"name": "getDevPatterns",
|
@@ -17558,7 +17735,8 @@
|
|
17558
17735
|
"character": 3
|
17559
17736
|
},
|
17560
17737
|
"raw": "/**\n * Returns the list of dependencies\n * Required for any task\n */",
|
17561
|
-
"comment": "Returns the list of dependencies\nRequired for any task"
|
17738
|
+
"comment": "Returns the list of dependencies\nRequired for any task",
|
17739
|
+
"tags": []
|
17562
17740
|
},
|
17563
17741
|
"signature": "(property) DependenciesEnv.getDependencies?: (() => EnvPolicyConfigObject | Promise<EnvPolicyConfigObject>) | undefined",
|
17564
17742
|
"name": "getDependencies",
|
@@ -17738,7 +17916,8 @@
|
|
17738
17916
|
"character": 3
|
17739
17917
|
},
|
17740
17918
|
"raw": "/**\n * Returns a list of additional host dependencies\n * this list will be provided as globals on the window after bit preview bundle\n * by default bit will merge this list with the peers from the getDependencies function\n */",
|
17741
|
-
"comment": "Returns a list of additional host dependencies\nthis list will be provided as globals on the window after bit preview bundle\nby default bit will merge this list with the peers from the getDependencies function"
|
17919
|
+
"comment": "Returns a list of additional host dependencies\nthis list will be provided as globals on the window after bit preview bundle\nby default bit will merge this list with the peers from the getDependencies function",
|
17920
|
+
"tags": []
|
17742
17921
|
},
|
17743
17922
|
"signature": "(property) DependenciesEnv.getAdditionalHostDependencies?: (() => string[] | Promise<string[]>) | undefined",
|
17744
17923
|
"name": "getAdditionalHostDependencies",
|
@@ -17826,7 +18005,8 @@
|
|
17826
18005
|
"character": 3
|
17827
18006
|
},
|
17828
18007
|
"raw": "/**\n * Returns a list of dependency detectors\n * this list will be used to detect all the dependencies in each file of the component\n */",
|
17829
|
-
"comment": "Returns a list of dependency detectors\nthis list will be used to detect all the dependencies in each file of the component"
|
18008
|
+
"comment": "Returns a list of dependency detectors\nthis list will be used to detect all the dependencies in each file of the component",
|
18009
|
+
"tags": []
|
17830
18010
|
},
|
17831
18011
|
"signature": "(property) DependenciesEnv.getDepDetectors?: (() => DependencyDetector[] | null) | undefined",
|
17832
18012
|
"name": "getDepDetectors",
|
@@ -17933,7 +18113,8 @@
|
|
17933
18113
|
"character": 3
|
17934
18114
|
},
|
17935
18115
|
"raw": "/**\n * name of the environment.\n */",
|
17936
|
-
"comment": "name of the environment."
|
18116
|
+
"comment": "name of the environment.",
|
18117
|
+
"tags": []
|
17937
18118
|
}
|
17938
18119
|
},
|
17939
18120
|
{
|
@@ -17963,7 +18144,8 @@
|
|
17963
18144
|
"character": 3
|
17964
18145
|
},
|
17965
18146
|
"raw": "/**\n * description of the environment.\n */",
|
17966
|
-
"comment": "description of the environment."
|
18147
|
+
"comment": "description of the environment.",
|
18148
|
+
"tags": []
|
17967
18149
|
}
|
17968
18150
|
},
|
17969
18151
|
{
|
@@ -17993,7 +18175,8 @@
|
|
17993
18175
|
"character": 3
|
17994
18176
|
},
|
17995
18177
|
"raw": "/**\n * icon of the environment.\n */",
|
17996
|
-
"comment": "icon of the environment."
|
18178
|
+
"comment": "icon of the environment.",
|
18179
|
+
"tags": []
|
17997
18180
|
}
|
17998
18181
|
},
|
17999
18182
|
{
|
@@ -18084,7 +18267,8 @@
|
|
18084
18267
|
"character": 3
|
18085
18268
|
},
|
18086
18269
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
18087
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
18270
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
18271
|
+
"tags": []
|
18088
18272
|
}
|
18089
18273
|
},
|
18090
18274
|
{
|
@@ -18264,7 +18448,8 @@
|
|
18264
18448
|
"character": 3
|
18265
18449
|
},
|
18266
18450
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
18267
|
-
"comment": "Returns a schema generator instance"
|
18451
|
+
"comment": "Returns a schema generator instance",
|
18452
|
+
"tags": []
|
18268
18453
|
}
|
18269
18454
|
},
|
18270
18455
|
{
|
@@ -18342,7 +18527,8 @@
|
|
18342
18527
|
"character": 3
|
18343
18528
|
},
|
18344
18529
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
18345
|
-
"comment": "Returns the dev patterns to match doc files"
|
18530
|
+
"comment": "Returns the dev patterns to match doc files",
|
18531
|
+
"tags": []
|
18346
18532
|
}
|
18347
18533
|
},
|
18348
18534
|
{
|
@@ -18420,7 +18606,8 @@
|
|
18420
18606
|
"character": 3
|
18421
18607
|
},
|
18422
18608
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
18423
|
-
"comment": "Returns the dev patterns to match composition files"
|
18609
|
+
"comment": "Returns the dev patterns to match composition files",
|
18610
|
+
"tags": []
|
18424
18611
|
}
|
18425
18612
|
},
|
18426
18613
|
{
|
@@ -18498,7 +18685,8 @@
|
|
18498
18685
|
"character": 3
|
18499
18686
|
},
|
18500
18687
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
18501
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
18688
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
18689
|
+
"tags": []
|
18502
18690
|
}
|
18503
18691
|
}
|
18504
18692
|
],
|
@@ -18510,7 +18698,8 @@
|
|
18510
18698
|
"character": 1
|
18511
18699
|
},
|
18512
18700
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
18513
|
-
"comment": "add a custom type and include all properties from within the environment."
|
18701
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
18702
|
+
"tags": []
|
18514
18703
|
}
|
18515
18704
|
}
|
18516
18705
|
}
|
@@ -18609,7 +18798,8 @@
|
|
18609
18798
|
"character": 3
|
18610
18799
|
},
|
18611
18800
|
"raw": "/**\n * define the package json properties to add to each component.\n * Used by `bit link` to augment package.json with new properties\n */",
|
18612
|
-
"comment": "define the package json properties to add to each component.\nUsed by `bit link` to augment package.json with new properties"
|
18801
|
+
"comment": "define the package json properties to add to each component.\nUsed by `bit link` to augment package.json with new properties",
|
18802
|
+
"tags": []
|
18613
18803
|
},
|
18614
18804
|
"signature": "(property) PackageEnv.getPackageJsonProps?: (() => PackageJsonProps) | undefined",
|
18615
18805
|
"name": "getPackageJsonProps",
|
@@ -18655,7 +18845,8 @@
|
|
18655
18845
|
"character": 3
|
18656
18846
|
},
|
18657
18847
|
"raw": "/**\n * return `.npmignore` entries to be written before packing the component\n */",
|
18658
|
-
"comment": "return `.npmignore` entries to be written before packing the component"
|
18848
|
+
"comment": "return `.npmignore` entries to be written before packing the component",
|
18849
|
+
"tags": []
|
18659
18850
|
},
|
18660
18851
|
"signature": "(property) PackageEnv.getNpmIgnore?: ((npmIgnoreContext?: GetNpmIgnoreContext) => string[]) | undefined",
|
18661
18852
|
"name": "getNpmIgnore",
|
@@ -18761,7 +18952,8 @@
|
|
18761
18952
|
"character": 3
|
18762
18953
|
},
|
18763
18954
|
"raw": "/**\n * name of the environment.\n */",
|
18764
|
-
"comment": "name of the environment."
|
18955
|
+
"comment": "name of the environment.",
|
18956
|
+
"tags": []
|
18765
18957
|
}
|
18766
18958
|
},
|
18767
18959
|
{
|
@@ -18791,7 +18983,8 @@
|
|
18791
18983
|
"character": 3
|
18792
18984
|
},
|
18793
18985
|
"raw": "/**\n * description of the environment.\n */",
|
18794
|
-
"comment": "description of the environment."
|
18986
|
+
"comment": "description of the environment.",
|
18987
|
+
"tags": []
|
18795
18988
|
}
|
18796
18989
|
},
|
18797
18990
|
{
|
@@ -18821,7 +19014,8 @@
|
|
18821
19014
|
"character": 3
|
18822
19015
|
},
|
18823
19016
|
"raw": "/**\n * icon of the environment.\n */",
|
18824
|
-
"comment": "icon of the environment."
|
19017
|
+
"comment": "icon of the environment.",
|
19018
|
+
"tags": []
|
18825
19019
|
}
|
18826
19020
|
},
|
18827
19021
|
{
|
@@ -18912,7 +19106,8 @@
|
|
18912
19106
|
"character": 3
|
18913
19107
|
},
|
18914
19108
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
18915
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
19109
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
19110
|
+
"tags": []
|
18916
19111
|
}
|
18917
19112
|
},
|
18918
19113
|
{
|
@@ -19092,7 +19287,8 @@
|
|
19092
19287
|
"character": 3
|
19093
19288
|
},
|
19094
19289
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
19095
|
-
"comment": "Returns a schema generator instance"
|
19290
|
+
"comment": "Returns a schema generator instance",
|
19291
|
+
"tags": []
|
19096
19292
|
}
|
19097
19293
|
},
|
19098
19294
|
{
|
@@ -19170,7 +19366,8 @@
|
|
19170
19366
|
"character": 3
|
19171
19367
|
},
|
19172
19368
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
19173
|
-
"comment": "Returns the dev patterns to match doc files"
|
19369
|
+
"comment": "Returns the dev patterns to match doc files",
|
19370
|
+
"tags": []
|
19174
19371
|
}
|
19175
19372
|
},
|
19176
19373
|
{
|
@@ -19248,7 +19445,8 @@
|
|
19248
19445
|
"character": 3
|
19249
19446
|
},
|
19250
19447
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
19251
|
-
"comment": "Returns the dev patterns to match composition files"
|
19448
|
+
"comment": "Returns the dev patterns to match composition files",
|
19449
|
+
"tags": []
|
19252
19450
|
}
|
19253
19451
|
},
|
19254
19452
|
{
|
@@ -19326,7 +19524,8 @@
|
|
19326
19524
|
"character": 3
|
19327
19525
|
},
|
19328
19526
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
19329
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
19527
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
19528
|
+
"tags": []
|
19330
19529
|
}
|
19331
19530
|
}
|
19332
19531
|
],
|
@@ -19338,7 +19537,8 @@
|
|
19338
19537
|
"character": 1
|
19339
19538
|
},
|
19340
19539
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
19341
|
-
"comment": "add a custom type and include all properties from within the environment."
|
19540
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
19541
|
+
"tags": []
|
19342
19542
|
}
|
19343
19543
|
}
|
19344
19544
|
}
|
@@ -19369,7 +19569,8 @@
|
|
19369
19569
|
"character": 3
|
19370
19570
|
},
|
19371
19571
|
"raw": "/**\n * Returns & configures the linter to use (ESLint, ...)\n * Required for `bit lint`\n */",
|
19372
|
-
"comment": "Returns & configures the linter to use (ESLint, ...)\nRequired for `bit lint`"
|
19572
|
+
"comment": "Returns & configures the linter to use (ESLint, ...)\nRequired for `bit lint`",
|
19573
|
+
"tags": []
|
19373
19574
|
},
|
19374
19575
|
"signature": "(property) LinterEnv.getLinter?: ((context: LinterContext, transformers: any[]) => Linter) | undefined",
|
19375
19576
|
"name": "getLinter",
|
@@ -19502,7 +19703,8 @@
|
|
19502
19703
|
"character": 3
|
19503
19704
|
},
|
19504
19705
|
"raw": "/**\n * name of the environment.\n */",
|
19505
|
-
"comment": "name of the environment."
|
19706
|
+
"comment": "name of the environment.",
|
19707
|
+
"tags": []
|
19506
19708
|
}
|
19507
19709
|
},
|
19508
19710
|
{
|
@@ -19532,7 +19734,8 @@
|
|
19532
19734
|
"character": 3
|
19533
19735
|
},
|
19534
19736
|
"raw": "/**\n * description of the environment.\n */",
|
19535
|
-
"comment": "description of the environment."
|
19737
|
+
"comment": "description of the environment.",
|
19738
|
+
"tags": []
|
19536
19739
|
}
|
19537
19740
|
},
|
19538
19741
|
{
|
@@ -19562,7 +19765,8 @@
|
|
19562
19765
|
"character": 3
|
19563
19766
|
},
|
19564
19767
|
"raw": "/**\n * icon of the environment.\n */",
|
19565
|
-
"comment": "icon of the environment."
|
19768
|
+
"comment": "icon of the environment.",
|
19769
|
+
"tags": []
|
19566
19770
|
}
|
19567
19771
|
},
|
19568
19772
|
{
|
@@ -19653,7 +19857,8 @@
|
|
19653
19857
|
"character": 3
|
19654
19858
|
},
|
19655
19859
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
19656
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
19860
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
19861
|
+
"tags": []
|
19657
19862
|
}
|
19658
19863
|
},
|
19659
19864
|
{
|
@@ -19833,7 +20038,8 @@
|
|
19833
20038
|
"character": 3
|
19834
20039
|
},
|
19835
20040
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
19836
|
-
"comment": "Returns a schema generator instance"
|
20041
|
+
"comment": "Returns a schema generator instance",
|
20042
|
+
"tags": []
|
19837
20043
|
}
|
19838
20044
|
},
|
19839
20045
|
{
|
@@ -19911,7 +20117,8 @@
|
|
19911
20117
|
"character": 3
|
19912
20118
|
},
|
19913
20119
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
19914
|
-
"comment": "Returns the dev patterns to match doc files"
|
20120
|
+
"comment": "Returns the dev patterns to match doc files",
|
20121
|
+
"tags": []
|
19915
20122
|
}
|
19916
20123
|
},
|
19917
20124
|
{
|
@@ -19989,7 +20196,8 @@
|
|
19989
20196
|
"character": 3
|
19990
20197
|
},
|
19991
20198
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
19992
|
-
"comment": "Returns the dev patterns to match composition files"
|
20199
|
+
"comment": "Returns the dev patterns to match composition files",
|
20200
|
+
"tags": []
|
19993
20201
|
}
|
19994
20202
|
},
|
19995
20203
|
{
|
@@ -20067,7 +20275,8 @@
|
|
20067
20275
|
"character": 3
|
20068
20276
|
},
|
20069
20277
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
20070
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
20278
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
20279
|
+
"tags": []
|
20071
20280
|
}
|
20072
20281
|
}
|
20073
20282
|
],
|
@@ -20079,7 +20288,8 @@
|
|
20079
20288
|
"character": 1
|
20080
20289
|
},
|
20081
20290
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
20082
|
-
"comment": "add a custom type and include all properties from within the environment."
|
20291
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
20292
|
+
"tags": []
|
20083
20293
|
}
|
20084
20294
|
}
|
20085
20295
|
}
|
@@ -20110,7 +20320,8 @@
|
|
20110
20320
|
"character": 3
|
20111
20321
|
},
|
20112
20322
|
"raw": "/**\n * Returns & configures the formatter to use (prettier, ...)\n * Required for `bit format`\n */",
|
20113
|
-
"comment": "Returns & configures the formatter to use (prettier, ...)\nRequired for `bit format`"
|
20323
|
+
"comment": "Returns & configures the formatter to use (prettier, ...)\nRequired for `bit format`",
|
20324
|
+
"tags": []
|
20114
20325
|
},
|
20115
20326
|
"signature": "(property) FormatterEnv.getFormatter?: ((context: FormatterContext, transformers: any[]) => Formatter) | undefined",
|
20116
20327
|
"name": "getFormatter",
|
@@ -20243,7 +20454,8 @@
|
|
20243
20454
|
"character": 3
|
20244
20455
|
},
|
20245
20456
|
"raw": "/**\n * name of the environment.\n */",
|
20246
|
-
"comment": "name of the environment."
|
20457
|
+
"comment": "name of the environment.",
|
20458
|
+
"tags": []
|
20247
20459
|
}
|
20248
20460
|
},
|
20249
20461
|
{
|
@@ -20273,7 +20485,8 @@
|
|
20273
20485
|
"character": 3
|
20274
20486
|
},
|
20275
20487
|
"raw": "/**\n * description of the environment.\n */",
|
20276
|
-
"comment": "description of the environment."
|
20488
|
+
"comment": "description of the environment.",
|
20489
|
+
"tags": []
|
20277
20490
|
}
|
20278
20491
|
},
|
20279
20492
|
{
|
@@ -20303,7 +20516,8 @@
|
|
20303
20516
|
"character": 3
|
20304
20517
|
},
|
20305
20518
|
"raw": "/**\n * icon of the environment.\n */",
|
20306
|
-
"comment": "icon of the environment."
|
20519
|
+
"comment": "icon of the environment.",
|
20520
|
+
"tags": []
|
20307
20521
|
}
|
20308
20522
|
},
|
20309
20523
|
{
|
@@ -20394,7 +20608,8 @@
|
|
20394
20608
|
"character": 3
|
20395
20609
|
},
|
20396
20610
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
20397
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
20611
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
20612
|
+
"tags": []
|
20398
20613
|
}
|
20399
20614
|
},
|
20400
20615
|
{
|
@@ -20574,7 +20789,8 @@
|
|
20574
20789
|
"character": 3
|
20575
20790
|
},
|
20576
20791
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
20577
|
-
"comment": "Returns a schema generator instance"
|
20792
|
+
"comment": "Returns a schema generator instance",
|
20793
|
+
"tags": []
|
20578
20794
|
}
|
20579
20795
|
},
|
20580
20796
|
{
|
@@ -20652,7 +20868,8 @@
|
|
20652
20868
|
"character": 3
|
20653
20869
|
},
|
20654
20870
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
20655
|
-
"comment": "Returns the dev patterns to match doc files"
|
20871
|
+
"comment": "Returns the dev patterns to match doc files",
|
20872
|
+
"tags": []
|
20656
20873
|
}
|
20657
20874
|
},
|
20658
20875
|
{
|
@@ -20730,7 +20947,8 @@
|
|
20730
20947
|
"character": 3
|
20731
20948
|
},
|
20732
20949
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
20733
|
-
"comment": "Returns the dev patterns to match composition files"
|
20950
|
+
"comment": "Returns the dev patterns to match composition files",
|
20951
|
+
"tags": []
|
20734
20952
|
}
|
20735
20953
|
},
|
20736
20954
|
{
|
@@ -20808,7 +21026,8 @@
|
|
20808
21026
|
"character": 3
|
20809
21027
|
},
|
20810
21028
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
20811
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
21029
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
21030
|
+
"tags": []
|
20812
21031
|
}
|
20813
21032
|
}
|
20814
21033
|
],
|
@@ -20820,7 +21039,8 @@
|
|
20820
21039
|
"character": 1
|
20821
21040
|
},
|
20822
21041
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
20823
|
-
"comment": "add a custom type and include all properties from within the environment."
|
21042
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
21043
|
+
"tags": []
|
20824
21044
|
}
|
20825
21045
|
}
|
20826
21046
|
}
|
@@ -20851,7 +21071,8 @@
|
|
20851
21071
|
"character": 3
|
20852
21072
|
},
|
20853
21073
|
"raw": "/**\n * Returns a paths to a function which mounts a given component to DOM\n * Required for `bit start` & `bit build`\n */",
|
20854
|
-
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`"
|
21074
|
+
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`",
|
21075
|
+
"tags": []
|
20855
21076
|
},
|
20856
21077
|
"signature": "(property) PreviewEnv.getMounter?: (() => string) | undefined",
|
20857
21078
|
"name": "getMounter",
|
@@ -20893,7 +21114,8 @@
|
|
20893
21114
|
"character": 3
|
20894
21115
|
},
|
20895
21116
|
"raw": "/**\n * Returns a path to a docs template.\n * Required for `bit start` & `bit build`\n */",
|
20896
|
-
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`"
|
21117
|
+
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`",
|
21118
|
+
"tags": []
|
20897
21119
|
},
|
20898
21120
|
"signature": "(property) PreviewEnv.getDocsTemplate?: (() => string) | undefined",
|
20899
21121
|
"name": "getDocsTemplate",
|
@@ -20935,7 +21157,8 @@
|
|
20935
21157
|
"character": 3
|
20936
21158
|
},
|
20937
21159
|
"raw": "/**\n * Returns a bundler for the preview.\n * Required for `bit build` & `bit start`\n */",
|
20938
|
-
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`"
|
21160
|
+
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`",
|
21161
|
+
"tags": []
|
20939
21162
|
},
|
20940
21163
|
"signature": "(property) PreviewEnv.getBundler?: ((context: BundlerContext, transformers: any[]) => Promise<Bundler>) | undefined",
|
20941
21164
|
"name": "getBundler",
|
@@ -21045,7 +21268,8 @@
|
|
21045
21268
|
"character": 3
|
21046
21269
|
},
|
21047
21270
|
"raw": "/**\n * Returns preview config like the strategy name to use when bundling the components for the preview\n */",
|
21048
|
-
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview"
|
21271
|
+
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview",
|
21272
|
+
"tags": []
|
21049
21273
|
},
|
21050
21274
|
"signature": "(property) PreviewEnv.getPreviewConfig?: (() => EnvPreviewConfig) | undefined",
|
21051
21275
|
"name": "getPreviewConfig",
|
@@ -21091,7 +21315,8 @@
|
|
21091
21315
|
"character": 3
|
21092
21316
|
},
|
21093
21317
|
"raw": "/**\n * Returns a bundler for the env template.\n * this bundler will be used to bundle the docs/compositions (or other preview) apps\n * Required for `bit build` & `bit tag`\n */",
|
21094
|
-
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`"
|
21318
|
+
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`",
|
21319
|
+
"tags": []
|
21095
21320
|
},
|
21096
21321
|
"signature": "(property) PreviewEnv.getTemplateBundler?: ((context: BundlerContext, transformers?: any[]) => Promise<Bundler>) | undefined",
|
21097
21322
|
"name": "getTemplateBundler",
|
@@ -21235,7 +21460,8 @@
|
|
21235
21460
|
"character": 3
|
21236
21461
|
},
|
21237
21462
|
"raw": "/**\n * name of the environment.\n */",
|
21238
|
-
"comment": "name of the environment."
|
21463
|
+
"comment": "name of the environment.",
|
21464
|
+
"tags": []
|
21239
21465
|
}
|
21240
21466
|
},
|
21241
21467
|
{
|
@@ -21265,7 +21491,8 @@
|
|
21265
21491
|
"character": 3
|
21266
21492
|
},
|
21267
21493
|
"raw": "/**\n * description of the environment.\n */",
|
21268
|
-
"comment": "description of the environment."
|
21494
|
+
"comment": "description of the environment.",
|
21495
|
+
"tags": []
|
21269
21496
|
}
|
21270
21497
|
},
|
21271
21498
|
{
|
@@ -21295,7 +21522,8 @@
|
|
21295
21522
|
"character": 3
|
21296
21523
|
},
|
21297
21524
|
"raw": "/**\n * icon of the environment.\n */",
|
21298
|
-
"comment": "icon of the environment."
|
21525
|
+
"comment": "icon of the environment.",
|
21526
|
+
"tags": []
|
21299
21527
|
}
|
21300
21528
|
},
|
21301
21529
|
{
|
@@ -21386,7 +21614,8 @@
|
|
21386
21614
|
"character": 3
|
21387
21615
|
},
|
21388
21616
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
21389
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
21617
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
21618
|
+
"tags": []
|
21390
21619
|
}
|
21391
21620
|
},
|
21392
21621
|
{
|
@@ -21566,7 +21795,8 @@
|
|
21566
21795
|
"character": 3
|
21567
21796
|
},
|
21568
21797
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
21569
|
-
"comment": "Returns a schema generator instance"
|
21798
|
+
"comment": "Returns a schema generator instance",
|
21799
|
+
"tags": []
|
21570
21800
|
}
|
21571
21801
|
},
|
21572
21802
|
{
|
@@ -21644,7 +21874,8 @@
|
|
21644
21874
|
"character": 3
|
21645
21875
|
},
|
21646
21876
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
21647
|
-
"comment": "Returns the dev patterns to match doc files"
|
21877
|
+
"comment": "Returns the dev patterns to match doc files",
|
21878
|
+
"tags": []
|
21648
21879
|
}
|
21649
21880
|
},
|
21650
21881
|
{
|
@@ -21722,7 +21953,8 @@
|
|
21722
21953
|
"character": 3
|
21723
21954
|
},
|
21724
21955
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
21725
|
-
"comment": "Returns the dev patterns to match composition files"
|
21956
|
+
"comment": "Returns the dev patterns to match composition files",
|
21957
|
+
"tags": []
|
21726
21958
|
}
|
21727
21959
|
},
|
21728
21960
|
{
|
@@ -21800,7 +22032,8 @@
|
|
21800
22032
|
"character": 3
|
21801
22033
|
},
|
21802
22034
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
21803
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
22035
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
22036
|
+
"tags": []
|
21804
22037
|
}
|
21805
22038
|
}
|
21806
22039
|
],
|
@@ -21812,7 +22045,8 @@
|
|
21812
22045
|
"character": 1
|
21813
22046
|
},
|
21814
22047
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
21815
|
-
"comment": "add a custom type and include all properties from within the environment."
|
22048
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
22049
|
+
"tags": []
|
21816
22050
|
}
|
21817
22051
|
}
|
21818
22052
|
}
|
@@ -21944,6 +22178,7 @@
|
|
21944
22178
|
"character": 3
|
21945
22179
|
},
|
21946
22180
|
"raw": "/**\n * @deprecated Fatal: a breaking API was introduced. Use getBuildPipe() instead.\n */",
|
22181
|
+
"comment": "",
|
21947
22182
|
"tags": [
|
21948
22183
|
{
|
21949
22184
|
"__schema": "TagSchema",
|
@@ -22009,7 +22244,8 @@
|
|
22009
22244
|
"character": 3
|
22010
22245
|
},
|
22011
22246
|
"raw": "/**\n * Returns the component build pipeline\n * Either `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`\n */",
|
22012
|
-
"comment": "Returns the component build pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`"
|
22247
|
+
"comment": "Returns the component build pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`",
|
22248
|
+
"tags": []
|
22013
22249
|
},
|
22014
22250
|
"signature": "(property) BuilderEnv.getBuildPipe?: ((modifiersMap?: PipeServiceModifiersMap) => BuildTask[]) | undefined",
|
22015
22251
|
"name": "getBuildPipe",
|
@@ -22085,7 +22321,8 @@
|
|
22085
22321
|
"character": 3
|
22086
22322
|
},
|
22087
22323
|
"raw": "/**\n * Returns the component tag pipeline\n * Either `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`\n */",
|
22088
|
-
"comment": "Returns the component tag pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`"
|
22324
|
+
"comment": "Returns the component tag pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`",
|
22325
|
+
"tags": []
|
22089
22326
|
},
|
22090
22327
|
"signature": "(property) BuilderEnv.getTagPipe?: ((modifiersMap?: PipeServiceModifiersMap) => BuildTask[]) | undefined",
|
22091
22328
|
"name": "getTagPipe",
|
@@ -22161,7 +22398,8 @@
|
|
22161
22398
|
"character": 3
|
22162
22399
|
},
|
22163
22400
|
"raw": "/**\n * Returns the component snap pipeline\n * Either `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`\n */",
|
22164
|
-
"comment": "Returns the component snap pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`"
|
22401
|
+
"comment": "Returns the component snap pipeline\nEither `getBuildPipe`, `getTagPipe`, or `getSnapPipe` is required for `bit build`",
|
22402
|
+
"tags": []
|
22165
22403
|
},
|
22166
22404
|
"signature": "(property) BuilderEnv.getSnapPipe?: ((modifiersMap?: PipeServiceModifiersMap) => BuildTask[]) | undefined",
|
22167
22405
|
"name": "getSnapPipe",
|
@@ -22290,7 +22528,8 @@
|
|
22290
22528
|
"character": 3
|
22291
22529
|
},
|
22292
22530
|
"raw": "/**\n * name of the environment.\n */",
|
22293
|
-
"comment": "name of the environment."
|
22531
|
+
"comment": "name of the environment.",
|
22532
|
+
"tags": []
|
22294
22533
|
}
|
22295
22534
|
},
|
22296
22535
|
{
|
@@ -22320,7 +22559,8 @@
|
|
22320
22559
|
"character": 3
|
22321
22560
|
},
|
22322
22561
|
"raw": "/**\n * description of the environment.\n */",
|
22323
|
-
"comment": "description of the environment."
|
22562
|
+
"comment": "description of the environment.",
|
22563
|
+
"tags": []
|
22324
22564
|
}
|
22325
22565
|
},
|
22326
22566
|
{
|
@@ -22350,7 +22590,8 @@
|
|
22350
22590
|
"character": 3
|
22351
22591
|
},
|
22352
22592
|
"raw": "/**\n * icon of the environment.\n */",
|
22353
|
-
"comment": "icon of the environment."
|
22593
|
+
"comment": "icon of the environment.",
|
22594
|
+
"tags": []
|
22354
22595
|
}
|
22355
22596
|
},
|
22356
22597
|
{
|
@@ -22441,7 +22682,8 @@
|
|
22441
22682
|
"character": 3
|
22442
22683
|
},
|
22443
22684
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
22444
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
22685
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
22686
|
+
"tags": []
|
22445
22687
|
}
|
22446
22688
|
},
|
22447
22689
|
{
|
@@ -22621,7 +22863,8 @@
|
|
22621
22863
|
"character": 3
|
22622
22864
|
},
|
22623
22865
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
22624
|
-
"comment": "Returns a schema generator instance"
|
22866
|
+
"comment": "Returns a schema generator instance",
|
22867
|
+
"tags": []
|
22625
22868
|
}
|
22626
22869
|
},
|
22627
22870
|
{
|
@@ -22699,7 +22942,8 @@
|
|
22699
22942
|
"character": 3
|
22700
22943
|
},
|
22701
22944
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
22702
|
-
"comment": "Returns the dev patterns to match doc files"
|
22945
|
+
"comment": "Returns the dev patterns to match doc files",
|
22946
|
+
"tags": []
|
22703
22947
|
}
|
22704
22948
|
},
|
22705
22949
|
{
|
@@ -22777,7 +23021,8 @@
|
|
22777
23021
|
"character": 3
|
22778
23022
|
},
|
22779
23023
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
22780
|
-
"comment": "Returns the dev patterns to match composition files"
|
23024
|
+
"comment": "Returns the dev patterns to match composition files",
|
23025
|
+
"tags": []
|
22781
23026
|
}
|
22782
23027
|
},
|
22783
23028
|
{
|
@@ -22855,7 +23100,8 @@
|
|
22855
23100
|
"character": 3
|
22856
23101
|
},
|
22857
23102
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
22858
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
23103
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
23104
|
+
"tags": []
|
22859
23105
|
}
|
22860
23106
|
}
|
22861
23107
|
],
|
@@ -22867,7 +23113,8 @@
|
|
22867
23113
|
"character": 1
|
22868
23114
|
},
|
22869
23115
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
22870
|
-
"comment": "add a custom type and include all properties from within the environment."
|
23116
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
23117
|
+
"tags": []
|
22871
23118
|
}
|
22872
23119
|
}
|
22873
23120
|
}
|
@@ -22912,7 +23159,8 @@
|
|
22912
23159
|
"character": 3
|
22913
23160
|
},
|
22914
23161
|
"raw": "/**\n * Returns a paths to a function which mounts a given component to DOM\n * Required for `bit start` & `bit build`\n */",
|
22915
|
-
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`"
|
23162
|
+
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`",
|
23163
|
+
"tags": []
|
22916
23164
|
}
|
22917
23165
|
},
|
22918
23166
|
{
|
@@ -22954,7 +23202,8 @@
|
|
22954
23202
|
"character": 3
|
22955
23203
|
},
|
22956
23204
|
"raw": "/**\n * Returns a path to a docs template.\n * Required for `bit start` & `bit build`\n */",
|
22957
|
-
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`"
|
23205
|
+
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`",
|
23206
|
+
"tags": []
|
22958
23207
|
}
|
22959
23208
|
},
|
22960
23209
|
{
|
@@ -23070,7 +23319,8 @@
|
|
23070
23319
|
"character": 3
|
23071
23320
|
},
|
23072
23321
|
"raw": "/**\n * Returns a bundler for the preview.\n * Required for `bit build` & `bit start`\n */",
|
23073
|
-
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`"
|
23322
|
+
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`",
|
23323
|
+
"tags": []
|
23074
23324
|
}
|
23075
23325
|
},
|
23076
23326
|
{
|
@@ -23119,7 +23369,8 @@
|
|
23119
23369
|
"character": 3
|
23120
23370
|
},
|
23121
23371
|
"raw": "/**\n * Returns preview config like the strategy name to use when bundling the components for the preview\n */",
|
23122
|
-
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview"
|
23372
|
+
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview",
|
23373
|
+
"tags": []
|
23123
23374
|
}
|
23124
23375
|
},
|
23125
23376
|
{
|
@@ -23235,7 +23486,8 @@
|
|
23235
23486
|
"character": 3
|
23236
23487
|
},
|
23237
23488
|
"raw": "/**\n * Returns a bundler for the env template.\n * this bundler will be used to bundle the docs/compositions (or other preview) apps\n * Required for `bit build` & `bit tag`\n */",
|
23238
|
-
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`"
|
23489
|
+
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`",
|
23490
|
+
"tags": []
|
23239
23491
|
}
|
23240
23492
|
}
|
23241
23493
|
]
|
@@ -23268,7 +23520,8 @@
|
|
23268
23520
|
"character": 3
|
23269
23521
|
},
|
23270
23522
|
"raw": "/**\n * Returns a tester\n * Required for `bit start` & `bit test`\n */",
|
23271
|
-
"comment": "Returns a tester\nRequired for `bit start` & `bit test`"
|
23523
|
+
"comment": "Returns a tester\nRequired for `bit start` & `bit test`",
|
23524
|
+
"tags": []
|
23272
23525
|
},
|
23273
23526
|
"signature": "(property) TesterEnv.getTester?: ((path: string, tester: any) => Tester) | undefined",
|
23274
23527
|
"name": "getTester",
|
@@ -23355,7 +23608,8 @@
|
|
23355
23608
|
"character": 3
|
23356
23609
|
},
|
23357
23610
|
"raw": "/**\n * Returns the dev patterns to match test files\n */",
|
23358
|
-
"comment": "Returns the dev patterns to match test files"
|
23611
|
+
"comment": "Returns the dev patterns to match test files",
|
23612
|
+
"tags": []
|
23359
23613
|
},
|
23360
23614
|
"signature": "(property) TesterEnv.getTestsDevPatterns?: ((component: Component) => string[]) | undefined",
|
23361
23615
|
"name": "getTestsDevPatterns",
|
@@ -23464,7 +23718,8 @@
|
|
23464
23718
|
"character": 3
|
23465
23719
|
},
|
23466
23720
|
"raw": "/**\n * name of the environment.\n */",
|
23467
|
-
"comment": "name of the environment."
|
23721
|
+
"comment": "name of the environment.",
|
23722
|
+
"tags": []
|
23468
23723
|
}
|
23469
23724
|
},
|
23470
23725
|
{
|
@@ -23494,7 +23749,8 @@
|
|
23494
23749
|
"character": 3
|
23495
23750
|
},
|
23496
23751
|
"raw": "/**\n * description of the environment.\n */",
|
23497
|
-
"comment": "description of the environment."
|
23752
|
+
"comment": "description of the environment.",
|
23753
|
+
"tags": []
|
23498
23754
|
}
|
23499
23755
|
},
|
23500
23756
|
{
|
@@ -23524,7 +23780,8 @@
|
|
23524
23780
|
"character": 3
|
23525
23781
|
},
|
23526
23782
|
"raw": "/**\n * icon of the environment.\n */",
|
23527
|
-
"comment": "icon of the environment."
|
23783
|
+
"comment": "icon of the environment.",
|
23784
|
+
"tags": []
|
23528
23785
|
}
|
23529
23786
|
},
|
23530
23787
|
{
|
@@ -23615,7 +23872,8 @@
|
|
23615
23872
|
"character": 3
|
23616
23873
|
},
|
23617
23874
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
23618
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
23875
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
23876
|
+
"tags": []
|
23619
23877
|
}
|
23620
23878
|
},
|
23621
23879
|
{
|
@@ -23795,7 +24053,8 @@
|
|
23795
24053
|
"character": 3
|
23796
24054
|
},
|
23797
24055
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
23798
|
-
"comment": "Returns a schema generator instance"
|
24056
|
+
"comment": "Returns a schema generator instance",
|
24057
|
+
"tags": []
|
23799
24058
|
}
|
23800
24059
|
},
|
23801
24060
|
{
|
@@ -23873,7 +24132,8 @@
|
|
23873
24132
|
"character": 3
|
23874
24133
|
},
|
23875
24134
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
23876
|
-
"comment": "Returns the dev patterns to match doc files"
|
24135
|
+
"comment": "Returns the dev patterns to match doc files",
|
24136
|
+
"tags": []
|
23877
24137
|
}
|
23878
24138
|
},
|
23879
24139
|
{
|
@@ -23951,7 +24211,8 @@
|
|
23951
24211
|
"character": 3
|
23952
24212
|
},
|
23953
24213
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
23954
|
-
"comment": "Returns the dev patterns to match composition files"
|
24214
|
+
"comment": "Returns the dev patterns to match composition files",
|
24215
|
+
"tags": []
|
23955
24216
|
}
|
23956
24217
|
},
|
23957
24218
|
{
|
@@ -24029,7 +24290,8 @@
|
|
24029
24290
|
"character": 3
|
24030
24291
|
},
|
24031
24292
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
24032
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
24293
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
24294
|
+
"tags": []
|
24033
24295
|
}
|
24034
24296
|
}
|
24035
24297
|
],
|
@@ -24041,7 +24303,8 @@
|
|
24041
24303
|
"character": 1
|
24042
24304
|
},
|
24043
24305
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
24044
|
-
"comment": "add a custom type and include all properties from within the environment."
|
24306
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
24307
|
+
"tags": []
|
24045
24308
|
}
|
24046
24309
|
}
|
24047
24310
|
}
|
@@ -24072,7 +24335,8 @@
|
|
24072
24335
|
"character": 3
|
24073
24336
|
},
|
24074
24337
|
"raw": "/**\n * Returns a compiler\n * Required for making and reading dists, especially for `bit compile`\n */",
|
24075
|
-
"comment": "Returns a compiler\nRequired for making and reading dists, especially for `bit compile`"
|
24338
|
+
"comment": "Returns a compiler\nRequired for making and reading dists, especially for `bit compile`",
|
24339
|
+
"tags": []
|
24076
24340
|
},
|
24077
24341
|
"signature": "(property) CompilerEnv.getCompiler: () => Compiler",
|
24078
24342
|
"name": "getCompiler",
|
@@ -24187,7 +24451,8 @@
|
|
24187
24451
|
"character": 3
|
24188
24452
|
},
|
24189
24453
|
"raw": "/**\n * Required for `bit start`\n */",
|
24190
|
-
"comment": "Required for `bit start`"
|
24454
|
+
"comment": "Required for `bit start`",
|
24455
|
+
"tags": []
|
24191
24456
|
},
|
24192
24457
|
"signature": "(property) DevEnv.getDevEnvId?: ((context?: any) => string) | undefined",
|
24193
24458
|
"name": "getDevEnvId",
|
@@ -24250,7 +24515,8 @@
|
|
24250
24515
|
"character": 3
|
24251
24516
|
},
|
24252
24517
|
"raw": "/**\n * Returns and configures the dev server\n * Required for `bit start`\n */",
|
24253
|
-
"comment": "Returns and configures the dev server\nRequired for `bit start`"
|
24518
|
+
"comment": "Returns and configures the dev server\nRequired for `bit start`",
|
24519
|
+
"tags": []
|
24254
24520
|
},
|
24255
24521
|
"signature": "(property) DevEnv.getDevServer?: ((context: DevServerContext, transformers: WebpackConfigTransformer[]) => DevServer | Promise<DevServer>) | undefined",
|
24256
24522
|
"name": "getDevServer",
|
@@ -24440,7 +24706,8 @@
|
|
24440
24706
|
"character": 3
|
24441
24707
|
},
|
24442
24708
|
"raw": "/**\n * name of the environment.\n */",
|
24443
|
-
"comment": "name of the environment."
|
24709
|
+
"comment": "name of the environment.",
|
24710
|
+
"tags": []
|
24444
24711
|
}
|
24445
24712
|
},
|
24446
24713
|
{
|
@@ -24470,7 +24737,8 @@
|
|
24470
24737
|
"character": 3
|
24471
24738
|
},
|
24472
24739
|
"raw": "/**\n * description of the environment.\n */",
|
24473
|
-
"comment": "description of the environment."
|
24740
|
+
"comment": "description of the environment.",
|
24741
|
+
"tags": []
|
24474
24742
|
}
|
24475
24743
|
},
|
24476
24744
|
{
|
@@ -24500,7 +24768,8 @@
|
|
24500
24768
|
"character": 3
|
24501
24769
|
},
|
24502
24770
|
"raw": "/**\n * icon of the environment.\n */",
|
24503
|
-
"comment": "icon of the environment."
|
24771
|
+
"comment": "icon of the environment.",
|
24772
|
+
"tags": []
|
24504
24773
|
}
|
24505
24774
|
},
|
24506
24775
|
{
|
@@ -24591,7 +24860,8 @@
|
|
24591
24860
|
"character": 3
|
24592
24861
|
},
|
24593
24862
|
"raw": "/**\n * Returns the Environment descriptor\n * Required for any task\n */",
|
24594
|
-
"comment": "Returns the Environment descriptor\nRequired for any task"
|
24863
|
+
"comment": "Returns the Environment descriptor\nRequired for any task",
|
24864
|
+
"tags": []
|
24595
24865
|
}
|
24596
24866
|
},
|
24597
24867
|
{
|
@@ -24771,7 +25041,8 @@
|
|
24771
25041
|
"character": 3
|
24772
25042
|
},
|
24773
25043
|
"raw": "/**\n * Returns a schema generator instance\n */",
|
24774
|
-
"comment": "Returns a schema generator instance"
|
25044
|
+
"comment": "Returns a schema generator instance",
|
25045
|
+
"tags": []
|
24775
25046
|
}
|
24776
25047
|
},
|
24777
25048
|
{
|
@@ -24849,7 +25120,8 @@
|
|
24849
25120
|
"character": 3
|
24850
25121
|
},
|
24851
25122
|
"raw": "/**\n * Returns the dev patterns to match doc files\n */",
|
24852
|
-
"comment": "Returns the dev patterns to match doc files"
|
25123
|
+
"comment": "Returns the dev patterns to match doc files",
|
25124
|
+
"tags": []
|
24853
25125
|
}
|
24854
25126
|
},
|
24855
25127
|
{
|
@@ -24927,7 +25199,8 @@
|
|
24927
25199
|
"character": 3
|
24928
25200
|
},
|
24929
25201
|
"raw": "/**\n * Returns the dev patterns to match composition files\n */",
|
24930
|
-
"comment": "Returns the dev patterns to match composition files"
|
25202
|
+
"comment": "Returns the dev patterns to match composition files",
|
25203
|
+
"tags": []
|
24931
25204
|
}
|
24932
25205
|
},
|
24933
25206
|
{
|
@@ -25005,7 +25278,8 @@
|
|
25005
25278
|
"character": 3
|
25006
25279
|
},
|
25007
25280
|
"raw": "/**\n * Returns additional dev patterns for the component.\n * Patterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.\n */",
|
25008
|
-
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here."
|
25281
|
+
"comment": "Returns additional dev patterns for the component.\nPatterns that were provided by getDocsDevPatterns, getTestsDevPatterns will be considered as dev files as well, without need to add them here.",
|
25282
|
+
"tags": []
|
25009
25283
|
}
|
25010
25284
|
}
|
25011
25285
|
],
|
@@ -25017,7 +25291,8 @@
|
|
25017
25291
|
"character": 1
|
25018
25292
|
},
|
25019
25293
|
"raw": "/**\n * add a custom type and include all properties from within the environment.\n */",
|
25020
|
-
"comment": "add a custom type and include all properties from within the environment."
|
25294
|
+
"comment": "add a custom type and include all properties from within the environment.",
|
25295
|
+
"tags": []
|
25021
25296
|
}
|
25022
25297
|
}
|
25023
25298
|
}
|
@@ -25062,7 +25337,8 @@
|
|
25062
25337
|
"character": 3
|
25063
25338
|
},
|
25064
25339
|
"raw": "/**\n * Returns a paths to a function which mounts a given component to DOM\n * Required for `bit start` & `bit build`\n */",
|
25065
|
-
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`"
|
25340
|
+
"comment": "Returns a paths to a function which mounts a given component to DOM\nRequired for `bit start` & `bit build`",
|
25341
|
+
"tags": []
|
25066
25342
|
}
|
25067
25343
|
},
|
25068
25344
|
{
|
@@ -25104,7 +25380,8 @@
|
|
25104
25380
|
"character": 3
|
25105
25381
|
},
|
25106
25382
|
"raw": "/**\n * Returns a path to a docs template.\n * Required for `bit start` & `bit build`\n */",
|
25107
|
-
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`"
|
25383
|
+
"comment": "Returns a path to a docs template.\nRequired for `bit start` & `bit build`",
|
25384
|
+
"tags": []
|
25108
25385
|
}
|
25109
25386
|
},
|
25110
25387
|
{
|
@@ -25220,7 +25497,8 @@
|
|
25220
25497
|
"character": 3
|
25221
25498
|
},
|
25222
25499
|
"raw": "/**\n * Returns a bundler for the preview.\n * Required for `bit build` & `bit start`\n */",
|
25223
|
-
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`"
|
25500
|
+
"comment": "Returns a bundler for the preview.\nRequired for `bit build` & `bit start`",
|
25501
|
+
"tags": []
|
25224
25502
|
}
|
25225
25503
|
},
|
25226
25504
|
{
|
@@ -25269,7 +25547,8 @@
|
|
25269
25547
|
"character": 3
|
25270
25548
|
},
|
25271
25549
|
"raw": "/**\n * Returns preview config like the strategy name to use when bundling the components for the preview\n */",
|
25272
|
-
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview"
|
25550
|
+
"comment": "Returns preview config like the strategy name to use when bundling the components for the preview",
|
25551
|
+
"tags": []
|
25273
25552
|
}
|
25274
25553
|
},
|
25275
25554
|
{
|
@@ -25385,7 +25664,8 @@
|
|
25385
25664
|
"character": 3
|
25386
25665
|
},
|
25387
25666
|
"raw": "/**\n * Returns a bundler for the env template.\n * this bundler will be used to bundle the docs/compositions (or other preview) apps\n * Required for `bit build` & `bit tag`\n */",
|
25388
|
-
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`"
|
25667
|
+
"comment": "Returns a bundler for the env template.\nthis bundler will be used to bundle the docs/compositions (or other preview) apps\nRequired for `bit build` & `bit tag`",
|
25668
|
+
"tags": []
|
25389
25669
|
}
|
25390
25670
|
}
|
25391
25671
|
]
|
@@ -25745,7 +26025,8 @@
|
|
25745
26025
|
"character": 1
|
25746
26026
|
},
|
25747
26027
|
"raw": "/**\n * definition of the service handler.\n */",
|
25748
|
-
"comment": "definition of the service handler."
|
26028
|
+
"comment": "definition of the service handler.",
|
26029
|
+
"tags": []
|
25749
26030
|
},
|
25750
26031
|
"signature": "type ServiceHandlerFactory<T> = (context: ServiceHandlerContext) => ServiceHandler & T",
|
25751
26032
|
"name": "ServiceHandlerFactory",
|
@@ -25918,7 +26199,8 @@
|
|
25918
26199
|
"character": 3
|
25919
26200
|
},
|
25920
26201
|
"raw": "/**\n * name of the service. e.g. 'typescript-compiler'\n */",
|
25921
|
-
"comment": "name of the service. e.g. 'typescript-compiler'"
|
26202
|
+
"comment": "name of the service. e.g. 'typescript-compiler'",
|
26203
|
+
"tags": []
|
25922
26204
|
},
|
25923
26205
|
"signature": "(property) ServiceHandler.name?: string | undefined",
|
25924
26206
|
"name": "name",
|
@@ -25948,7 +26230,8 @@
|
|
25948
26230
|
"character": 3
|
25949
26231
|
},
|
25950
26232
|
"raw": "/**\n * version of the service. optional.\n */",
|
25951
|
-
"comment": "version of the service. optional."
|
26233
|
+
"comment": "version of the service. optional.",
|
26234
|
+
"tags": []
|
25952
26235
|
},
|
25953
26236
|
"signature": "(property) ServiceHandler.version?: (() => string) | undefined",
|
25954
26237
|
"name": "version",
|
@@ -26204,7 +26487,8 @@
|
|
26204
26487
|
"character": 1
|
26205
26488
|
},
|
26206
26489
|
"raw": "/**\n * env runtime is an instance which represent the given env in a\n */",
|
26207
|
-
"comment": "env runtime is an instance which represent the given env in a"
|
26490
|
+
"comment": "env runtime is an instance which represent the given env in a",
|
26491
|
+
"tags": []
|
26208
26492
|
},
|
26209
26493
|
"signature": "class EnvRuntime",
|
26210
26494
|
"name": "EnvRuntime",
|
@@ -27315,7 +27599,8 @@
|
|
27315
27599
|
"character": 3
|
27316
27600
|
},
|
27317
27601
|
"raw": "/**\n * Ids of envs (not neccesrraly loaded successfully)\n */",
|
27318
|
-
"comment": "Ids of envs (not neccesrraly loaded successfully)"
|
27602
|
+
"comment": "Ids of envs (not neccesrraly loaded successfully)",
|
27603
|
+
"tags": []
|
27319
27604
|
},
|
27320
27605
|
"signature": "(property) EnvsMain.envIds: Set<string>",
|
27321
27606
|
"name": "envIds",
|
@@ -27367,7 +27652,8 @@
|
|
27367
27652
|
"character": 3
|
27368
27653
|
},
|
27369
27654
|
"raw": "/**\n * icon of the extension.\n */",
|
27370
|
-
"comment": "icon of the extension."
|
27655
|
+
"comment": "icon of the extension.",
|
27656
|
+
"tags": []
|
27371
27657
|
},
|
27372
27658
|
"signature": "(method) EnvsMain.icon(): string",
|
27373
27659
|
"name": "icon",
|
@@ -27625,7 +27911,8 @@
|
|
27625
27911
|
"character": 3
|
27626
27912
|
},
|
27627
27913
|
"raw": "/**\n * creates a new runtime environments for a set of components.\n */",
|
27628
|
-
"comment": "creates a new runtime environments for a set of components."
|
27914
|
+
"comment": "creates a new runtime environments for a set of components.",
|
27915
|
+
"tags": []
|
27629
27916
|
},
|
27630
27917
|
"signature": "(method) EnvsMain.createEnvironment(components: Component[]): Promise<Runtime>",
|
27631
27918
|
"name": "createEnvironment",
|
@@ -27703,6 +27990,7 @@
|
|
27703
27990
|
"character": 3
|
27704
27991
|
},
|
27705
27992
|
"raw": "/**\n *\n * @param id\n */",
|
27993
|
+
"comment": "",
|
27706
27994
|
"tags": [
|
27707
27995
|
{
|
27708
27996
|
"__schema": "PropertyLikeTagSchema",
|
@@ -27850,7 +28138,8 @@
|
|
27850
28138
|
"character": 3
|
27851
28139
|
},
|
27852
28140
|
"raw": "/**\n * get the configured default env.\n */",
|
27853
|
-
"comment": "get the configured default env."
|
28141
|
+
"comment": "get the configured default env.",
|
28142
|
+
"tags": []
|
27854
28143
|
},
|
27855
28144
|
"signature": "(method) EnvsMain.getDefaultEnv(): EnvDefinition",
|
27856
28145
|
"name": "getDefaultEnv",
|
@@ -27910,7 +28199,8 @@
|
|
27910
28199
|
"character": 3
|
27911
28200
|
},
|
27912
28201
|
"raw": "/**\n * compose a new environment from a list of environment transformers.\n */",
|
27913
|
-
"comment": "compose a new environment from a list of environment transformers."
|
28202
|
+
"comment": "compose a new environment from a list of environment transformers.",
|
28203
|
+
"tags": []
|
27914
28204
|
},
|
27915
28205
|
"signature": "(method) EnvsMain.compose(targetEnv: Environment, envTransformers: EnvTransformer[]): Environment",
|
27916
28206
|
"name": "compose",
|
@@ -27992,7 +28282,8 @@
|
|
27992
28282
|
"character": 3
|
27993
28283
|
},
|
27994
28284
|
"raw": "/**\n * create an env transformer which overrides specific env properties.\n */",
|
27995
|
-
"comment": "create an env transformer which overrides specific env properties."
|
28285
|
+
"comment": "create an env transformer which overrides specific env properties.",
|
28286
|
+
"tags": []
|
27996
28287
|
},
|
27997
28288
|
"signature": "(method) EnvsMain.override(propsToOverride: Environment): EnvTransformer",
|
27998
28289
|
"name": "override",
|
@@ -28045,7 +28336,8 @@
|
|
28045
28336
|
"character": 3
|
28046
28337
|
},
|
28047
28338
|
"raw": "/**\n * compose two environments into one.\n */",
|
28048
|
-
"comment": "compose two environments into one."
|
28339
|
+
"comment": "compose two environments into one.",
|
28340
|
+
"tags": []
|
28049
28341
|
},
|
28050
28342
|
"signature": "(method) EnvsMain.merge<T extends Environment, S extends Environment>(targetEnv: Environment, sourceEnv: Environment): T & S",
|
28051
28343
|
"name": "merge",
|
@@ -28669,7 +28961,8 @@
|
|
28669
28961
|
"character": 3
|
28670
28962
|
},
|
28671
28963
|
"raw": "/**\n * get the env id of the given component.\n */",
|
28672
|
-
"comment": "get the env id of the given component."
|
28964
|
+
"comment": "get the env id of the given component.",
|
28965
|
+
"tags": []
|
28673
28966
|
},
|
28674
28967
|
"signature": "(method) EnvsMain.getEnvId(component: Component): string",
|
28675
28968
|
"name": "getEnvId",
|
@@ -28813,7 +29106,8 @@
|
|
28813
29106
|
"character": 3
|
28814
29107
|
},
|
28815
29108
|
"raw": "/**\n * get the env of the given component.\n * In case you are asking for the env during on load you should use calculateEnv instead\n */",
|
28816
|
-
"comment": "get the env of the given component.\nIn case you are asking for the env during on load you should use calculateEnv instead"
|
29109
|
+
"comment": "get the env of the given component.\nIn case you are asking for the env during on load you should use calculateEnv instead",
|
29110
|
+
"tags": []
|
28817
29111
|
},
|
28818
29112
|
"signature": "(method) EnvsMain.getEnv(component: Component): EnvDefinition",
|
28819
29113
|
"name": "getEnv",
|
@@ -28869,7 +29163,8 @@
|
|
28869
29163
|
"character": 3
|
28870
29164
|
},
|
28871
29165
|
"raw": "/**\n * get the env component of the given component.\n */",
|
28872
|
-
"comment": "get the env component of the given component."
|
29166
|
+
"comment": "get the env component of the given component.",
|
29167
|
+
"tags": []
|
28873
29168
|
},
|
28874
29169
|
"signature": "(method) EnvsMain.getEnvComponent(component: Component): Promise<Component>",
|
28875
29170
|
"name": "getEnvComponent",
|
@@ -28942,7 +29237,8 @@
|
|
28942
29237
|
"character": 3
|
28943
29238
|
},
|
28944
29239
|
"raw": "/**\n * get the env component by the env id.\n */",
|
28945
|
-
"comment": "get the env component by the env id."
|
29240
|
+
"comment": "get the env component by the env id.",
|
29241
|
+
"tags": []
|
28946
29242
|
},
|
28947
29243
|
"signature": "(method) EnvsMain.getEnvComponentByEnvId(envId: string, requesting?: string): Promise<Component>",
|
28948
29244
|
"name": "getEnvComponentByEnvId",
|
@@ -29031,7 +29327,8 @@
|
|
29031
29327
|
"character": 3
|
29032
29328
|
},
|
29033
29329
|
"raw": "/**\n * get the env of the given component.\n * This will try to use the regular getEnv but fallback to the calculate env (in case you are using it during on load)\n * This is safe to be used on onLoad as well\n */",
|
29034
|
-
"comment": "get the env of the given component.\nThis will try to use the regular getEnv but fallback to the calculate env (in case you are using it during on load)\nThis is safe to be used on onLoad as well"
|
29330
|
+
"comment": "get the env of the given component.\nThis will try to use the regular getEnv but fallback to the calculate env (in case you are using it during on load)\nThis is safe to be used on onLoad as well",
|
29331
|
+
"tags": []
|
29035
29332
|
},
|
29036
29333
|
"signature": "(method) EnvsMain.getOrCalculateEnv(component: Component): EnvDefinition",
|
29037
29334
|
"name": "getOrCalculateEnv",
|
@@ -29087,7 +29384,8 @@
|
|
29087
29384
|
"character": 3
|
29088
29385
|
},
|
29089
29386
|
"raw": "/**\n * get an environment Descriptor.\n */",
|
29090
|
-
"comment": "get an environment Descriptor."
|
29387
|
+
"comment": "get an environment Descriptor.",
|
29388
|
+
"tags": []
|
29091
29389
|
},
|
29092
29390
|
"signature": "(method) EnvsMain.getDescriptor(component: Component): Descriptor | undefined",
|
29093
29391
|
"name": "getDescriptor",
|
@@ -29328,7 +29626,8 @@
|
|
29328
29626
|
"character": 3
|
29329
29627
|
},
|
29330
29628
|
"raw": "/**\n * This used to calculate the actual env during the component load.\n * Do not use it to get the env (use getEnv instead)\n * This should be used only during on load\n */",
|
29331
|
-
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load"
|
29629
|
+
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load",
|
29630
|
+
"tags": []
|
29332
29631
|
},
|
29333
29632
|
"signature": "(method) EnvsMain.calculateEnvId(component: Component): Promise<ComponentID>",
|
29334
29633
|
"name": "calculateEnvId",
|
@@ -29402,7 +29701,8 @@
|
|
29402
29701
|
"character": 3
|
29403
29702
|
},
|
29404
29703
|
"raw": "/**\n * This used to calculate the actual env during the component load.\n * Do not use it to get the env (use getEnv instead)\n * This should be used only during on load\n */",
|
29405
|
-
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load"
|
29704
|
+
"comment": "This used to calculate the actual env during the component load.\nDo not use it to get the env (use getEnv instead)\nThis should be used only during on load",
|
29705
|
+
"tags": []
|
29406
29706
|
},
|
29407
29707
|
"signature": "(method) EnvsMain.calculateEnv(component: Component, opts?: GetCalcEnvOptions): EnvDefinition",
|
29408
29708
|
"name": "calculateEnv",
|
@@ -29480,7 +29780,8 @@
|
|
29480
29780
|
"character": 3
|
29481
29781
|
},
|
29482
29782
|
"raw": "/**\n * an env can be configured on a component in two ways:\n * 1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n * 2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n *\n * this method returns #1 if exists, otherwise, #2.\n */",
|
29483
|
-
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns #1 if exists, otherwise, #2."
|
29783
|
+
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns #1 if exists, otherwise, #2.",
|
29784
|
+
"tags": []
|
29484
29785
|
},
|
29485
29786
|
"signature": "(method) EnvsMain.getAllEnvsConfiguredOnComponent(component: Component): EnvDefinition[]",
|
29486
29787
|
"name": "getAllEnvsConfiguredOnComponent",
|
@@ -29544,7 +29845,8 @@
|
|
29544
29845
|
"character": 3
|
29545
29846
|
},
|
29546
29847
|
"raw": "/**\n * whether a component has an env configured (either by variant or .bitmap).\n */",
|
29547
|
-
"comment": "whether a component has an env configured (either by variant or .bitmap)."
|
29848
|
+
"comment": "whether a component has an env configured (either by variant or .bitmap).",
|
29849
|
+
"tags": []
|
29548
29850
|
},
|
29549
29851
|
"signature": "(method) EnvsMain.hasEnvConfigured(component: Component): boolean",
|
29550
29852
|
"name": "hasEnvConfigured",
|
@@ -29681,7 +29983,8 @@
|
|
29681
29983
|
"character": 3
|
29682
29984
|
},
|
29683
29985
|
"raw": "/**\n * an env can be configured on a component in two ways:\n * 1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n * 2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n *\n * this method returns only #1\n */",
|
29684
|
-
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #1"
|
29986
|
+
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #1",
|
29987
|
+
"tags": []
|
29685
29988
|
},
|
29686
29989
|
"signature": "(method) EnvsMain.getEnvFromEnvsConfig(component: Component): EnvDefinition | undefined",
|
29687
29990
|
"name": "getEnvFromEnvsConfig",
|
@@ -29756,7 +30059,8 @@
|
|
29756
30059
|
"character": 3
|
29757
30060
|
},
|
29758
30061
|
"raw": "/**\n * an env can be configured on a component in two ways:\n * 1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n * 2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n *\n * this method returns only #2\n */",
|
29759
|
-
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #2"
|
30062
|
+
"comment": "an env can be configured on a component in two ways:\n1) explicitly inside \"teambit.envs/envs\". `{ \"teambit.envs/envs\": { \"env\": \"my-env\" } }`\n2) the env aspect is set on the variant as any other aspect, e.g. `{ \"my-env\": {} }`\n\nthis method returns only #2",
|
30063
|
+
"tags": []
|
29760
30064
|
},
|
29761
30065
|
"signature": "(method) EnvsMain.getEnvsNotFromEnvsConfig(component: Component): EnvDefinition[]",
|
29762
30066
|
"name": "getEnvsNotFromEnvsConfig",
|
@@ -29882,6 +30186,7 @@
|
|
29882
30186
|
"character": 3
|
29883
30187
|
},
|
29884
30188
|
"raw": "/**\n * @deprecated DO NOT USE THIS METHOD ANYMORE!!! (PLEASE USE .calculateEnvId() instead!)\n */",
|
30189
|
+
"comment": "",
|
29885
30190
|
"tags": [
|
29886
30191
|
{
|
29887
30192
|
"__schema": "TagSchema",
|
@@ -29959,6 +30264,7 @@
|
|
29959
30264
|
"character": 3
|
29960
30265
|
},
|
29961
30266
|
"raw": "/**\n * @deprecated DO NOT USE THIS METHOD ANYMORE!!! (PLEASE USE .calculateEnv() instead!)\n */",
|
30267
|
+
"comment": "",
|
29962
30268
|
"tags": [
|
29963
30269
|
{
|
29964
30270
|
"__schema": "TagSchema",
|
@@ -30342,7 +30648,8 @@
|
|
30342
30648
|
"character": 3
|
30343
30649
|
},
|
30344
30650
|
"raw": "/**\n * Return the env definition of teambit.envs/env\n */",
|
30345
|
-
"comment": "Return the env definition of teambit.envs/env"
|
30651
|
+
"comment": "Return the env definition of teambit.envs/env",
|
30652
|
+
"tags": []
|
30346
30653
|
},
|
30347
30654
|
"signature": "(method) EnvsMain.getEnvsEnvDefinition(): EnvDefinition",
|
30348
30655
|
"name": "getEnvsEnvDefinition",
|
@@ -30373,7 +30680,8 @@
|
|
30373
30680
|
"character": 3
|
30374
30681
|
},
|
30375
30682
|
"raw": "/**\n * determines whether an env is registered.\n */",
|
30376
|
-
"comment": "determines whether an env is registered."
|
30683
|
+
"comment": "determines whether an env is registered.",
|
30684
|
+
"tags": []
|
30377
30685
|
},
|
30378
30686
|
"signature": "(method) EnvsMain.isEnvRegistered(id: string): boolean",
|
30379
30687
|
"name": "isEnvRegistered",
|
@@ -30596,7 +30904,8 @@
|
|
30596
30904
|
"character": 3
|
30597
30905
|
},
|
30598
30906
|
"raw": "/**\n * register a new environment service.\n */",
|
30599
|
-
"comment": "register a new environment service."
|
30907
|
+
"comment": "register a new environment service.",
|
30908
|
+
"tags": []
|
30600
30909
|
},
|
30601
30910
|
"signature": "(method) EnvsMain.registerService(...envServices: EnvService<any>[]): this",
|
30602
30911
|
"name": "registerService",
|
@@ -30667,7 +30976,8 @@
|
|
30667
30976
|
"character": 3
|
30668
30977
|
},
|
30669
30978
|
"raw": "/**\n * get list of services enabled on an env.\n */",
|
30670
|
-
"comment": "get list of services enabled on an env."
|
30979
|
+
"comment": "get list of services enabled on an env.",
|
30980
|
+
"tags": []
|
30671
30981
|
},
|
30672
30982
|
"signature": "(method) EnvsMain.getServices(env: EnvDefinition): EnvServiceList",
|
30673
30983
|
"name": "getServices",
|
@@ -30792,7 +31102,8 @@
|
|
30792
31102
|
"character": 3
|
30793
31103
|
},
|
30794
31104
|
"raw": "/**\n * register an environment.\n */",
|
30795
|
-
"comment": "register an environment."
|
31105
|
+
"comment": "register an environment.",
|
31106
|
+
"tags": []
|
30796
31107
|
},
|
30797
31108
|
"signature": "(method) EnvsMain.registerEnv(env: Environment): void",
|
30798
31109
|
"name": "registerEnv",
|
@@ -30845,7 +31156,8 @@
|
|
30845
31156
|
"character": 3
|
30846
31157
|
},
|
30847
31158
|
"raw": "/**\n * register an env.jsonc merge customizer.\n */",
|
30848
|
-
"comment": "register an env.jsonc merge customizer."
|
31159
|
+
"comment": "register an env.jsonc merge customizer.",
|
31160
|
+
"tags": []
|
30849
31161
|
},
|
30850
31162
|
"signature": "(method) EnvsMain.registerEnvJsoncMergeCustomizer(customizer: EnvJsoncMergeCustomizer): void",
|
30851
31163
|
"name": "registerEnvJsoncMergeCustomizer",
|
@@ -31502,7 +31814,8 @@
|
|
31502
31814
|
"character": 3
|
31503
31815
|
},
|
31504
31816
|
"raw": "/**\n * if only one error is found, throw it. otherwise, summarize the errors per env and throw the\n * output\n */",
|
31505
|
-
"comment": "if only one error is found, throw it. otherwise, summarize the errors per env and throw the\noutput"
|
31817
|
+
"comment": "if only one error is found, throw it. otherwise, summarize the errors per env and throw the\noutput",
|
31818
|
+
"tags": []
|
31506
31819
|
},
|
31507
31820
|
"signature": "(method) EnvsExecutionResult<T extends ServiceExecutionResult>.throwErrorsIfExist(): void",
|
31508
31821
|
"name": "throwErrorsIfExist",
|
@@ -31605,7 +31918,8 @@
|
|
31605
31918
|
"character": 1
|
31606
31919
|
},
|
31607
31920
|
"raw": "/**\n * API for component development environment.\n */",
|
31608
|
-
"comment": "API for component development environment."
|
31921
|
+
"comment": "API for component development environment.",
|
31922
|
+
"tags": []
|
31609
31923
|
},
|
31610
31924
|
"signature": "class EnvDefinition",
|
31611
31925
|
"name": "EnvDefinition",
|
@@ -31762,7 +32076,7 @@
|
|
31762
32076
|
"componentId": {
|
31763
32077
|
"scope": "teambit.envs",
|
31764
32078
|
"name": "envs",
|
31765
|
-
"version": "1.0.
|
32079
|
+
"version": "1.0.311"
|
31766
32080
|
},
|
31767
32081
|
"taggedModuleExports": []
|
31768
32082
|
}
|