@teambit/generator 1.0.229 → 1.0.231
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_generator_generator-preview.js +1 -1
- package/artifacts/schema.json +501 -118
- package/dist/component-generator.d.ts +56 -0
- package/dist/component-template.d.ts +130 -0
- package/dist/create.cmd.d.ts +35 -0
- package/dist/exceptions/workspace-path-exists.d.ts +5 -0
- package/dist/generator-env-type.d.ts +13 -0
- package/dist/generator.aspect.d.ts +2 -0
- package/dist/generator.composition.d.ts +1 -0
- package/dist/generator.graphql.d.ts +7 -0
- package/dist/generator.main.runtime.d.ts +173 -0
- package/dist/generator.service.d.ts +12 -0
- package/dist/index.d.ts +8 -0
- package/dist/new.cmd.d.ts +28 -0
- package/dist/{preview-1712805335812.js → preview-1712891953391.js} +2 -2
- package/dist/starter-list.d.ts +13 -0
- package/dist/starter.plugin.d.ts +9 -0
- package/dist/template-list.d.ts +13 -0
- package/dist/templates/basic/basic.starter.d.ts +3 -0
- package/dist/templates/basic/index.d.ts +1 -0
- package/dist/templates/basic/template/files/package-json.d.ts +1 -0
- package/dist/templates/basic/template/files/workspace-config.d.ts +2 -0
- package/dist/templates/component-generator/files/component-template-files/component.d.ts +1 -0
- package/dist/templates/component-generator/files/component-template-files/composition.d.ts +1 -0
- package/dist/templates/component-generator/files/component-template-files/index-file.d.ts +1 -0
- package/dist/templates/component-generator/files/component-template-files/test.d.ts +1 -0
- package/dist/templates/component-generator/files/component-template.d.ts +2 -0
- package/dist/templates/component-generator/files/index.d.ts +2 -0
- package/dist/templates/component-generator/index.d.ts +2 -0
- package/dist/templates/component-generator-standalone/files/aspect-file.d.ts +2 -0
- package/dist/templates/component-generator-standalone/files/docs-file.d.ts +1 -0
- package/dist/templates/component-generator-standalone/files/index.d.ts +2 -0
- package/dist/templates/component-generator-standalone/files/main-runtime.d.ts +2 -0
- package/dist/templates/component-generator-standalone/index.d.ts +2 -0
- package/dist/templates/index.d.ts +4 -0
- package/dist/templates/starter/files/doc-file.d.ts +2 -0
- package/dist/templates/starter/files/generate-files.d.ts +1 -0
- package/dist/templates/starter/files/git-ignore-tpl.d.ts +1 -0
- package/dist/templates/starter/files/index.d.ts +2 -0
- package/dist/templates/starter/files/starter.d.ts +2 -0
- package/dist/templates/starter/files/workspace-config-tpl.d.ts +1 -0
- package/dist/templates/starter/index.d.ts +2 -0
- package/dist/templates/starter-standalone/files/doc-file.d.ts +2 -0
- package/dist/templates/starter-standalone/files/git-ignore-tpl.d.ts +1 -0
- package/dist/templates/starter-standalone/files/index.d.ts +2 -0
- package/dist/templates/starter-standalone/files/starter.d.ts +2 -0
- package/dist/templates/starter-standalone/files/workspace-config-tpl.d.ts +1 -0
- package/dist/templates/starter-standalone/index.d.ts +2 -0
- package/dist/templates.cmd.d.ts +18 -0
- package/dist/types.d.ts +3 -0
- package/dist/workspace-generator.d.ts +43 -0
- package/dist/workspace-template.d.ts +156 -0
- package/package.json +22 -22
- package/tsconfig.json +1 -58
package/artifacts/schema.json
CHANGED
@@ -48,7 +48,8 @@
|
|
48
48
|
"line": 80,
|
49
49
|
"character": 36
|
50
50
|
},
|
51
|
-
"name": "ComponentTemplateSlot"
|
51
|
+
"name": "ComponentTemplateSlot",
|
52
|
+
"internalFilePath": "generator.main.runtime.ts"
|
52
53
|
},
|
53
54
|
"isOptional": false,
|
54
55
|
"isSpread": false
|
@@ -68,7 +69,8 @@
|
|
68
69
|
"line": 81,
|
69
70
|
"character": 36
|
70
71
|
},
|
71
|
-
"name": "WorkspaceTemplateSlot"
|
72
|
+
"name": "WorkspaceTemplateSlot",
|
73
|
+
"internalFilePath": "generator.main.runtime.ts"
|
72
74
|
},
|
73
75
|
"isOptional": false,
|
74
76
|
"isSpread": false
|
@@ -88,7 +90,8 @@
|
|
88
90
|
"line": 82,
|
89
91
|
"character": 36
|
90
92
|
},
|
91
|
-
"name": "OnComponentCreateSlot"
|
93
|
+
"name": "OnComponentCreateSlot",
|
94
|
+
"internalFilePath": "generator.main.runtime.ts"
|
92
95
|
},
|
93
96
|
"isOptional": false,
|
94
97
|
"isSpread": false
|
@@ -108,7 +111,8 @@
|
|
108
111
|
"line": 83,
|
109
112
|
"character": 21
|
110
113
|
},
|
111
|
-
"name": "GeneratorConfig"
|
114
|
+
"name": "GeneratorConfig",
|
115
|
+
"internalFilePath": "generator.main.runtime.ts"
|
112
116
|
},
|
113
117
|
"isOptional": false,
|
114
118
|
"isSpread": false
|
@@ -128,7 +132,11 @@
|
|
128
132
|
"line": 84,
|
129
133
|
"character": 24
|
130
134
|
},
|
131
|
-
"name": "Workspace"
|
135
|
+
"name": "Workspace",
|
136
|
+
"componentId": {
|
137
|
+
"scope": "teambit.workspace",
|
138
|
+
"name": "workspace"
|
139
|
+
}
|
132
140
|
},
|
133
141
|
"isOptional": false,
|
134
142
|
"isSpread": false
|
@@ -148,7 +156,11 @@
|
|
148
156
|
"line": 85,
|
149
157
|
"character": 19
|
150
158
|
},
|
151
|
-
"name": "EnvsMain"
|
159
|
+
"name": "EnvsMain",
|
160
|
+
"componentId": {
|
161
|
+
"scope": "teambit.envs",
|
162
|
+
"name": "envs"
|
163
|
+
}
|
152
164
|
},
|
153
165
|
"isOptional": false,
|
154
166
|
"isSpread": false
|
@@ -168,7 +180,11 @@
|
|
168
180
|
"line": 86,
|
169
181
|
"character": 27
|
170
182
|
},
|
171
|
-
"name": "AspectLoaderMain"
|
183
|
+
"name": "AspectLoaderMain",
|
184
|
+
"componentId": {
|
185
|
+
"scope": "teambit.harmony",
|
186
|
+
"name": "aspect-loader"
|
187
|
+
}
|
172
188
|
},
|
173
189
|
"isOptional": false,
|
174
190
|
"isSpread": false
|
@@ -188,7 +204,11 @@
|
|
188
204
|
"line": 87,
|
189
205
|
"character": 33
|
190
206
|
},
|
191
|
-
"name": "NewComponentHelperMain"
|
207
|
+
"name": "NewComponentHelperMain",
|
208
|
+
"componentId": {
|
209
|
+
"scope": "teambit.component",
|
210
|
+
"name": "new-component-helper"
|
211
|
+
}
|
192
212
|
},
|
193
213
|
"isOptional": false,
|
194
214
|
"isSpread": false
|
@@ -208,7 +228,11 @@
|
|
208
228
|
"line": 88,
|
209
229
|
"character": 30
|
210
230
|
},
|
211
|
-
"name": "ComponentMain"
|
231
|
+
"name": "ComponentMain",
|
232
|
+
"componentId": {
|
233
|
+
"scope": "teambit.component",
|
234
|
+
"name": "component"
|
235
|
+
}
|
212
236
|
},
|
213
237
|
"isOptional": false,
|
214
238
|
"isSpread": false
|
@@ -228,7 +252,11 @@
|
|
228
252
|
"line": 89,
|
229
253
|
"character": 22
|
230
254
|
},
|
231
|
-
"name": "TrackerMain"
|
255
|
+
"name": "TrackerMain",
|
256
|
+
"componentId": {
|
257
|
+
"scope": "teambit.component",
|
258
|
+
"name": "tracker"
|
259
|
+
}
|
232
260
|
},
|
233
261
|
"isOptional": false,
|
234
262
|
"isSpread": false
|
@@ -248,7 +276,11 @@
|
|
248
276
|
"line": 90,
|
249
277
|
"character": 21
|
250
278
|
},
|
251
|
-
"name": "Logger"
|
279
|
+
"name": "Logger",
|
280
|
+
"componentId": {
|
281
|
+
"scope": "teambit.harmony",
|
282
|
+
"name": "logger"
|
283
|
+
}
|
252
284
|
},
|
253
285
|
"isOptional": false,
|
254
286
|
"isSpread": false
|
@@ -268,7 +300,11 @@
|
|
268
300
|
"line": 91,
|
269
301
|
"character": 18
|
270
302
|
},
|
271
|
-
"name": "GitMain"
|
303
|
+
"name": "GitMain",
|
304
|
+
"componentId": {
|
305
|
+
"scope": "teambit.git",
|
306
|
+
"name": "git"
|
307
|
+
}
|
272
308
|
},
|
273
309
|
"isOptional": false,
|
274
310
|
"isSpread": false
|
@@ -288,7 +324,11 @@
|
|
288
324
|
"line": 92,
|
289
325
|
"character": 28
|
290
326
|
},
|
291
|
-
"name": "WorkspaceConfigFilesMain"
|
327
|
+
"name": "WorkspaceConfigFilesMain",
|
328
|
+
"componentId": {
|
329
|
+
"scope": "teambit.workspace",
|
330
|
+
"name": "workspace-config-files"
|
331
|
+
}
|
292
332
|
},
|
293
333
|
"isOptional": false,
|
294
334
|
"isSpread": false
|
@@ -450,7 +490,8 @@
|
|
450
490
|
"line": 111,
|
451
491
|
"character": 33
|
452
492
|
},
|
453
|
-
"name": "OnComponentCreateFn"
|
493
|
+
"name": "OnComponentCreateFn",
|
494
|
+
"internalFilePath": "component-generator.ts"
|
454
495
|
},
|
455
496
|
"isOptional": false,
|
456
497
|
"isSpread": false
|
@@ -575,7 +616,8 @@
|
|
575
616
|
"line": 120,
|
576
617
|
"character": 70
|
577
618
|
},
|
578
|
-
"name": "TemplateDescriptor"
|
619
|
+
"name": "TemplateDescriptor",
|
620
|
+
"internalFilePath": "generator.main.runtime.ts"
|
579
621
|
}
|
580
622
|
}
|
581
623
|
]
|
@@ -680,7 +722,8 @@
|
|
680
722
|
"line": 144,
|
681
723
|
"character": 68
|
682
724
|
},
|
683
|
-
"name": "TemplateDescriptor"
|
725
|
+
"name": "TemplateDescriptor",
|
726
|
+
"internalFilePath": "generator.main.runtime.ts"
|
684
727
|
}
|
685
728
|
}
|
686
729
|
]
|
@@ -855,7 +898,8 @@
|
|
855
898
|
"line": 162,
|
856
899
|
"character": 72
|
857
900
|
},
|
858
|
-
"name": "ComponentTemplateWithId"
|
901
|
+
"name": "ComponentTemplateWithId",
|
902
|
+
"internalFilePath": "generator.main.runtime.ts"
|
859
903
|
},
|
860
904
|
{
|
861
905
|
"__schema": "KeywordTypeSchema",
|
@@ -988,7 +1032,11 @@
|
|
988
1032
|
"line": 216,
|
989
1033
|
"character": 64
|
990
1034
|
},
|
991
|
-
"name": "Component"
|
1035
|
+
"name": "Component",
|
1036
|
+
"componentId": {
|
1037
|
+
"scope": "teambit.component",
|
1038
|
+
"name": "component"
|
1039
|
+
}
|
992
1040
|
},
|
993
1041
|
"isOptional": true
|
994
1042
|
}
|
@@ -1198,7 +1246,11 @@
|
|
1198
1246
|
"line": 254,
|
1199
1247
|
"character": 63
|
1200
1248
|
},
|
1201
|
-
"name": "Component"
|
1249
|
+
"name": "Component",
|
1250
|
+
"componentId": {
|
1251
|
+
"scope": "teambit.component",
|
1252
|
+
"name": "component"
|
1253
|
+
}
|
1202
1254
|
},
|
1203
1255
|
"isOptional": true
|
1204
1256
|
}
|
@@ -1275,7 +1327,11 @@
|
|
1275
1327
|
"line": 277,
|
1276
1328
|
"character": 24
|
1277
1329
|
},
|
1278
|
-
"name": "EnvsMain"
|
1330
|
+
"name": "EnvsMain",
|
1331
|
+
"componentId": {
|
1332
|
+
"scope": "teambit.envs",
|
1333
|
+
"name": "envs"
|
1334
|
+
}
|
1279
1335
|
},
|
1280
1336
|
"isOptional": true,
|
1281
1337
|
"isSpread": false
|
@@ -1406,7 +1462,8 @@
|
|
1406
1462
|
"line": 298,
|
1407
1463
|
"character": 22
|
1408
1464
|
},
|
1409
|
-
"name": "CreateOptions"
|
1465
|
+
"name": "CreateOptions",
|
1466
|
+
"internalFilePath": "create.cmd.ts"
|
1410
1467
|
}
|
1411
1468
|
]
|
1412
1469
|
},
|
@@ -1519,7 +1576,8 @@
|
|
1519
1576
|
"line": 356,
|
1520
1577
|
"character": 14
|
1521
1578
|
},
|
1522
|
-
"name": "NewOptions"
|
1579
|
+
"name": "NewOptions",
|
1580
|
+
"internalFilePath": "new.cmd.ts"
|
1523
1581
|
},
|
1524
1582
|
{
|
1525
1583
|
"__schema": "TypeLiteralSchema",
|
@@ -1593,7 +1651,8 @@
|
|
1593
1651
|
"line": 357,
|
1594
1652
|
"character": 14
|
1595
1653
|
},
|
1596
|
-
"name": "GenerateWorkspaceTemplateResult"
|
1654
|
+
"name": "GenerateWorkspaceTemplateResult",
|
1655
|
+
"internalFilePath": "generator.main.runtime.ts"
|
1597
1656
|
}
|
1598
1657
|
]
|
1599
1658
|
},
|
@@ -1656,7 +1715,11 @@
|
|
1656
1715
|
"line": 423,
|
1657
1716
|
"character": 69
|
1658
1717
|
},
|
1659
|
-
"name": "EnvsMain"
|
1718
|
+
"name": "EnvsMain",
|
1719
|
+
"componentId": {
|
1720
|
+
"scope": "teambit.envs",
|
1721
|
+
"name": "envs"
|
1722
|
+
}
|
1660
1723
|
},
|
1661
1724
|
"isOptional": true,
|
1662
1725
|
"isSpread": false
|
@@ -1687,7 +1750,8 @@
|
|
1687
1750
|
"line": 423,
|
1688
1751
|
"character": 94
|
1689
1752
|
},
|
1690
|
-
"name": "WorkspaceTemplateWithId"
|
1753
|
+
"name": "WorkspaceTemplateWithId",
|
1754
|
+
"internalFilePath": "generator.main.runtime.ts"
|
1691
1755
|
}
|
1692
1756
|
]
|
1693
1757
|
}
|
@@ -1790,7 +1854,8 @@
|
|
1790
1854
|
"line": 444,
|
1791
1855
|
"character": 93
|
1792
1856
|
},
|
1793
|
-
"name": "TemplateDescriptor"
|
1857
|
+
"name": "TemplateDescriptor",
|
1858
|
+
"internalFilePath": "generator.main.runtime.ts"
|
1794
1859
|
}
|
1795
1860
|
}
|
1796
1861
|
]
|
@@ -1913,7 +1978,8 @@
|
|
1913
1978
|
"line": 462,
|
1914
1979
|
"character": 89
|
1915
1980
|
},
|
1916
|
-
"name": "ComponentTemplateWithId"
|
1981
|
+
"name": "ComponentTemplateWithId",
|
1982
|
+
"internalFilePath": "generator.main.runtime.ts"
|
1917
1983
|
}
|
1918
1984
|
]
|
1919
1985
|
}
|
@@ -1977,7 +2043,11 @@
|
|
1977
2043
|
"line": 489,
|
1978
2044
|
"character": 77
|
1979
2045
|
},
|
1980
|
-
"name": "EnvsMain"
|
2046
|
+
"name": "EnvsMain",
|
2047
|
+
"componentId": {
|
2048
|
+
"scope": "teambit.envs",
|
2049
|
+
"name": "envs"
|
2050
|
+
}
|
1981
2051
|
},
|
1982
2052
|
"isOptional": true,
|
1983
2053
|
"isSpread": false
|
@@ -2006,7 +2076,11 @@
|
|
2006
2076
|
"line": 489,
|
2007
2077
|
"character": 96
|
2008
2078
|
},
|
2009
|
-
"name": "EnvDefinition"
|
2079
|
+
"name": "EnvDefinition",
|
2080
|
+
"componentId": {
|
2081
|
+
"scope": "teambit.envs",
|
2082
|
+
"name": "envs"
|
2083
|
+
}
|
2010
2084
|
}
|
2011
2085
|
}
|
2012
2086
|
]
|
@@ -2134,7 +2208,11 @@
|
|
2134
2208
|
"line": 551,
|
2135
2209
|
"character": 7
|
2136
2210
|
},
|
2137
|
-
"name": "Workspace"
|
2211
|
+
"name": "Workspace",
|
2212
|
+
"componentId": {
|
2213
|
+
"scope": "teambit.workspace",
|
2214
|
+
"name": "workspace"
|
2215
|
+
}
|
2138
2216
|
},
|
2139
2217
|
{
|
2140
2218
|
"__schema": "TypeRefSchema",
|
@@ -2143,7 +2221,11 @@
|
|
2143
2221
|
"line": 552,
|
2144
2222
|
"character": 7
|
2145
2223
|
},
|
2146
|
-
"name": "CLIMain"
|
2224
|
+
"name": "CLIMain",
|
2225
|
+
"componentId": {
|
2226
|
+
"scope": "teambit.harmony",
|
2227
|
+
"name": "cli"
|
2228
|
+
}
|
2147
2229
|
},
|
2148
2230
|
{
|
2149
2231
|
"__schema": "TypeRefSchema",
|
@@ -2152,7 +2234,11 @@
|
|
2152
2234
|
"line": 553,
|
2153
2235
|
"character": 7
|
2154
2236
|
},
|
2155
|
-
"name": "GraphqlMain"
|
2237
|
+
"name": "GraphqlMain",
|
2238
|
+
"componentId": {
|
2239
|
+
"scope": "teambit.harmony",
|
2240
|
+
"name": "graphql"
|
2241
|
+
}
|
2156
2242
|
},
|
2157
2243
|
{
|
2158
2244
|
"__schema": "TypeRefSchema",
|
@@ -2161,7 +2247,11 @@
|
|
2161
2247
|
"line": 554,
|
2162
2248
|
"character": 7
|
2163
2249
|
},
|
2164
|
-
"name": "EnvsMain"
|
2250
|
+
"name": "EnvsMain",
|
2251
|
+
"componentId": {
|
2252
|
+
"scope": "teambit.envs",
|
2253
|
+
"name": "envs"
|
2254
|
+
}
|
2165
2255
|
},
|
2166
2256
|
{
|
2167
2257
|
"__schema": "TypeRefSchema",
|
@@ -2170,7 +2260,11 @@
|
|
2170
2260
|
"line": 555,
|
2171
2261
|
"character": 7
|
2172
2262
|
},
|
2173
|
-
"name": "AspectLoaderMain"
|
2263
|
+
"name": "AspectLoaderMain",
|
2264
|
+
"componentId": {
|
2265
|
+
"scope": "teambit.harmony",
|
2266
|
+
"name": "aspect-loader"
|
2267
|
+
}
|
2174
2268
|
},
|
2175
2269
|
{
|
2176
2270
|
"__schema": "TypeRefSchema",
|
@@ -2179,7 +2273,11 @@
|
|
2179
2273
|
"line": 556,
|
2180
2274
|
"character": 7
|
2181
2275
|
},
|
2182
|
-
"name": "NewComponentHelperMain"
|
2276
|
+
"name": "NewComponentHelperMain",
|
2277
|
+
"componentId": {
|
2278
|
+
"scope": "teambit.component",
|
2279
|
+
"name": "new-component-helper"
|
2280
|
+
}
|
2183
2281
|
},
|
2184
2282
|
{
|
2185
2283
|
"__schema": "TypeRefSchema",
|
@@ -2188,7 +2286,11 @@
|
|
2188
2286
|
"line": 557,
|
2189
2287
|
"character": 7
|
2190
2288
|
},
|
2191
|
-
"name": "ComponentMain"
|
2289
|
+
"name": "ComponentMain",
|
2290
|
+
"componentId": {
|
2291
|
+
"scope": "teambit.component",
|
2292
|
+
"name": "component"
|
2293
|
+
}
|
2192
2294
|
},
|
2193
2295
|
{
|
2194
2296
|
"__schema": "TypeRefSchema",
|
@@ -2197,7 +2299,11 @@
|
|
2197
2299
|
"line": 558,
|
2198
2300
|
"character": 7
|
2199
2301
|
},
|
2200
|
-
"name": "TrackerMain"
|
2302
|
+
"name": "TrackerMain",
|
2303
|
+
"componentId": {
|
2304
|
+
"scope": "teambit.component",
|
2305
|
+
"name": "tracker"
|
2306
|
+
}
|
2201
2307
|
},
|
2202
2308
|
{
|
2203
2309
|
"__schema": "TypeRefSchema",
|
@@ -2206,7 +2312,11 @@
|
|
2206
2312
|
"line": 559,
|
2207
2313
|
"character": 7
|
2208
2314
|
},
|
2209
|
-
"name": "LoggerMain"
|
2315
|
+
"name": "LoggerMain",
|
2316
|
+
"componentId": {
|
2317
|
+
"scope": "teambit.harmony",
|
2318
|
+
"name": "logger"
|
2319
|
+
}
|
2210
2320
|
},
|
2211
2321
|
{
|
2212
2322
|
"__schema": "TypeRefSchema",
|
@@ -2215,7 +2325,11 @@
|
|
2215
2325
|
"line": 560,
|
2216
2326
|
"character": 7
|
2217
2327
|
},
|
2218
|
-
"name": "GitMain"
|
2328
|
+
"name": "GitMain",
|
2329
|
+
"componentId": {
|
2330
|
+
"scope": "teambit.git",
|
2331
|
+
"name": "git"
|
2332
|
+
}
|
2219
2333
|
},
|
2220
2334
|
{
|
2221
2335
|
"__schema": "TypeRefSchema",
|
@@ -2224,7 +2338,11 @@
|
|
2224
2338
|
"line": 561,
|
2225
2339
|
"character": 7
|
2226
2340
|
},
|
2227
|
-
"name": "WorkspaceConfigFilesMain"
|
2341
|
+
"name": "WorkspaceConfigFilesMain",
|
2342
|
+
"componentId": {
|
2343
|
+
"scope": "teambit.workspace",
|
2344
|
+
"name": "workspace-config-files"
|
2345
|
+
}
|
2228
2346
|
}
|
2229
2347
|
]
|
2230
2348
|
},
|
@@ -2246,7 +2364,8 @@
|
|
2246
2364
|
"line": 563,
|
2247
2365
|
"character": 13
|
2248
2366
|
},
|
2249
|
-
"name": "GeneratorConfig"
|
2367
|
+
"name": "GeneratorConfig",
|
2368
|
+
"internalFilePath": "generator.main.runtime.ts"
|
2250
2369
|
},
|
2251
2370
|
"isOptional": false,
|
2252
2371
|
"isSpread": false
|
@@ -2274,7 +2393,8 @@
|
|
2274
2393
|
"line": 565,
|
2275
2394
|
"character": 7
|
2276
2395
|
},
|
2277
|
-
"name": "ComponentTemplateSlot"
|
2396
|
+
"name": "ComponentTemplateSlot",
|
2397
|
+
"internalFilePath": "generator.main.runtime.ts"
|
2278
2398
|
},
|
2279
2399
|
{
|
2280
2400
|
"__schema": "TypeRefSchema",
|
@@ -2283,7 +2403,8 @@
|
|
2283
2403
|
"line": 566,
|
2284
2404
|
"character": 7
|
2285
2405
|
},
|
2286
|
-
"name": "WorkspaceTemplateSlot"
|
2406
|
+
"name": "WorkspaceTemplateSlot",
|
2407
|
+
"internalFilePath": "generator.main.runtime.ts"
|
2287
2408
|
},
|
2288
2409
|
{
|
2289
2410
|
"__schema": "TypeRefSchema",
|
@@ -2292,7 +2413,8 @@
|
|
2292
2413
|
"line": 567,
|
2293
2414
|
"character": 7
|
2294
2415
|
},
|
2295
|
-
"name": "OnComponentCreateSlot"
|
2416
|
+
"name": "OnComponentCreateSlot",
|
2417
|
+
"internalFilePath": "generator.main.runtime.ts"
|
2296
2418
|
}
|
2297
2419
|
]
|
2298
2420
|
},
|
@@ -2344,7 +2466,8 @@
|
|
2344
2466
|
"line": 60,
|
2345
2467
|
"character": 32
|
2346
2468
|
},
|
2347
|
-
"name": "BaseComponentTemplateOptions"
|
2469
|
+
"name": "BaseComponentTemplateOptions",
|
2470
|
+
"internalFilePath": "component-template.ts"
|
2348
2471
|
}
|
2349
2472
|
},
|
2350
2473
|
{
|
@@ -3330,7 +3453,8 @@
|
|
3330
3453
|
"line": 51,
|
3331
3454
|
"character": 32
|
3332
3455
|
},
|
3333
|
-
"name": "BaseWorkspaceOptions"
|
3456
|
+
"name": "BaseWorkspaceOptions",
|
3457
|
+
"internalFilePath": "workspace-template.ts"
|
3334
3458
|
}
|
3335
3459
|
},
|
3336
3460
|
{
|
@@ -4925,6 +5049,10 @@
|
|
4925
5049
|
"character": 17
|
4926
5050
|
},
|
4927
5051
|
"name": "EnvHandler",
|
5052
|
+
"componentId": {
|
5053
|
+
"scope": "teambit.envs",
|
5054
|
+
"name": "envs"
|
5055
|
+
},
|
4928
5056
|
"typeArgs": [
|
4929
5057
|
{
|
4930
5058
|
"__schema": "TypeRefSchema",
|
@@ -4967,6 +5095,10 @@
|
|
4967
5095
|
"character": 15
|
4968
5096
|
},
|
4969
5097
|
"name": "EnvHandler",
|
5098
|
+
"componentId": {
|
5099
|
+
"scope": "teambit.envs",
|
5100
|
+
"name": "envs"
|
5101
|
+
},
|
4970
5102
|
"typeArgs": [
|
4971
5103
|
{
|
4972
5104
|
"__schema": "TypeRefSchema",
|
@@ -5073,6 +5205,10 @@
|
|
5073
5205
|
"character": 57
|
5074
5206
|
},
|
5075
5207
|
"name": "EnvHandler",
|
5208
|
+
"componentId": {
|
5209
|
+
"scope": "teambit.envs",
|
5210
|
+
"name": "envs"
|
5211
|
+
},
|
5076
5212
|
"typeArgs": [
|
5077
5213
|
{
|
5078
5214
|
"__schema": "TypeRefSchema",
|
@@ -5104,7 +5240,11 @@
|
|
5104
5240
|
"line": 9,
|
5105
5241
|
"character": 107
|
5106
5242
|
},
|
5107
|
-
"name": "EnvContext"
|
5243
|
+
"name": "EnvContext",
|
5244
|
+
"componentId": {
|
5245
|
+
"scope": "teambit.envs",
|
5246
|
+
"name": "envs"
|
5247
|
+
}
|
5108
5248
|
},
|
5109
5249
|
"isOptional": false,
|
5110
5250
|
"isSpread": false
|
@@ -5183,6 +5323,10 @@
|
|
5183
5323
|
"character": 26
|
5184
5324
|
},
|
5185
5325
|
"name": "EnvHandler",
|
5326
|
+
"componentId": {
|
5327
|
+
"scope": "teambit.envs",
|
5328
|
+
"name": "envs"
|
5329
|
+
},
|
5186
5330
|
"typeArgs": [
|
5187
5331
|
{
|
5188
5332
|
"__schema": "TypeRefSchema",
|
@@ -5214,7 +5358,8 @@
|
|
5214
5358
|
"line": 15,
|
5215
5359
|
"character": 68
|
5216
5360
|
},
|
5217
|
-
"name": "TemplateListOptions"
|
5361
|
+
"name": "TemplateListOptions",
|
5362
|
+
"internalFilePath": "template-list.ts"
|
5218
5363
|
},
|
5219
5364
|
"isOptional": true,
|
5220
5365
|
"defaultValue": "{}",
|
@@ -5301,6 +5446,10 @@
|
|
5301
5446
|
"character": 56
|
5302
5447
|
},
|
5303
5448
|
"name": "EnvHandler",
|
5449
|
+
"componentId": {
|
5450
|
+
"scope": "teambit.envs",
|
5451
|
+
"name": "envs"
|
5452
|
+
},
|
5304
5453
|
"typeArgs": [
|
5305
5454
|
{
|
5306
5455
|
"__schema": "TypeRefSchema",
|
@@ -5332,7 +5481,11 @@
|
|
5332
5481
|
"line": 9,
|
5333
5482
|
"character": 106
|
5334
5483
|
},
|
5335
|
-
"name": "EnvContext"
|
5484
|
+
"name": "EnvContext",
|
5485
|
+
"componentId": {
|
5486
|
+
"scope": "teambit.envs",
|
5487
|
+
"name": "envs"
|
5488
|
+
}
|
5336
5489
|
},
|
5337
5490
|
"isOptional": false,
|
5338
5491
|
"isSpread": false
|
@@ -5411,6 +5564,10 @@
|
|
5411
5564
|
"character": 25
|
5412
5565
|
},
|
5413
5566
|
"name": "EnvHandler",
|
5567
|
+
"componentId": {
|
5568
|
+
"scope": "teambit.envs",
|
5569
|
+
"name": "envs"
|
5570
|
+
},
|
5414
5571
|
"typeArgs": [
|
5415
5572
|
{
|
5416
5573
|
"__schema": "TypeRefSchema",
|
@@ -5442,7 +5599,8 @@
|
|
5442
5599
|
"line": 15,
|
5443
5600
|
"character": 67
|
5444
5601
|
},
|
5445
|
-
"name": "StarterListOptions"
|
5602
|
+
"name": "StarterListOptions",
|
5603
|
+
"internalFilePath": "starter-list.ts"
|
5446
5604
|
},
|
5447
5605
|
"isOptional": true,
|
5448
5606
|
"defaultValue": "{}",
|
@@ -5736,6 +5894,11 @@
|
|
5736
5894
|
"character": 37
|
5737
5895
|
},
|
5738
5896
|
"name": "SlotRegistry",
|
5897
|
+
"componentId": {
|
5898
|
+
"scope": "teambit.harmony",
|
5899
|
+
"name": "harmony",
|
5900
|
+
"version": "0.4.6"
|
5901
|
+
},
|
5739
5902
|
"typeArgs": [
|
5740
5903
|
{
|
5741
5904
|
"__schema": "TypeArraySchema",
|
@@ -5774,6 +5937,11 @@
|
|
5774
5937
|
"character": 37
|
5775
5938
|
},
|
5776
5939
|
"name": "SlotRegistry",
|
5940
|
+
"componentId": {
|
5941
|
+
"scope": "teambit.harmony",
|
5942
|
+
"name": "harmony",
|
5943
|
+
"version": "0.4.6"
|
5944
|
+
},
|
5777
5945
|
"typeArgs": [
|
5778
5946
|
{
|
5779
5947
|
"__schema": "TypeArraySchema",
|
@@ -5812,6 +5980,11 @@
|
|
5812
5980
|
"character": 37
|
5813
5981
|
},
|
5814
5982
|
"name": "SlotRegistry",
|
5983
|
+
"componentId": {
|
5984
|
+
"scope": "teambit.harmony",
|
5985
|
+
"name": "harmony",
|
5986
|
+
"version": "0.4.6"
|
5987
|
+
},
|
5815
5988
|
"typeArgs": [
|
5816
5989
|
{
|
5817
5990
|
"__schema": "TypeRefSchema",
|
@@ -5820,7 +5993,8 @@
|
|
5820
5993
|
"line": 42,
|
5821
5994
|
"character": 50
|
5822
5995
|
},
|
5823
|
-
"name": "OnComponentCreateFn"
|
5996
|
+
"name": "OnComponentCreateFn",
|
5997
|
+
"internalFilePath": "component-generator.ts"
|
5824
5998
|
}
|
5825
5999
|
]
|
5826
6000
|
}
|
@@ -6166,7 +6340,8 @@
|
|
6166
6340
|
"line": 80,
|
6167
6341
|
"character": 36
|
6168
6342
|
},
|
6169
|
-
"name": "ComponentTemplateSlot"
|
6343
|
+
"name": "ComponentTemplateSlot",
|
6344
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6170
6345
|
},
|
6171
6346
|
"isOptional": false,
|
6172
6347
|
"isSpread": false
|
@@ -6186,7 +6361,8 @@
|
|
6186
6361
|
"line": 81,
|
6187
6362
|
"character": 36
|
6188
6363
|
},
|
6189
|
-
"name": "WorkspaceTemplateSlot"
|
6364
|
+
"name": "WorkspaceTemplateSlot",
|
6365
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6190
6366
|
},
|
6191
6367
|
"isOptional": false,
|
6192
6368
|
"isSpread": false
|
@@ -6206,7 +6382,8 @@
|
|
6206
6382
|
"line": 82,
|
6207
6383
|
"character": 36
|
6208
6384
|
},
|
6209
|
-
"name": "OnComponentCreateSlot"
|
6385
|
+
"name": "OnComponentCreateSlot",
|
6386
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6210
6387
|
},
|
6211
6388
|
"isOptional": false,
|
6212
6389
|
"isSpread": false
|
@@ -6226,7 +6403,8 @@
|
|
6226
6403
|
"line": 83,
|
6227
6404
|
"character": 21
|
6228
6405
|
},
|
6229
|
-
"name": "GeneratorConfig"
|
6406
|
+
"name": "GeneratorConfig",
|
6407
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6230
6408
|
},
|
6231
6409
|
"isOptional": false,
|
6232
6410
|
"isSpread": false
|
@@ -6246,7 +6424,11 @@
|
|
6246
6424
|
"line": 84,
|
6247
6425
|
"character": 24
|
6248
6426
|
},
|
6249
|
-
"name": "Workspace"
|
6427
|
+
"name": "Workspace",
|
6428
|
+
"componentId": {
|
6429
|
+
"scope": "teambit.workspace",
|
6430
|
+
"name": "workspace"
|
6431
|
+
}
|
6250
6432
|
},
|
6251
6433
|
"isOptional": false,
|
6252
6434
|
"isSpread": false
|
@@ -6266,7 +6448,11 @@
|
|
6266
6448
|
"line": 85,
|
6267
6449
|
"character": 19
|
6268
6450
|
},
|
6269
|
-
"name": "EnvsMain"
|
6451
|
+
"name": "EnvsMain",
|
6452
|
+
"componentId": {
|
6453
|
+
"scope": "teambit.envs",
|
6454
|
+
"name": "envs"
|
6455
|
+
}
|
6270
6456
|
},
|
6271
6457
|
"isOptional": false,
|
6272
6458
|
"isSpread": false
|
@@ -6286,7 +6472,11 @@
|
|
6286
6472
|
"line": 86,
|
6287
6473
|
"character": 27
|
6288
6474
|
},
|
6289
|
-
"name": "AspectLoaderMain"
|
6475
|
+
"name": "AspectLoaderMain",
|
6476
|
+
"componentId": {
|
6477
|
+
"scope": "teambit.harmony",
|
6478
|
+
"name": "aspect-loader"
|
6479
|
+
}
|
6290
6480
|
},
|
6291
6481
|
"isOptional": false,
|
6292
6482
|
"isSpread": false
|
@@ -6306,7 +6496,11 @@
|
|
6306
6496
|
"line": 87,
|
6307
6497
|
"character": 33
|
6308
6498
|
},
|
6309
|
-
"name": "NewComponentHelperMain"
|
6499
|
+
"name": "NewComponentHelperMain",
|
6500
|
+
"componentId": {
|
6501
|
+
"scope": "teambit.component",
|
6502
|
+
"name": "new-component-helper"
|
6503
|
+
}
|
6310
6504
|
},
|
6311
6505
|
"isOptional": false,
|
6312
6506
|
"isSpread": false
|
@@ -6326,7 +6520,11 @@
|
|
6326
6520
|
"line": 88,
|
6327
6521
|
"character": 30
|
6328
6522
|
},
|
6329
|
-
"name": "ComponentMain"
|
6523
|
+
"name": "ComponentMain",
|
6524
|
+
"componentId": {
|
6525
|
+
"scope": "teambit.component",
|
6526
|
+
"name": "component"
|
6527
|
+
}
|
6330
6528
|
},
|
6331
6529
|
"isOptional": false,
|
6332
6530
|
"isSpread": false
|
@@ -6346,7 +6544,11 @@
|
|
6346
6544
|
"line": 89,
|
6347
6545
|
"character": 22
|
6348
6546
|
},
|
6349
|
-
"name": "TrackerMain"
|
6547
|
+
"name": "TrackerMain",
|
6548
|
+
"componentId": {
|
6549
|
+
"scope": "teambit.component",
|
6550
|
+
"name": "tracker"
|
6551
|
+
}
|
6350
6552
|
},
|
6351
6553
|
"isOptional": false,
|
6352
6554
|
"isSpread": false
|
@@ -6366,7 +6568,11 @@
|
|
6366
6568
|
"line": 90,
|
6367
6569
|
"character": 21
|
6368
6570
|
},
|
6369
|
-
"name": "Logger"
|
6571
|
+
"name": "Logger",
|
6572
|
+
"componentId": {
|
6573
|
+
"scope": "teambit.harmony",
|
6574
|
+
"name": "logger"
|
6575
|
+
}
|
6370
6576
|
},
|
6371
6577
|
"isOptional": false,
|
6372
6578
|
"isSpread": false
|
@@ -6386,7 +6592,11 @@
|
|
6386
6592
|
"line": 91,
|
6387
6593
|
"character": 18
|
6388
6594
|
},
|
6389
|
-
"name": "GitMain"
|
6595
|
+
"name": "GitMain",
|
6596
|
+
"componentId": {
|
6597
|
+
"scope": "teambit.git",
|
6598
|
+
"name": "git"
|
6599
|
+
}
|
6390
6600
|
},
|
6391
6601
|
"isOptional": false,
|
6392
6602
|
"isSpread": false
|
@@ -6406,7 +6616,11 @@
|
|
6406
6616
|
"line": 92,
|
6407
6617
|
"character": 28
|
6408
6618
|
},
|
6409
|
-
"name": "WorkspaceConfigFilesMain"
|
6619
|
+
"name": "WorkspaceConfigFilesMain",
|
6620
|
+
"componentId": {
|
6621
|
+
"scope": "teambit.workspace",
|
6622
|
+
"name": "workspace-config-files"
|
6623
|
+
}
|
6410
6624
|
},
|
6411
6625
|
"isOptional": false,
|
6412
6626
|
"isSpread": false
|
@@ -6568,7 +6782,8 @@
|
|
6568
6782
|
"line": 111,
|
6569
6783
|
"character": 33
|
6570
6784
|
},
|
6571
|
-
"name": "OnComponentCreateFn"
|
6785
|
+
"name": "OnComponentCreateFn",
|
6786
|
+
"internalFilePath": "component-generator.ts"
|
6572
6787
|
},
|
6573
6788
|
"isOptional": false,
|
6574
6789
|
"isSpread": false
|
@@ -6693,7 +6908,8 @@
|
|
6693
6908
|
"line": 120,
|
6694
6909
|
"character": 70
|
6695
6910
|
},
|
6696
|
-
"name": "TemplateDescriptor"
|
6911
|
+
"name": "TemplateDescriptor",
|
6912
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6697
6913
|
}
|
6698
6914
|
}
|
6699
6915
|
]
|
@@ -6798,7 +7014,8 @@
|
|
6798
7014
|
"line": 144,
|
6799
7015
|
"character": 68
|
6800
7016
|
},
|
6801
|
-
"name": "TemplateDescriptor"
|
7017
|
+
"name": "TemplateDescriptor",
|
7018
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6802
7019
|
}
|
6803
7020
|
}
|
6804
7021
|
]
|
@@ -6973,7 +7190,8 @@
|
|
6973
7190
|
"line": 162,
|
6974
7191
|
"character": 72
|
6975
7192
|
},
|
6976
|
-
"name": "ComponentTemplateWithId"
|
7193
|
+
"name": "ComponentTemplateWithId",
|
7194
|
+
"internalFilePath": "generator.main.runtime.ts"
|
6977
7195
|
},
|
6978
7196
|
{
|
6979
7197
|
"__schema": "KeywordTypeSchema",
|
@@ -7106,7 +7324,11 @@
|
|
7106
7324
|
"line": 216,
|
7107
7325
|
"character": 64
|
7108
7326
|
},
|
7109
|
-
"name": "Component"
|
7327
|
+
"name": "Component",
|
7328
|
+
"componentId": {
|
7329
|
+
"scope": "teambit.component",
|
7330
|
+
"name": "component"
|
7331
|
+
}
|
7110
7332
|
},
|
7111
7333
|
"isOptional": true
|
7112
7334
|
}
|
@@ -7316,7 +7538,11 @@
|
|
7316
7538
|
"line": 254,
|
7317
7539
|
"character": 63
|
7318
7540
|
},
|
7319
|
-
"name": "Component"
|
7541
|
+
"name": "Component",
|
7542
|
+
"componentId": {
|
7543
|
+
"scope": "teambit.component",
|
7544
|
+
"name": "component"
|
7545
|
+
}
|
7320
7546
|
},
|
7321
7547
|
"isOptional": true
|
7322
7548
|
}
|
@@ -7393,7 +7619,11 @@
|
|
7393
7619
|
"line": 277,
|
7394
7620
|
"character": 24
|
7395
7621
|
},
|
7396
|
-
"name": "EnvsMain"
|
7622
|
+
"name": "EnvsMain",
|
7623
|
+
"componentId": {
|
7624
|
+
"scope": "teambit.envs",
|
7625
|
+
"name": "envs"
|
7626
|
+
}
|
7397
7627
|
},
|
7398
7628
|
"isOptional": true,
|
7399
7629
|
"isSpread": false
|
@@ -7524,7 +7754,8 @@
|
|
7524
7754
|
"line": 298,
|
7525
7755
|
"character": 22
|
7526
7756
|
},
|
7527
|
-
"name": "CreateOptions"
|
7757
|
+
"name": "CreateOptions",
|
7758
|
+
"internalFilePath": "create.cmd.ts"
|
7528
7759
|
}
|
7529
7760
|
]
|
7530
7761
|
},
|
@@ -7637,7 +7868,8 @@
|
|
7637
7868
|
"line": 356,
|
7638
7869
|
"character": 14
|
7639
7870
|
},
|
7640
|
-
"name": "NewOptions"
|
7871
|
+
"name": "NewOptions",
|
7872
|
+
"internalFilePath": "new.cmd.ts"
|
7641
7873
|
},
|
7642
7874
|
{
|
7643
7875
|
"__schema": "TypeLiteralSchema",
|
@@ -7711,7 +7943,8 @@
|
|
7711
7943
|
"line": 357,
|
7712
7944
|
"character": 14
|
7713
7945
|
},
|
7714
|
-
"name": "GenerateWorkspaceTemplateResult"
|
7946
|
+
"name": "GenerateWorkspaceTemplateResult",
|
7947
|
+
"internalFilePath": "generator.main.runtime.ts"
|
7715
7948
|
}
|
7716
7949
|
]
|
7717
7950
|
},
|
@@ -7774,7 +8007,11 @@
|
|
7774
8007
|
"line": 423,
|
7775
8008
|
"character": 69
|
7776
8009
|
},
|
7777
|
-
"name": "EnvsMain"
|
8010
|
+
"name": "EnvsMain",
|
8011
|
+
"componentId": {
|
8012
|
+
"scope": "teambit.envs",
|
8013
|
+
"name": "envs"
|
8014
|
+
}
|
7778
8015
|
},
|
7779
8016
|
"isOptional": true,
|
7780
8017
|
"isSpread": false
|
@@ -7805,7 +8042,8 @@
|
|
7805
8042
|
"line": 423,
|
7806
8043
|
"character": 94
|
7807
8044
|
},
|
7808
|
-
"name": "WorkspaceTemplateWithId"
|
8045
|
+
"name": "WorkspaceTemplateWithId",
|
8046
|
+
"internalFilePath": "generator.main.runtime.ts"
|
7809
8047
|
}
|
7810
8048
|
]
|
7811
8049
|
}
|
@@ -7908,7 +8146,8 @@
|
|
7908
8146
|
"line": 444,
|
7909
8147
|
"character": 93
|
7910
8148
|
},
|
7911
|
-
"name": "TemplateDescriptor"
|
8149
|
+
"name": "TemplateDescriptor",
|
8150
|
+
"internalFilePath": "generator.main.runtime.ts"
|
7912
8151
|
}
|
7913
8152
|
}
|
7914
8153
|
]
|
@@ -8031,7 +8270,8 @@
|
|
8031
8270
|
"line": 462,
|
8032
8271
|
"character": 89
|
8033
8272
|
},
|
8034
|
-
"name": "ComponentTemplateWithId"
|
8273
|
+
"name": "ComponentTemplateWithId",
|
8274
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8035
8275
|
}
|
8036
8276
|
]
|
8037
8277
|
}
|
@@ -8095,7 +8335,11 @@
|
|
8095
8335
|
"line": 489,
|
8096
8336
|
"character": 77
|
8097
8337
|
},
|
8098
|
-
"name": "EnvsMain"
|
8338
|
+
"name": "EnvsMain",
|
8339
|
+
"componentId": {
|
8340
|
+
"scope": "teambit.envs",
|
8341
|
+
"name": "envs"
|
8342
|
+
}
|
8099
8343
|
},
|
8100
8344
|
"isOptional": true,
|
8101
8345
|
"isSpread": false
|
@@ -8124,7 +8368,11 @@
|
|
8124
8368
|
"line": 489,
|
8125
8369
|
"character": 96
|
8126
8370
|
},
|
8127
|
-
"name": "EnvDefinition"
|
8371
|
+
"name": "EnvDefinition",
|
8372
|
+
"componentId": {
|
8373
|
+
"scope": "teambit.envs",
|
8374
|
+
"name": "envs"
|
8375
|
+
}
|
8128
8376
|
}
|
8129
8377
|
}
|
8130
8378
|
]
|
@@ -8252,7 +8500,11 @@
|
|
8252
8500
|
"line": 551,
|
8253
8501
|
"character": 7
|
8254
8502
|
},
|
8255
|
-
"name": "Workspace"
|
8503
|
+
"name": "Workspace",
|
8504
|
+
"componentId": {
|
8505
|
+
"scope": "teambit.workspace",
|
8506
|
+
"name": "workspace"
|
8507
|
+
}
|
8256
8508
|
},
|
8257
8509
|
{
|
8258
8510
|
"__schema": "TypeRefSchema",
|
@@ -8261,7 +8513,11 @@
|
|
8261
8513
|
"line": 552,
|
8262
8514
|
"character": 7
|
8263
8515
|
},
|
8264
|
-
"name": "CLIMain"
|
8516
|
+
"name": "CLIMain",
|
8517
|
+
"componentId": {
|
8518
|
+
"scope": "teambit.harmony",
|
8519
|
+
"name": "cli"
|
8520
|
+
}
|
8265
8521
|
},
|
8266
8522
|
{
|
8267
8523
|
"__schema": "TypeRefSchema",
|
@@ -8270,7 +8526,11 @@
|
|
8270
8526
|
"line": 553,
|
8271
8527
|
"character": 7
|
8272
8528
|
},
|
8273
|
-
"name": "GraphqlMain"
|
8529
|
+
"name": "GraphqlMain",
|
8530
|
+
"componentId": {
|
8531
|
+
"scope": "teambit.harmony",
|
8532
|
+
"name": "graphql"
|
8533
|
+
}
|
8274
8534
|
},
|
8275
8535
|
{
|
8276
8536
|
"__schema": "TypeRefSchema",
|
@@ -8279,7 +8539,11 @@
|
|
8279
8539
|
"line": 554,
|
8280
8540
|
"character": 7
|
8281
8541
|
},
|
8282
|
-
"name": "EnvsMain"
|
8542
|
+
"name": "EnvsMain",
|
8543
|
+
"componentId": {
|
8544
|
+
"scope": "teambit.envs",
|
8545
|
+
"name": "envs"
|
8546
|
+
}
|
8283
8547
|
},
|
8284
8548
|
{
|
8285
8549
|
"__schema": "TypeRefSchema",
|
@@ -8288,7 +8552,11 @@
|
|
8288
8552
|
"line": 555,
|
8289
8553
|
"character": 7
|
8290
8554
|
},
|
8291
|
-
"name": "AspectLoaderMain"
|
8555
|
+
"name": "AspectLoaderMain",
|
8556
|
+
"componentId": {
|
8557
|
+
"scope": "teambit.harmony",
|
8558
|
+
"name": "aspect-loader"
|
8559
|
+
}
|
8292
8560
|
},
|
8293
8561
|
{
|
8294
8562
|
"__schema": "TypeRefSchema",
|
@@ -8297,7 +8565,11 @@
|
|
8297
8565
|
"line": 556,
|
8298
8566
|
"character": 7
|
8299
8567
|
},
|
8300
|
-
"name": "NewComponentHelperMain"
|
8568
|
+
"name": "NewComponentHelperMain",
|
8569
|
+
"componentId": {
|
8570
|
+
"scope": "teambit.component",
|
8571
|
+
"name": "new-component-helper"
|
8572
|
+
}
|
8301
8573
|
},
|
8302
8574
|
{
|
8303
8575
|
"__schema": "TypeRefSchema",
|
@@ -8306,7 +8578,11 @@
|
|
8306
8578
|
"line": 557,
|
8307
8579
|
"character": 7
|
8308
8580
|
},
|
8309
|
-
"name": "ComponentMain"
|
8581
|
+
"name": "ComponentMain",
|
8582
|
+
"componentId": {
|
8583
|
+
"scope": "teambit.component",
|
8584
|
+
"name": "component"
|
8585
|
+
}
|
8310
8586
|
},
|
8311
8587
|
{
|
8312
8588
|
"__schema": "TypeRefSchema",
|
@@ -8315,7 +8591,11 @@
|
|
8315
8591
|
"line": 558,
|
8316
8592
|
"character": 7
|
8317
8593
|
},
|
8318
|
-
"name": "TrackerMain"
|
8594
|
+
"name": "TrackerMain",
|
8595
|
+
"componentId": {
|
8596
|
+
"scope": "teambit.component",
|
8597
|
+
"name": "tracker"
|
8598
|
+
}
|
8319
8599
|
},
|
8320
8600
|
{
|
8321
8601
|
"__schema": "TypeRefSchema",
|
@@ -8324,7 +8604,11 @@
|
|
8324
8604
|
"line": 559,
|
8325
8605
|
"character": 7
|
8326
8606
|
},
|
8327
|
-
"name": "LoggerMain"
|
8607
|
+
"name": "LoggerMain",
|
8608
|
+
"componentId": {
|
8609
|
+
"scope": "teambit.harmony",
|
8610
|
+
"name": "logger"
|
8611
|
+
}
|
8328
8612
|
},
|
8329
8613
|
{
|
8330
8614
|
"__schema": "TypeRefSchema",
|
@@ -8333,7 +8617,11 @@
|
|
8333
8617
|
"line": 560,
|
8334
8618
|
"character": 7
|
8335
8619
|
},
|
8336
|
-
"name": "GitMain"
|
8620
|
+
"name": "GitMain",
|
8621
|
+
"componentId": {
|
8622
|
+
"scope": "teambit.git",
|
8623
|
+
"name": "git"
|
8624
|
+
}
|
8337
8625
|
},
|
8338
8626
|
{
|
8339
8627
|
"__schema": "TypeRefSchema",
|
@@ -8342,7 +8630,11 @@
|
|
8342
8630
|
"line": 561,
|
8343
8631
|
"character": 7
|
8344
8632
|
},
|
8345
|
-
"name": "WorkspaceConfigFilesMain"
|
8633
|
+
"name": "WorkspaceConfigFilesMain",
|
8634
|
+
"componentId": {
|
8635
|
+
"scope": "teambit.workspace",
|
8636
|
+
"name": "workspace-config-files"
|
8637
|
+
}
|
8346
8638
|
}
|
8347
8639
|
]
|
8348
8640
|
},
|
@@ -8364,7 +8656,8 @@
|
|
8364
8656
|
"line": 563,
|
8365
8657
|
"character": 13
|
8366
8658
|
},
|
8367
|
-
"name": "GeneratorConfig"
|
8659
|
+
"name": "GeneratorConfig",
|
8660
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8368
8661
|
},
|
8369
8662
|
"isOptional": false,
|
8370
8663
|
"isSpread": false
|
@@ -8392,7 +8685,8 @@
|
|
8392
8685
|
"line": 565,
|
8393
8686
|
"character": 7
|
8394
8687
|
},
|
8395
|
-
"name": "ComponentTemplateSlot"
|
8688
|
+
"name": "ComponentTemplateSlot",
|
8689
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8396
8690
|
},
|
8397
8691
|
{
|
8398
8692
|
"__schema": "TypeRefSchema",
|
@@ -8401,7 +8695,8 @@
|
|
8401
8695
|
"line": 566,
|
8402
8696
|
"character": 7
|
8403
8697
|
},
|
8404
|
-
"name": "WorkspaceTemplateSlot"
|
8698
|
+
"name": "WorkspaceTemplateSlot",
|
8699
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8405
8700
|
},
|
8406
8701
|
{
|
8407
8702
|
"__schema": "TypeRefSchema",
|
@@ -8410,7 +8705,8 @@
|
|
8410
8705
|
"line": 567,
|
8411
8706
|
"character": 7
|
8412
8707
|
},
|
8413
|
-
"name": "OnComponentCreateSlot"
|
8708
|
+
"name": "OnComponentCreateSlot",
|
8709
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8414
8710
|
}
|
8415
8711
|
]
|
8416
8712
|
},
|
@@ -8522,7 +8818,8 @@
|
|
8522
8818
|
"line": 53,
|
8523
8819
|
"character": 32
|
8524
8820
|
},
|
8525
|
-
"name": "TemplateWithId"
|
8821
|
+
"name": "TemplateWithId",
|
8822
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8526
8823
|
},
|
8527
8824
|
{
|
8528
8825
|
"__schema": "TypeLiteralSchema",
|
@@ -8581,7 +8878,8 @@
|
|
8581
8878
|
"line": 54,
|
8582
8879
|
"character": 32
|
8583
8880
|
},
|
8584
|
-
"name": "TemplateWithId"
|
8881
|
+
"name": "TemplateWithId",
|
8882
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8585
8883
|
},
|
8586
8884
|
{
|
8587
8885
|
"__schema": "TypeLiteralSchema",
|
@@ -8640,7 +8938,8 @@
|
|
8640
8938
|
"line": 55,
|
8641
8939
|
"character": 26
|
8642
8940
|
},
|
8643
|
-
"name": "TemplateWithId"
|
8941
|
+
"name": "TemplateWithId",
|
8942
|
+
"internalFilePath": "generator.main.runtime.ts"
|
8644
8943
|
},
|
8645
8944
|
{
|
8646
8945
|
"__schema": "TypeLiteralSchema",
|
@@ -8892,7 +9191,11 @@
|
|
8892
9191
|
"line": 34,
|
8893
9192
|
"character": 13
|
8894
9193
|
},
|
8895
|
-
"name": "ComponentID"
|
9194
|
+
"name": "ComponentID",
|
9195
|
+
"componentId": {
|
9196
|
+
"scope": "teambit.component",
|
9197
|
+
"name": "component"
|
9198
|
+
}
|
8896
9199
|
},
|
8897
9200
|
{
|
8898
9201
|
"__schema": "KeywordTypeSchema",
|
@@ -8933,7 +9236,11 @@
|
|
8933
9236
|
"line": 41,
|
8934
9237
|
"character": 11
|
8935
9238
|
},
|
8936
|
-
"name": "ComponentID"
|
9239
|
+
"name": "ComponentID",
|
9240
|
+
"componentId": {
|
9241
|
+
"scope": "teambit.component",
|
9242
|
+
"name": "component"
|
9243
|
+
}
|
8937
9244
|
},
|
8938
9245
|
"isOptional": true
|
8939
9246
|
},
|
@@ -9056,7 +9363,8 @@
|
|
9056
9363
|
"line": 60,
|
9057
9364
|
"character": 32
|
9058
9365
|
},
|
9059
|
-
"name": "BaseComponentTemplateOptions"
|
9366
|
+
"name": "BaseComponentTemplateOptions",
|
9367
|
+
"internalFilePath": "component-template.ts"
|
9060
9368
|
}
|
9061
9369
|
},
|
9062
9370
|
{
|
@@ -10163,7 +10471,11 @@
|
|
10163
10471
|
"line": 29,
|
10164
10472
|
"character": 21
|
10165
10473
|
},
|
10166
|
-
"name": "Component"
|
10474
|
+
"name": "Component",
|
10475
|
+
"componentId": {
|
10476
|
+
"scope": "teambit.component",
|
10477
|
+
"name": "component"
|
10478
|
+
}
|
10167
10479
|
},
|
10168
10480
|
"isOptional": true
|
10169
10481
|
},
|
@@ -10286,7 +10598,8 @@
|
|
10286
10598
|
"line": 51,
|
10287
10599
|
"character": 32
|
10288
10600
|
},
|
10289
|
-
"name": "BaseWorkspaceOptions"
|
10601
|
+
"name": "BaseWorkspaceOptions",
|
10602
|
+
"internalFilePath": "workspace-template.ts"
|
10290
10603
|
}
|
10291
10604
|
},
|
10292
10605
|
{
|
@@ -11433,6 +11746,10 @@
|
|
11433
11746
|
"character": 17
|
11434
11747
|
},
|
11435
11748
|
"name": "EnvHandler",
|
11749
|
+
"componentId": {
|
11750
|
+
"scope": "teambit.envs",
|
11751
|
+
"name": "envs"
|
11752
|
+
},
|
11436
11753
|
"typeArgs": [
|
11437
11754
|
{
|
11438
11755
|
"__schema": "TypeRefSchema",
|
@@ -11475,6 +11792,10 @@
|
|
11475
11792
|
"character": 15
|
11476
11793
|
},
|
11477
11794
|
"name": "EnvHandler",
|
11795
|
+
"componentId": {
|
11796
|
+
"scope": "teambit.envs",
|
11797
|
+
"name": "envs"
|
11798
|
+
},
|
11478
11799
|
"typeArgs": [
|
11479
11800
|
{
|
11480
11801
|
"__schema": "TypeRefSchema",
|
@@ -11643,6 +11964,10 @@
|
|
11643
11964
|
"character": 57
|
11644
11965
|
},
|
11645
11966
|
"name": "EnvHandler",
|
11967
|
+
"componentId": {
|
11968
|
+
"scope": "teambit.envs",
|
11969
|
+
"name": "envs"
|
11970
|
+
},
|
11646
11971
|
"typeArgs": [
|
11647
11972
|
{
|
11648
11973
|
"__schema": "TypeRefSchema",
|
@@ -11674,7 +11999,11 @@
|
|
11674
11999
|
"line": 9,
|
11675
12000
|
"character": 107
|
11676
12001
|
},
|
11677
|
-
"name": "EnvContext"
|
12002
|
+
"name": "EnvContext",
|
12003
|
+
"componentId": {
|
12004
|
+
"scope": "teambit.envs",
|
12005
|
+
"name": "envs"
|
12006
|
+
}
|
11678
12007
|
},
|
11679
12008
|
"isOptional": false,
|
11680
12009
|
"isSpread": false
|
@@ -11753,6 +12082,10 @@
|
|
11753
12082
|
"character": 26
|
11754
12083
|
},
|
11755
12084
|
"name": "EnvHandler",
|
12085
|
+
"componentId": {
|
12086
|
+
"scope": "teambit.envs",
|
12087
|
+
"name": "envs"
|
12088
|
+
},
|
11756
12089
|
"typeArgs": [
|
11757
12090
|
{
|
11758
12091
|
"__schema": "TypeRefSchema",
|
@@ -11784,7 +12117,8 @@
|
|
11784
12117
|
"line": 15,
|
11785
12118
|
"character": 68
|
11786
12119
|
},
|
11787
|
-
"name": "TemplateListOptions"
|
12120
|
+
"name": "TemplateListOptions",
|
12121
|
+
"internalFilePath": "template-list.ts"
|
11788
12122
|
},
|
11789
12123
|
"isOptional": true,
|
11790
12124
|
"defaultValue": "{}",
|
@@ -11922,6 +12256,10 @@
|
|
11922
12256
|
"character": 56
|
11923
12257
|
},
|
11924
12258
|
"name": "EnvHandler",
|
12259
|
+
"componentId": {
|
12260
|
+
"scope": "teambit.envs",
|
12261
|
+
"name": "envs"
|
12262
|
+
},
|
11925
12263
|
"typeArgs": [
|
11926
12264
|
{
|
11927
12265
|
"__schema": "TypeRefSchema",
|
@@ -11953,7 +12291,11 @@
|
|
11953
12291
|
"line": 9,
|
11954
12292
|
"character": 106
|
11955
12293
|
},
|
11956
|
-
"name": "EnvContext"
|
12294
|
+
"name": "EnvContext",
|
12295
|
+
"componentId": {
|
12296
|
+
"scope": "teambit.envs",
|
12297
|
+
"name": "envs"
|
12298
|
+
}
|
11957
12299
|
},
|
11958
12300
|
"isOptional": false,
|
11959
12301
|
"isSpread": false
|
@@ -12032,6 +12374,10 @@
|
|
12032
12374
|
"character": 25
|
12033
12375
|
},
|
12034
12376
|
"name": "EnvHandler",
|
12377
|
+
"componentId": {
|
12378
|
+
"scope": "teambit.envs",
|
12379
|
+
"name": "envs"
|
12380
|
+
},
|
12035
12381
|
"typeArgs": [
|
12036
12382
|
{
|
12037
12383
|
"__schema": "TypeRefSchema",
|
@@ -12063,7 +12409,8 @@
|
|
12063
12409
|
"line": 15,
|
12064
12410
|
"character": 67
|
12065
12411
|
},
|
12066
|
-
"name": "StarterListOptions"
|
12412
|
+
"name": "StarterListOptions",
|
12413
|
+
"internalFilePath": "starter-list.ts"
|
12067
12414
|
},
|
12068
12415
|
"isOptional": true,
|
12069
12416
|
"defaultValue": "{}",
|
@@ -12445,7 +12792,11 @@
|
|
12445
12792
|
"line": 41,
|
12446
12793
|
"character": 24
|
12447
12794
|
},
|
12448
|
-
"name": "Workspace"
|
12795
|
+
"name": "Workspace",
|
12796
|
+
"componentId": {
|
12797
|
+
"scope": "teambit.workspace",
|
12798
|
+
"name": "workspace"
|
12799
|
+
}
|
12449
12800
|
},
|
12450
12801
|
"isOptional": false,
|
12451
12802
|
"isSpread": false
|
@@ -12472,7 +12823,12 @@
|
|
12472
12823
|
"line": 42,
|
12473
12824
|
"character": 27
|
12474
12825
|
},
|
12475
|
-
"name": "ComponentID"
|
12826
|
+
"name": "ComponentID",
|
12827
|
+
"componentId": {
|
12828
|
+
"scope": "teambit.component",
|
12829
|
+
"name": "component-id",
|
12830
|
+
"version": "1.2.0"
|
12831
|
+
}
|
12476
12832
|
}
|
12477
12833
|
},
|
12478
12834
|
"isOptional": false,
|
@@ -12502,7 +12858,8 @@
|
|
12502
12858
|
"line": 43,
|
12503
12859
|
"character": 30
|
12504
12860
|
},
|
12505
|
-
"name": "CreateOptions"
|
12861
|
+
"name": "CreateOptions",
|
12862
|
+
"internalFilePath": "create.cmd.ts"
|
12506
12863
|
}
|
12507
12864
|
]
|
12508
12865
|
},
|
@@ -12544,7 +12901,11 @@
|
|
12544
12901
|
"line": 45,
|
12545
12902
|
"character": 19
|
12546
12903
|
},
|
12547
|
-
"name": "EnvsMain"
|
12904
|
+
"name": "EnvsMain",
|
12905
|
+
"componentId": {
|
12906
|
+
"scope": "teambit.envs",
|
12907
|
+
"name": "envs"
|
12908
|
+
}
|
12548
12909
|
},
|
12549
12910
|
"isOptional": false,
|
12550
12911
|
"isSpread": false
|
@@ -12564,7 +12925,11 @@
|
|
12564
12925
|
"line": 46,
|
12565
12926
|
"character": 33
|
12566
12927
|
},
|
12567
|
-
"name": "NewComponentHelperMain"
|
12928
|
+
"name": "NewComponentHelperMain",
|
12929
|
+
"componentId": {
|
12930
|
+
"scope": "teambit.component",
|
12931
|
+
"name": "new-component-helper"
|
12932
|
+
}
|
12568
12933
|
},
|
12569
12934
|
"isOptional": false,
|
12570
12935
|
"isSpread": false
|
@@ -12584,7 +12949,11 @@
|
|
12584
12949
|
"line": 47,
|
12585
12950
|
"character": 22
|
12586
12951
|
},
|
12587
|
-
"name": "TrackerMain"
|
12952
|
+
"name": "TrackerMain",
|
12953
|
+
"componentId": {
|
12954
|
+
"scope": "teambit.component",
|
12955
|
+
"name": "tracker"
|
12956
|
+
}
|
12588
12957
|
},
|
12589
12958
|
"isOptional": false,
|
12590
12959
|
"isSpread": false
|
@@ -12604,7 +12973,11 @@
|
|
12604
12973
|
"line": 48,
|
12605
12974
|
"character": 28
|
12606
12975
|
},
|
12607
|
-
"name": "WorkspaceConfigFilesMain"
|
12976
|
+
"name": "WorkspaceConfigFilesMain",
|
12977
|
+
"componentId": {
|
12978
|
+
"scope": "teambit.workspace",
|
12979
|
+
"name": "workspace-config-files"
|
12980
|
+
}
|
12608
12981
|
},
|
12609
12982
|
"isOptional": false,
|
12610
12983
|
"isSpread": false
|
@@ -12624,7 +12997,11 @@
|
|
12624
12997
|
"line": 49,
|
12625
12998
|
"character": 21
|
12626
12999
|
},
|
12627
|
-
"name": "Logger"
|
13000
|
+
"name": "Logger",
|
13001
|
+
"componentId": {
|
13002
|
+
"scope": "teambit.harmony",
|
13003
|
+
"name": "logger"
|
13004
|
+
}
|
12628
13005
|
},
|
12629
13006
|
"isOptional": false,
|
12630
13007
|
"isSpread": false
|
@@ -12644,7 +13021,8 @@
|
|
12644
13021
|
"line": 50,
|
12645
13022
|
"character": 36
|
12646
13023
|
},
|
12647
|
-
"name": "OnComponentCreateSlot"
|
13024
|
+
"name": "OnComponentCreateSlot",
|
13025
|
+
"internalFilePath": "generator.main.runtime.ts"
|
12648
13026
|
},
|
12649
13027
|
"isOptional": false,
|
12650
13028
|
"isSpread": false
|
@@ -12684,7 +13062,12 @@
|
|
12684
13062
|
"line": 52,
|
12685
13063
|
"character": 21
|
12686
13064
|
},
|
12687
|
-
"name": "ComponentID"
|
13065
|
+
"name": "ComponentID",
|
13066
|
+
"componentId": {
|
13067
|
+
"scope": "teambit.component",
|
13068
|
+
"name": "component-id",
|
13069
|
+
"version": "1.2.0"
|
13070
|
+
}
|
12688
13071
|
},
|
12689
13072
|
"isOptional": true,
|
12690
13073
|
"isSpread": false
|
@@ -12776,7 +13159,7 @@
|
|
12776
13159
|
"componentId": {
|
12777
13160
|
"scope": "teambit.generator",
|
12778
13161
|
"name": "generator",
|
12779
|
-
"version": "1.0.
|
13162
|
+
"version": "1.0.231"
|
12780
13163
|
},
|
12781
13164
|
"taggedModuleExports": []
|
12782
13165
|
}
|