@teambit/aspect 1.0.503 → 1.0.504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/env-template/public/{182.2dd767253bdc337132ff.js → 182.c67c2511820f5157288c.js} +1 -1
- package/artifacts/env-template/public/{894.7cd854ae10cec7682834.js → 218.a7536f5ae818a4a12fe6.js} +1 -1
- package/artifacts/env-template/public/{197.5fe3c7a44a46d7be821b.js → 636.81ab864ea5e4fc0256e1.js} +1 -1
- package/artifacts/env-template/public/assets-manifest.json +14 -14
- package/artifacts/env-template/public/compositions.54074cc78329d212062c.js +1 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/overview.fb4d47956f82f58c6982.js +1 -0
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/{peers.3e24ad88a7a59df1719c.js → peers.9bc28630fff59b3b3e1c.js} +1 -1
- package/artifacts/env-template/public/{preview-root.cce1b84e0fc1ab2e3d8f.js → preview-root.17a9cf06feacc468151c.js} +1 -1
- package/artifacts/preview/teambit_harmony_aspect-preview.js +1 -1
- package/artifacts/schema.json +423 -665
- package/{compositions-1735217145314.js → compositions-1736179639539.js} +1 -1
- package/dist/aspect.cmd.d.ts +14 -0
- package/dist/aspect.cmd.js +21 -1
- package/dist/aspect.cmd.js.map +1 -1
- package/dist/aspect.main.runtime.d.ts +3 -1
- package/dist/aspect.main.runtime.js +7 -3
- package/dist/aspect.main.runtime.js.map +1 -1
- package/dist/{preview-1735217145314.js → preview-1736179639539.js} +2 -2
- package/{overview-1735217145314.js → overview-1736179639539.js} +1 -1
- package/package.json +26 -26
- package/artifacts/env-template/public/compositions.073e1d781e7d9d0ec18e.js +0 -1
- package/artifacts/env-template/public/overview.bc39a0d2df751998071d.js +0 -1
package/artifacts/schema.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"__schema": "ClassSchema",
|
|
27
27
|
"location": {
|
|
28
28
|
"filePath": "aspect.main.runtime.ts",
|
|
29
|
-
"line":
|
|
29
|
+
"line": 36,
|
|
30
30
|
"character": 1
|
|
31
31
|
},
|
|
32
32
|
"signature": "class AspectMain",
|
|
@@ -36,17 +36,17 @@
|
|
|
36
36
|
"__schema": "ConstructorSchema",
|
|
37
37
|
"location": {
|
|
38
38
|
"filePath": "aspect.main.runtime.ts",
|
|
39
|
-
"line":
|
|
39
|
+
"line": 37,
|
|
40
40
|
"character": 3
|
|
41
41
|
},
|
|
42
|
-
"signature": "constructor AspectMain(aspectEnv: AspectEnv, envs: EnvsMain, workspace: Workspace): AspectMain",
|
|
42
|
+
"signature": "constructor AspectMain(aspectEnv: AspectEnv, envs: EnvsMain, workspace: Workspace, aspectLoader: AspectLoaderMain): AspectMain",
|
|
43
43
|
"name": "constructor",
|
|
44
44
|
"params": [
|
|
45
45
|
{
|
|
46
46
|
"__schema": "ParameterSchema",
|
|
47
47
|
"location": {
|
|
48
48
|
"filePath": "aspect.main.runtime.ts",
|
|
49
|
-
"line":
|
|
49
|
+
"line": 38,
|
|
50
50
|
"character": 5
|
|
51
51
|
},
|
|
52
52
|
"name": "aspectEnv",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"__schema": "TypeRefSchema",
|
|
55
55
|
"location": {
|
|
56
56
|
"filePath": "aspect.main.runtime.ts",
|
|
57
|
-
"line":
|
|
57
|
+
"line": 38,
|
|
58
58
|
"character": 25
|
|
59
59
|
},
|
|
60
60
|
"name": "AspectEnv"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"__schema": "ParameterSchema",
|
|
67
67
|
"location": {
|
|
68
68
|
"filePath": "aspect.main.runtime.ts",
|
|
69
|
-
"line":
|
|
69
|
+
"line": 39,
|
|
70
70
|
"character": 5
|
|
71
71
|
},
|
|
72
72
|
"name": "envs",
|
|
@@ -74,14 +74,10 @@
|
|
|
74
74
|
"__schema": "TypeRefSchema",
|
|
75
75
|
"location": {
|
|
76
76
|
"filePath": "aspect.main.runtime.ts",
|
|
77
|
-
"line":
|
|
77
|
+
"line": 39,
|
|
78
78
|
"character": 19
|
|
79
79
|
},
|
|
80
|
-
"name": "EnvsMain"
|
|
81
|
-
"componentId": {
|
|
82
|
-
"scope": "teambit.envs",
|
|
83
|
-
"name": "envs"
|
|
84
|
-
}
|
|
80
|
+
"name": "EnvsMain"
|
|
85
81
|
},
|
|
86
82
|
"isOptional": false,
|
|
87
83
|
"isSpread": false
|
|
@@ -90,7 +86,7 @@
|
|
|
90
86
|
"__schema": "ParameterSchema",
|
|
91
87
|
"location": {
|
|
92
88
|
"filePath": "aspect.main.runtime.ts",
|
|
93
|
-
"line":
|
|
89
|
+
"line": 40,
|
|
94
90
|
"character": 5
|
|
95
91
|
},
|
|
96
92
|
"name": "workspace",
|
|
@@ -98,14 +94,30 @@
|
|
|
98
94
|
"__schema": "TypeRefSchema",
|
|
99
95
|
"location": {
|
|
100
96
|
"filePath": "aspect.main.runtime.ts",
|
|
101
|
-
"line":
|
|
97
|
+
"line": 40,
|
|
102
98
|
"character": 24
|
|
103
99
|
},
|
|
104
|
-
"name": "Workspace"
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
100
|
+
"name": "Workspace"
|
|
101
|
+
},
|
|
102
|
+
"isOptional": false,
|
|
103
|
+
"isSpread": false
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"__schema": "ParameterSchema",
|
|
107
|
+
"location": {
|
|
108
|
+
"filePath": "aspect.main.runtime.ts",
|
|
109
|
+
"line": 41,
|
|
110
|
+
"character": 5
|
|
111
|
+
},
|
|
112
|
+
"name": "aspectLoader",
|
|
113
|
+
"type": {
|
|
114
|
+
"__schema": "TypeRefSchema",
|
|
115
|
+
"location": {
|
|
116
|
+
"filePath": "aspect.main.runtime.ts",
|
|
117
|
+
"line": 41,
|
|
118
|
+
"character": 27
|
|
119
|
+
},
|
|
120
|
+
"name": "AspectLoaderMain"
|
|
109
121
|
},
|
|
110
122
|
"isOptional": false,
|
|
111
123
|
"isSpread": false
|
|
@@ -115,7 +127,7 @@
|
|
|
115
127
|
"__schema": "ThisTypeSchema",
|
|
116
128
|
"location": {
|
|
117
129
|
"filePath": "aspect.main.runtime.ts",
|
|
118
|
-
"line":
|
|
130
|
+
"line": 36,
|
|
119
131
|
"character": 1
|
|
120
132
|
},
|
|
121
133
|
"name": "AspectMain"
|
|
@@ -126,14 +138,14 @@
|
|
|
126
138
|
"__schema": "FunctionLikeSchema",
|
|
127
139
|
"location": {
|
|
128
140
|
"filePath": "aspect.main.runtime.ts",
|
|
129
|
-
"line":
|
|
141
|
+
"line": 47,
|
|
130
142
|
"character": 3
|
|
131
143
|
},
|
|
132
144
|
"doc": {
|
|
133
145
|
"__schema": "DocSchema",
|
|
134
146
|
"location": {
|
|
135
147
|
"filePath": "aspect.main.runtime.ts",
|
|
136
|
-
"line":
|
|
148
|
+
"line": 44,
|
|
137
149
|
"character": 3
|
|
138
150
|
},
|
|
139
151
|
"raw": "/**\n * compose your own aspect environment.\n */",
|
|
@@ -147,7 +159,7 @@
|
|
|
147
159
|
"__schema": "ParameterSchema",
|
|
148
160
|
"location": {
|
|
149
161
|
"filePath": "aspect.main.runtime.ts",
|
|
150
|
-
"line":
|
|
162
|
+
"line": 47,
|
|
151
163
|
"character": 11
|
|
152
164
|
},
|
|
153
165
|
"name": "transformers",
|
|
@@ -155,21 +167,17 @@
|
|
|
155
167
|
"__schema": "TypeArraySchema",
|
|
156
168
|
"location": {
|
|
157
169
|
"filePath": "aspect.main.runtime.ts",
|
|
158
|
-
"line":
|
|
170
|
+
"line": 47,
|
|
159
171
|
"character": 25
|
|
160
172
|
},
|
|
161
173
|
"type": {
|
|
162
174
|
"__schema": "TypeRefSchema",
|
|
163
175
|
"location": {
|
|
164
176
|
"filePath": "aspect.main.runtime.ts",
|
|
165
|
-
"line":
|
|
177
|
+
"line": 47,
|
|
166
178
|
"character": 25
|
|
167
179
|
},
|
|
168
|
-
"name": "EnvTransformer"
|
|
169
|
-
"componentId": {
|
|
170
|
-
"scope": "teambit.envs",
|
|
171
|
-
"name": "envs"
|
|
172
|
-
}
|
|
180
|
+
"name": "EnvTransformer"
|
|
173
181
|
}
|
|
174
182
|
},
|
|
175
183
|
"isOptional": true,
|
|
@@ -180,7 +188,7 @@
|
|
|
180
188
|
"__schema": "ParameterSchema",
|
|
181
189
|
"location": {
|
|
182
190
|
"filePath": "aspect.main.runtime.ts",
|
|
183
|
-
"line":
|
|
191
|
+
"line": 47,
|
|
184
192
|
"character": 48
|
|
185
193
|
},
|
|
186
194
|
"name": "targetEnv",
|
|
@@ -188,14 +196,10 @@
|
|
|
188
196
|
"__schema": "TypeRefSchema",
|
|
189
197
|
"location": {
|
|
190
198
|
"filePath": "aspect.main.runtime.ts",
|
|
191
|
-
"line":
|
|
199
|
+
"line": 47,
|
|
192
200
|
"character": 59
|
|
193
201
|
},
|
|
194
|
-
"name": "Environment"
|
|
195
|
-
"componentId": {
|
|
196
|
-
"scope": "teambit.envs",
|
|
197
|
-
"name": "envs"
|
|
198
|
-
}
|
|
202
|
+
"name": "Environment"
|
|
199
203
|
},
|
|
200
204
|
"isOptional": true,
|
|
201
205
|
"defaultValue": "{}",
|
|
@@ -206,7 +210,7 @@
|
|
|
206
210
|
"__schema": "TypeRefSchema",
|
|
207
211
|
"location": {
|
|
208
212
|
"filePath": "aspect.main.runtime.ts",
|
|
209
|
-
"line":
|
|
213
|
+
"line": 47,
|
|
210
214
|
"character": 3
|
|
211
215
|
},
|
|
212
216
|
"name": "Environment",
|
|
@@ -221,7 +225,7 @@
|
|
|
221
225
|
"__schema": "FunctionLikeSchema",
|
|
222
226
|
"location": {
|
|
223
227
|
"filePath": "aspect.main.runtime.ts",
|
|
224
|
-
"line":
|
|
228
|
+
"line": 51,
|
|
225
229
|
"character": 3
|
|
226
230
|
},
|
|
227
231
|
"signature": "(method) AspectMain.listAspectsOfComponent(pattern?: string): Promise<{\n [component: string]: AspectSource[];\n}>",
|
|
@@ -231,7 +235,7 @@
|
|
|
231
235
|
"__schema": "ParameterSchema",
|
|
232
236
|
"location": {
|
|
233
237
|
"filePath": "aspect.main.runtime.ts",
|
|
234
|
-
"line":
|
|
238
|
+
"line": 51,
|
|
235
239
|
"character": 32
|
|
236
240
|
},
|
|
237
241
|
"name": "pattern",
|
|
@@ -239,7 +243,7 @@
|
|
|
239
243
|
"__schema": "KeywordTypeSchema",
|
|
240
244
|
"location": {
|
|
241
245
|
"filePath": "aspect.main.runtime.ts",
|
|
242
|
-
"line":
|
|
246
|
+
"line": 51,
|
|
243
247
|
"character": 42
|
|
244
248
|
},
|
|
245
249
|
"name": "string"
|
|
@@ -252,7 +256,7 @@
|
|
|
252
256
|
"__schema": "TypeRefSchema",
|
|
253
257
|
"location": {
|
|
254
258
|
"filePath": "aspect.main.runtime.ts",
|
|
255
|
-
"line":
|
|
259
|
+
"line": 51,
|
|
256
260
|
"character": 51
|
|
257
261
|
},
|
|
258
262
|
"name": "Promise",
|
|
@@ -261,7 +265,7 @@
|
|
|
261
265
|
"__schema": "TypeLiteralSchema",
|
|
262
266
|
"location": {
|
|
263
267
|
"filePath": "aspect.main.runtime.ts",
|
|
264
|
-
"line":
|
|
268
|
+
"line": 51,
|
|
265
269
|
"character": 59
|
|
266
270
|
},
|
|
267
271
|
"members": [
|
|
@@ -269,14 +273,14 @@
|
|
|
269
273
|
"__schema": "IndexSignatureSchema",
|
|
270
274
|
"location": {
|
|
271
275
|
"filePath": "aspect.main.runtime.ts",
|
|
272
|
-
"line":
|
|
276
|
+
"line": 51,
|
|
273
277
|
"character": 61
|
|
274
278
|
},
|
|
275
279
|
"keyType": {
|
|
276
280
|
"__schema": "ParameterSchema",
|
|
277
281
|
"location": {
|
|
278
282
|
"filePath": "aspect.main.runtime.ts",
|
|
279
|
-
"line":
|
|
283
|
+
"line": 51,
|
|
280
284
|
"character": 62
|
|
281
285
|
},
|
|
282
286
|
"name": "component",
|
|
@@ -284,7 +288,7 @@
|
|
|
284
288
|
"__schema": "KeywordTypeSchema",
|
|
285
289
|
"location": {
|
|
286
290
|
"filePath": "aspect.main.runtime.ts",
|
|
287
|
-
"line":
|
|
291
|
+
"line": 51,
|
|
288
292
|
"character": 73
|
|
289
293
|
},
|
|
290
294
|
"name": "string"
|
|
@@ -296,18 +300,17 @@
|
|
|
296
300
|
"__schema": "TypeArraySchema",
|
|
297
301
|
"location": {
|
|
298
302
|
"filePath": "aspect.main.runtime.ts",
|
|
299
|
-
"line":
|
|
303
|
+
"line": 51,
|
|
300
304
|
"character": 82
|
|
301
305
|
},
|
|
302
306
|
"type": {
|
|
303
307
|
"__schema": "TypeRefSchema",
|
|
304
308
|
"location": {
|
|
305
309
|
"filePath": "aspect.main.runtime.ts",
|
|
306
|
-
"line":
|
|
310
|
+
"line": 51,
|
|
307
311
|
"character": 82
|
|
308
312
|
},
|
|
309
|
-
"name": "AspectSource"
|
|
310
|
-
"internalFilePath": "aspect.main.runtime.ts"
|
|
313
|
+
"name": "AspectSource"
|
|
311
314
|
}
|
|
312
315
|
}
|
|
313
316
|
}
|
|
@@ -319,11 +322,40 @@
|
|
|
319
322
|
"async"
|
|
320
323
|
]
|
|
321
324
|
},
|
|
325
|
+
{
|
|
326
|
+
"__schema": "FunctionLikeSchema",
|
|
327
|
+
"location": {
|
|
328
|
+
"filePath": "aspect.main.runtime.ts",
|
|
329
|
+
"line": 67,
|
|
330
|
+
"character": 3
|
|
331
|
+
},
|
|
332
|
+
"signature": "(method) AspectMain.listCoreAspects(): string[]",
|
|
333
|
+
"name": "listCoreAspects",
|
|
334
|
+
"params": [],
|
|
335
|
+
"returnType": {
|
|
336
|
+
"__schema": "TypeArraySchema",
|
|
337
|
+
"location": {
|
|
338
|
+
"filePath": "aspect.main.runtime.ts",
|
|
339
|
+
"line": 67,
|
|
340
|
+
"character": 22
|
|
341
|
+
},
|
|
342
|
+
"type": {
|
|
343
|
+
"__schema": "KeywordTypeSchema",
|
|
344
|
+
"location": {
|
|
345
|
+
"filePath": "aspect.main.runtime.ts",
|
|
346
|
+
"line": 67,
|
|
347
|
+
"character": 22
|
|
348
|
+
},
|
|
349
|
+
"name": "string"
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"modifiers": []
|
|
353
|
+
},
|
|
322
354
|
{
|
|
323
355
|
"__schema": "GetAccessorSchema",
|
|
324
356
|
"location": {
|
|
325
357
|
"filePath": "aspect.main.runtime.ts",
|
|
326
|
-
"line":
|
|
358
|
+
"line": 71,
|
|
327
359
|
"character": 3
|
|
328
360
|
},
|
|
329
361
|
"signature": "(getter) AspectMain.babelConfig: {\n presets: (string | (string | {\n targets: {\n node: number;\n };\n })[])[];\n plugins: (string | (string | {\n lazy: () => boolean;\n })[] | (string | {\n legacy: boolean;\n })[])[];\n sourceMaps: boolean;\n}",
|
|
@@ -332,7 +364,7 @@
|
|
|
332
364
|
"__schema": "InferenceTypeSchema",
|
|
333
365
|
"location": {
|
|
334
366
|
"filePath": "aspect.main.runtime.ts",
|
|
335
|
-
"line":
|
|
367
|
+
"line": 71,
|
|
336
368
|
"character": 3
|
|
337
369
|
},
|
|
338
370
|
"type": "{\n presets: (string | (string | {\n targets: {\n node: number;\n };\n })[])[];\n plugins: (string | (string | {\n lazy: () => boolean;\n })[] | (string | {\n legacy: boolean;\n })[])[];\n sourceMaps: boolean;\n}"
|
|
@@ -342,7 +374,7 @@
|
|
|
342
374
|
"__schema": "FunctionLikeSchema",
|
|
343
375
|
"location": {
|
|
344
376
|
"filePath": "aspect.main.runtime.ts",
|
|
345
|
-
"line":
|
|
377
|
+
"line": 101,
|
|
346
378
|
"character": 3
|
|
347
379
|
},
|
|
348
380
|
"signature": "(method) AspectMain.setAspectsToComponents(pattern: string, aspectId: string, config?: Record<string, any>, options?: SetAspectOptions): Promise<ComponentID[]>",
|
|
@@ -352,7 +384,7 @@
|
|
|
352
384
|
"__schema": "ParameterSchema",
|
|
353
385
|
"location": {
|
|
354
386
|
"filePath": "aspect.main.runtime.ts",
|
|
355
|
-
"line":
|
|
387
|
+
"line": 102,
|
|
356
388
|
"character": 5
|
|
357
389
|
},
|
|
358
390
|
"name": "pattern",
|
|
@@ -360,7 +392,7 @@
|
|
|
360
392
|
"__schema": "KeywordTypeSchema",
|
|
361
393
|
"location": {
|
|
362
394
|
"filePath": "aspect.main.runtime.ts",
|
|
363
|
-
"line":
|
|
395
|
+
"line": 102,
|
|
364
396
|
"character": 14
|
|
365
397
|
},
|
|
366
398
|
"name": "string"
|
|
@@ -372,7 +404,7 @@
|
|
|
372
404
|
"__schema": "ParameterSchema",
|
|
373
405
|
"location": {
|
|
374
406
|
"filePath": "aspect.main.runtime.ts",
|
|
375
|
-
"line":
|
|
407
|
+
"line": 103,
|
|
376
408
|
"character": 5
|
|
377
409
|
},
|
|
378
410
|
"name": "aspectId",
|
|
@@ -380,7 +412,7 @@
|
|
|
380
412
|
"__schema": "KeywordTypeSchema",
|
|
381
413
|
"location": {
|
|
382
414
|
"filePath": "aspect.main.runtime.ts",
|
|
383
|
-
"line":
|
|
415
|
+
"line": 103,
|
|
384
416
|
"character": 15
|
|
385
417
|
},
|
|
386
418
|
"name": "string"
|
|
@@ -392,7 +424,7 @@
|
|
|
392
424
|
"__schema": "ParameterSchema",
|
|
393
425
|
"location": {
|
|
394
426
|
"filePath": "aspect.main.runtime.ts",
|
|
395
|
-
"line":
|
|
427
|
+
"line": 104,
|
|
396
428
|
"character": 5
|
|
397
429
|
},
|
|
398
430
|
"name": "config",
|
|
@@ -400,7 +432,7 @@
|
|
|
400
432
|
"__schema": "TypeRefSchema",
|
|
401
433
|
"location": {
|
|
402
434
|
"filePath": "aspect.main.runtime.ts",
|
|
403
|
-
"line":
|
|
435
|
+
"line": 104,
|
|
404
436
|
"character": 13
|
|
405
437
|
},
|
|
406
438
|
"name": "Record",
|
|
@@ -409,7 +441,7 @@
|
|
|
409
441
|
"__schema": "KeywordTypeSchema",
|
|
410
442
|
"location": {
|
|
411
443
|
"filePath": "aspect.main.runtime.ts",
|
|
412
|
-
"line":
|
|
444
|
+
"line": 104,
|
|
413
445
|
"character": 20
|
|
414
446
|
},
|
|
415
447
|
"name": "string"
|
|
@@ -418,7 +450,7 @@
|
|
|
418
450
|
"__schema": "KeywordTypeSchema",
|
|
419
451
|
"location": {
|
|
420
452
|
"filePath": "aspect.main.runtime.ts",
|
|
421
|
-
"line":
|
|
453
|
+
"line": 104,
|
|
422
454
|
"character": 28
|
|
423
455
|
},
|
|
424
456
|
"name": "any"
|
|
@@ -433,7 +465,7 @@
|
|
|
433
465
|
"__schema": "ParameterSchema",
|
|
434
466
|
"location": {
|
|
435
467
|
"filePath": "aspect.main.runtime.ts",
|
|
436
|
-
"line":
|
|
468
|
+
"line": 105,
|
|
437
469
|
"character": 5
|
|
438
470
|
},
|
|
439
471
|
"name": "options",
|
|
@@ -441,11 +473,10 @@
|
|
|
441
473
|
"__schema": "TypeRefSchema",
|
|
442
474
|
"location": {
|
|
443
475
|
"filePath": "aspect.main.runtime.ts",
|
|
444
|
-
"line":
|
|
476
|
+
"line": 105,
|
|
445
477
|
"character": 14
|
|
446
478
|
},
|
|
447
|
-
"name": "SetAspectOptions"
|
|
448
|
-
"internalFilePath": "aspect.cmd.ts"
|
|
479
|
+
"name": "SetAspectOptions"
|
|
449
480
|
},
|
|
450
481
|
"isOptional": true,
|
|
451
482
|
"defaultValue": "{}",
|
|
@@ -456,7 +487,7 @@
|
|
|
456
487
|
"__schema": "TypeRefSchema",
|
|
457
488
|
"location": {
|
|
458
489
|
"filePath": "aspect.main.runtime.ts",
|
|
459
|
-
"line":
|
|
490
|
+
"line": 106,
|
|
460
491
|
"character": 6
|
|
461
492
|
},
|
|
462
493
|
"name": "Promise",
|
|
@@ -465,22 +496,17 @@
|
|
|
465
496
|
"__schema": "TypeArraySchema",
|
|
466
497
|
"location": {
|
|
467
498
|
"filePath": "aspect.main.runtime.ts",
|
|
468
|
-
"line":
|
|
499
|
+
"line": 106,
|
|
469
500
|
"character": 14
|
|
470
501
|
},
|
|
471
502
|
"type": {
|
|
472
503
|
"__schema": "TypeRefSchema",
|
|
473
504
|
"location": {
|
|
474
505
|
"filePath": "aspect.main.runtime.ts",
|
|
475
|
-
"line":
|
|
506
|
+
"line": 106,
|
|
476
507
|
"character": 14
|
|
477
508
|
},
|
|
478
|
-
"name": "ComponentID"
|
|
479
|
-
"componentId": {
|
|
480
|
-
"scope": "teambit.component",
|
|
481
|
-
"name": "component-id",
|
|
482
|
-
"version": "1.2.2"
|
|
483
|
-
}
|
|
509
|
+
"name": "ComponentID"
|
|
484
510
|
}
|
|
485
511
|
}
|
|
486
512
|
]
|
|
@@ -493,7 +519,7 @@
|
|
|
493
519
|
"__schema": "FunctionLikeSchema",
|
|
494
520
|
"location": {
|
|
495
521
|
"filePath": "aspect.main.runtime.ts",
|
|
496
|
-
"line":
|
|
522
|
+
"line": 120,
|
|
497
523
|
"character": 3
|
|
498
524
|
},
|
|
499
525
|
"signature": "(method) AspectMain.unsetAspectsFromComponents(pattern: string, aspectIdStr: string): Promise<ComponentID[]>",
|
|
@@ -503,7 +529,7 @@
|
|
|
503
529
|
"__schema": "ParameterSchema",
|
|
504
530
|
"location": {
|
|
505
531
|
"filePath": "aspect.main.runtime.ts",
|
|
506
|
-
"line":
|
|
532
|
+
"line": 120,
|
|
507
533
|
"character": 36
|
|
508
534
|
},
|
|
509
535
|
"name": "pattern",
|
|
@@ -511,7 +537,7 @@
|
|
|
511
537
|
"__schema": "KeywordTypeSchema",
|
|
512
538
|
"location": {
|
|
513
539
|
"filePath": "aspect.main.runtime.ts",
|
|
514
|
-
"line":
|
|
540
|
+
"line": 120,
|
|
515
541
|
"character": 45
|
|
516
542
|
},
|
|
517
543
|
"name": "string"
|
|
@@ -523,7 +549,7 @@
|
|
|
523
549
|
"__schema": "ParameterSchema",
|
|
524
550
|
"location": {
|
|
525
551
|
"filePath": "aspect.main.runtime.ts",
|
|
526
|
-
"line":
|
|
552
|
+
"line": 120,
|
|
527
553
|
"character": 53
|
|
528
554
|
},
|
|
529
555
|
"name": "aspectIdStr",
|
|
@@ -531,7 +557,7 @@
|
|
|
531
557
|
"__schema": "KeywordTypeSchema",
|
|
532
558
|
"location": {
|
|
533
559
|
"filePath": "aspect.main.runtime.ts",
|
|
534
|
-
"line":
|
|
560
|
+
"line": 120,
|
|
535
561
|
"character": 66
|
|
536
562
|
},
|
|
537
563
|
"name": "string"
|
|
@@ -544,7 +570,7 @@
|
|
|
544
570
|
"__schema": "TypeRefSchema",
|
|
545
571
|
"location": {
|
|
546
572
|
"filePath": "aspect.main.runtime.ts",
|
|
547
|
-
"line":
|
|
573
|
+
"line": 120,
|
|
548
574
|
"character": 75
|
|
549
575
|
},
|
|
550
576
|
"name": "Promise",
|
|
@@ -553,22 +579,17 @@
|
|
|
553
579
|
"__schema": "TypeArraySchema",
|
|
554
580
|
"location": {
|
|
555
581
|
"filePath": "aspect.main.runtime.ts",
|
|
556
|
-
"line":
|
|
582
|
+
"line": 120,
|
|
557
583
|
"character": 83
|
|
558
584
|
},
|
|
559
585
|
"type": {
|
|
560
586
|
"__schema": "TypeRefSchema",
|
|
561
587
|
"location": {
|
|
562
588
|
"filePath": "aspect.main.runtime.ts",
|
|
563
|
-
"line":
|
|
589
|
+
"line": 120,
|
|
564
590
|
"character": 83
|
|
565
591
|
},
|
|
566
|
-
"name": "ComponentID"
|
|
567
|
-
"componentId": {
|
|
568
|
-
"scope": "teambit.component",
|
|
569
|
-
"name": "component-id",
|
|
570
|
-
"version": "1.2.2"
|
|
571
|
-
}
|
|
592
|
+
"name": "ComponentID"
|
|
572
593
|
}
|
|
573
594
|
}
|
|
574
595
|
]
|
|
@@ -581,14 +602,14 @@
|
|
|
581
602
|
"__schema": "FunctionLikeSchema",
|
|
582
603
|
"location": {
|
|
583
604
|
"filePath": "aspect.main.runtime.ts",
|
|
584
|
-
"line":
|
|
605
|
+
"line": 140,
|
|
585
606
|
"character": 3
|
|
586
607
|
},
|
|
587
608
|
"doc": {
|
|
588
609
|
"__schema": "DocSchema",
|
|
589
610
|
"location": {
|
|
590
611
|
"filePath": "aspect.main.runtime.ts",
|
|
591
|
-
"line":
|
|
612
|
+
"line": 137,
|
|
592
613
|
"character": 3
|
|
593
614
|
},
|
|
594
615
|
"raw": "/**\n * returns all aspects info of a component, include the config and the data.\n */",
|
|
@@ -602,7 +623,7 @@
|
|
|
602
623
|
"__schema": "ParameterSchema",
|
|
603
624
|
"location": {
|
|
604
625
|
"filePath": "aspect.main.runtime.ts",
|
|
605
|
-
"line":
|
|
626
|
+
"line": 140,
|
|
606
627
|
"character": 31
|
|
607
628
|
},
|
|
608
629
|
"name": "id",
|
|
@@ -610,7 +631,7 @@
|
|
|
610
631
|
"__schema": "TypeUnionSchema",
|
|
611
632
|
"location": {
|
|
612
633
|
"filePath": "aspect.main.runtime.ts",
|
|
613
|
-
"line":
|
|
634
|
+
"line": 140,
|
|
614
635
|
"character": 35
|
|
615
636
|
},
|
|
616
637
|
"types": [
|
|
@@ -618,7 +639,7 @@
|
|
|
618
639
|
"__schema": "KeywordTypeSchema",
|
|
619
640
|
"location": {
|
|
620
641
|
"filePath": "aspect.main.runtime.ts",
|
|
621
|
-
"line":
|
|
642
|
+
"line": 140,
|
|
622
643
|
"character": 35
|
|
623
644
|
},
|
|
624
645
|
"name": "string"
|
|
@@ -627,15 +648,10 @@
|
|
|
627
648
|
"__schema": "TypeRefSchema",
|
|
628
649
|
"location": {
|
|
629
650
|
"filePath": "aspect.main.runtime.ts",
|
|
630
|
-
"line":
|
|
651
|
+
"line": 140,
|
|
631
652
|
"character": 44
|
|
632
653
|
},
|
|
633
|
-
"name": "ComponentID"
|
|
634
|
-
"componentId": {
|
|
635
|
-
"scope": "teambit.component",
|
|
636
|
-
"name": "component-id",
|
|
637
|
-
"version": "1.2.2"
|
|
638
|
-
}
|
|
654
|
+
"name": "ComponentID"
|
|
639
655
|
}
|
|
640
656
|
]
|
|
641
657
|
},
|
|
@@ -647,7 +663,7 @@
|
|
|
647
663
|
"__schema": "TypeRefSchema",
|
|
648
664
|
"location": {
|
|
649
665
|
"filePath": "aspect.main.runtime.ts",
|
|
650
|
-
"line":
|
|
666
|
+
"line": 140,
|
|
651
667
|
"character": 58
|
|
652
668
|
},
|
|
653
669
|
"name": "Promise",
|
|
@@ -656,14 +672,10 @@
|
|
|
656
672
|
"__schema": "TypeRefSchema",
|
|
657
673
|
"location": {
|
|
658
674
|
"filePath": "aspect.main.runtime.ts",
|
|
659
|
-
"line":
|
|
675
|
+
"line": 140,
|
|
660
676
|
"character": 66
|
|
661
677
|
},
|
|
662
|
-
"name": "AspectList"
|
|
663
|
-
"componentId": {
|
|
664
|
-
"scope": "teambit.component",
|
|
665
|
-
"name": "component"
|
|
666
|
-
}
|
|
678
|
+
"name": "AspectList"
|
|
667
679
|
}
|
|
668
680
|
]
|
|
669
681
|
},
|
|
@@ -675,14 +687,14 @@
|
|
|
675
687
|
"__schema": "FunctionLikeSchema",
|
|
676
688
|
"location": {
|
|
677
689
|
"filePath": "aspect.main.runtime.ts",
|
|
678
|
-
"line":
|
|
690
|
+
"line": 151,
|
|
679
691
|
"character": 3
|
|
680
692
|
},
|
|
681
693
|
"doc": {
|
|
682
694
|
"__schema": "DocSchema",
|
|
683
695
|
"location": {
|
|
684
696
|
"filePath": "aspect.main.runtime.ts",
|
|
685
|
-
"line":
|
|
697
|
+
"line": 148,
|
|
686
698
|
"character": 3
|
|
687
699
|
},
|
|
688
700
|
"raw": "/**\n * helps debugging why/how an aspect was set to a component\n */",
|
|
@@ -696,7 +708,7 @@
|
|
|
696
708
|
"__schema": "ParameterSchema",
|
|
697
709
|
"location": {
|
|
698
710
|
"filePath": "aspect.main.runtime.ts",
|
|
699
|
-
"line":
|
|
711
|
+
"line": 151,
|
|
700
712
|
"character": 43
|
|
701
713
|
},
|
|
702
714
|
"name": "id",
|
|
@@ -704,7 +716,7 @@
|
|
|
704
716
|
"__schema": "TypeUnionSchema",
|
|
705
717
|
"location": {
|
|
706
718
|
"filePath": "aspect.main.runtime.ts",
|
|
707
|
-
"line":
|
|
719
|
+
"line": 151,
|
|
708
720
|
"character": 47
|
|
709
721
|
},
|
|
710
722
|
"types": [
|
|
@@ -712,7 +724,7 @@
|
|
|
712
724
|
"__schema": "KeywordTypeSchema",
|
|
713
725
|
"location": {
|
|
714
726
|
"filePath": "aspect.main.runtime.ts",
|
|
715
|
-
"line":
|
|
727
|
+
"line": 151,
|
|
716
728
|
"character": 47
|
|
717
729
|
},
|
|
718
730
|
"name": "string"
|
|
@@ -721,15 +733,10 @@
|
|
|
721
733
|
"__schema": "TypeRefSchema",
|
|
722
734
|
"location": {
|
|
723
735
|
"filePath": "aspect.main.runtime.ts",
|
|
724
|
-
"line":
|
|
736
|
+
"line": 151,
|
|
725
737
|
"character": 56
|
|
726
738
|
},
|
|
727
|
-
"name": "ComponentID"
|
|
728
|
-
"componentId": {
|
|
729
|
-
"scope": "teambit.component",
|
|
730
|
-
"name": "component-id",
|
|
731
|
-
"version": "1.2.2"
|
|
732
|
-
}
|
|
739
|
+
"name": "ComponentID"
|
|
733
740
|
}
|
|
734
741
|
]
|
|
735
742
|
},
|
|
@@ -741,7 +748,7 @@
|
|
|
741
748
|
"__schema": "InferenceTypeSchema",
|
|
742
749
|
"location": {
|
|
743
750
|
"filePath": "aspect.main.runtime.ts",
|
|
744
|
-
"line":
|
|
751
|
+
"line": 151,
|
|
745
752
|
"character": 3
|
|
746
753
|
},
|
|
747
754
|
"type": "Promise<{\n aspects: AspectList;\n extensions: ExtensionDataList;\n beforeMerge: {\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n }[];\n}>"
|
|
@@ -754,7 +761,7 @@
|
|
|
754
761
|
"__schema": "FunctionLikeSchema",
|
|
755
762
|
"location": {
|
|
756
763
|
"filePath": "aspect.main.runtime.ts",
|
|
757
|
-
"line":
|
|
764
|
+
"line": 165,
|
|
758
765
|
"character": 3
|
|
759
766
|
},
|
|
760
767
|
"signature": "(method) AspectMain.updateAspectsToComponents(aspectId: string, pattern?: string): Promise<{\n updated: ComponentID[];\n alreadyUpToDate: ComponentID[];\n}>",
|
|
@@ -764,7 +771,7 @@
|
|
|
764
771
|
"__schema": "ParameterSchema",
|
|
765
772
|
"location": {
|
|
766
773
|
"filePath": "aspect.main.runtime.ts",
|
|
767
|
-
"line":
|
|
774
|
+
"line": 166,
|
|
768
775
|
"character": 5
|
|
769
776
|
},
|
|
770
777
|
"name": "aspectId",
|
|
@@ -772,7 +779,7 @@
|
|
|
772
779
|
"__schema": "KeywordTypeSchema",
|
|
773
780
|
"location": {
|
|
774
781
|
"filePath": "aspect.main.runtime.ts",
|
|
775
|
-
"line":
|
|
782
|
+
"line": 166,
|
|
776
783
|
"character": 15
|
|
777
784
|
},
|
|
778
785
|
"name": "string"
|
|
@@ -784,7 +791,7 @@
|
|
|
784
791
|
"__schema": "ParameterSchema",
|
|
785
792
|
"location": {
|
|
786
793
|
"filePath": "aspect.main.runtime.ts",
|
|
787
|
-
"line":
|
|
794
|
+
"line": 167,
|
|
788
795
|
"character": 5
|
|
789
796
|
},
|
|
790
797
|
"name": "pattern",
|
|
@@ -792,7 +799,7 @@
|
|
|
792
799
|
"__schema": "KeywordTypeSchema",
|
|
793
800
|
"location": {
|
|
794
801
|
"filePath": "aspect.main.runtime.ts",
|
|
795
|
-
"line":
|
|
802
|
+
"line": 167,
|
|
796
803
|
"character": 15
|
|
797
804
|
},
|
|
798
805
|
"name": "string"
|
|
@@ -805,7 +812,7 @@
|
|
|
805
812
|
"__schema": "TypeRefSchema",
|
|
806
813
|
"location": {
|
|
807
814
|
"filePath": "aspect.main.runtime.ts",
|
|
808
|
-
"line":
|
|
815
|
+
"line": 168,
|
|
809
816
|
"character": 6
|
|
810
817
|
},
|
|
811
818
|
"name": "Promise",
|
|
@@ -814,7 +821,7 @@
|
|
|
814
821
|
"__schema": "TypeLiteralSchema",
|
|
815
822
|
"location": {
|
|
816
823
|
"filePath": "aspect.main.runtime.ts",
|
|
817
|
-
"line":
|
|
824
|
+
"line": 168,
|
|
818
825
|
"character": 14
|
|
819
826
|
},
|
|
820
827
|
"members": [
|
|
@@ -822,7 +829,7 @@
|
|
|
822
829
|
"__schema": "VariableLikeSchema",
|
|
823
830
|
"location": {
|
|
824
831
|
"filePath": "aspect.main.runtime.ts",
|
|
825
|
-
"line":
|
|
832
|
+
"line": 168,
|
|
826
833
|
"character": 16
|
|
827
834
|
},
|
|
828
835
|
"signature": "(property) updated: ComponentID[]",
|
|
@@ -831,22 +838,17 @@
|
|
|
831
838
|
"__schema": "TypeArraySchema",
|
|
832
839
|
"location": {
|
|
833
840
|
"filePath": "aspect.main.runtime.ts",
|
|
834
|
-
"line":
|
|
841
|
+
"line": 168,
|
|
835
842
|
"character": 25
|
|
836
843
|
},
|
|
837
844
|
"type": {
|
|
838
845
|
"__schema": "TypeRefSchema",
|
|
839
846
|
"location": {
|
|
840
847
|
"filePath": "aspect.main.runtime.ts",
|
|
841
|
-
"line":
|
|
848
|
+
"line": 168,
|
|
842
849
|
"character": 25
|
|
843
850
|
},
|
|
844
|
-
"name": "ComponentID"
|
|
845
|
-
"componentId": {
|
|
846
|
-
"scope": "teambit.component",
|
|
847
|
-
"name": "component-id",
|
|
848
|
-
"version": "1.2.2"
|
|
849
|
-
}
|
|
851
|
+
"name": "ComponentID"
|
|
850
852
|
}
|
|
851
853
|
},
|
|
852
854
|
"isOptional": false
|
|
@@ -855,7 +857,7 @@
|
|
|
855
857
|
"__schema": "VariableLikeSchema",
|
|
856
858
|
"location": {
|
|
857
859
|
"filePath": "aspect.main.runtime.ts",
|
|
858
|
-
"line":
|
|
860
|
+
"line": 168,
|
|
859
861
|
"character": 40
|
|
860
862
|
},
|
|
861
863
|
"signature": "(property) alreadyUpToDate: ComponentID[]",
|
|
@@ -864,22 +866,17 @@
|
|
|
864
866
|
"__schema": "TypeArraySchema",
|
|
865
867
|
"location": {
|
|
866
868
|
"filePath": "aspect.main.runtime.ts",
|
|
867
|
-
"line":
|
|
869
|
+
"line": 168,
|
|
868
870
|
"character": 57
|
|
869
871
|
},
|
|
870
872
|
"type": {
|
|
871
873
|
"__schema": "TypeRefSchema",
|
|
872
874
|
"location": {
|
|
873
875
|
"filePath": "aspect.main.runtime.ts",
|
|
874
|
-
"line":
|
|
876
|
+
"line": 168,
|
|
875
877
|
"character": 57
|
|
876
878
|
},
|
|
877
|
-
"name": "ComponentID"
|
|
878
|
-
"componentId": {
|
|
879
|
-
"scope": "teambit.component",
|
|
880
|
-
"name": "component-id",
|
|
881
|
-
"version": "1.2.2"
|
|
882
|
-
}
|
|
879
|
+
"name": "ComponentID"
|
|
883
880
|
}
|
|
884
881
|
},
|
|
885
882
|
"isOptional": false
|
|
@@ -896,14 +893,14 @@
|
|
|
896
893
|
"__schema": "FunctionLikeSchema",
|
|
897
894
|
"location": {
|
|
898
895
|
"filePath": "aspect.main.runtime.ts",
|
|
899
|
-
"line":
|
|
896
|
+
"line": 206,
|
|
900
897
|
"character": 3
|
|
901
898
|
},
|
|
902
899
|
"doc": {
|
|
903
900
|
"__schema": "DocSchema",
|
|
904
901
|
"location": {
|
|
905
902
|
"filePath": "aspect.main.runtime.ts",
|
|
906
|
-
"line":
|
|
903
|
+
"line": 203,
|
|
907
904
|
"character": 3
|
|
908
905
|
},
|
|
909
906
|
"raw": "/**\n * override the dependency configuration of the component environment.\n */",
|
|
@@ -917,7 +914,7 @@
|
|
|
917
914
|
"__schema": "ParameterSchema",
|
|
918
915
|
"location": {
|
|
919
916
|
"filePath": "aspect.main.runtime.ts",
|
|
920
|
-
"line":
|
|
917
|
+
"line": 206,
|
|
921
918
|
"character": 24
|
|
922
919
|
},
|
|
923
920
|
"name": "dependencyPolicy",
|
|
@@ -925,14 +922,10 @@
|
|
|
925
922
|
"__schema": "TypeRefSchema",
|
|
926
923
|
"location": {
|
|
927
924
|
"filePath": "aspect.main.runtime.ts",
|
|
928
|
-
"line":
|
|
925
|
+
"line": 206,
|
|
929
926
|
"character": 42
|
|
930
927
|
},
|
|
931
|
-
"name": "EnvPolicyConfigObject"
|
|
932
|
-
"componentId": {
|
|
933
|
-
"scope": "teambit.dependencies",
|
|
934
|
-
"name": "dependency-resolver"
|
|
935
|
-
}
|
|
928
|
+
"name": "EnvPolicyConfigObject"
|
|
936
929
|
},
|
|
937
930
|
"isOptional": false,
|
|
938
931
|
"isSpread": false
|
|
@@ -942,7 +935,7 @@
|
|
|
942
935
|
"__schema": "TypeRefSchema",
|
|
943
936
|
"location": {
|
|
944
937
|
"filePath": "aspect.main.runtime.ts",
|
|
945
|
-
"line":
|
|
938
|
+
"line": 206,
|
|
946
939
|
"character": 3
|
|
947
940
|
},
|
|
948
941
|
"name": "EnvTransformer",
|
|
@@ -957,7 +950,7 @@
|
|
|
957
950
|
"__schema": "VariableLikeSchema",
|
|
958
951
|
"location": {
|
|
959
952
|
"filePath": "aspect.main.runtime.ts",
|
|
960
|
-
"line":
|
|
953
|
+
"line": 215,
|
|
961
954
|
"character": 3
|
|
962
955
|
},
|
|
963
956
|
"signature": "(property) AspectMain.runtime: RuntimeDefinition",
|
|
@@ -966,7 +959,7 @@
|
|
|
966
959
|
"__schema": "InferenceTypeSchema",
|
|
967
960
|
"location": {
|
|
968
961
|
"filePath": "aspect.main.runtime.ts",
|
|
969
|
-
"line":
|
|
962
|
+
"line": 215,
|
|
970
963
|
"character": 3
|
|
971
964
|
},
|
|
972
965
|
"type": "RuntimeDefinition"
|
|
@@ -978,7 +971,7 @@
|
|
|
978
971
|
"__schema": "VariableLikeSchema",
|
|
979
972
|
"location": {
|
|
980
973
|
"filePath": "aspect.main.runtime.ts",
|
|
981
|
-
"line":
|
|
974
|
+
"line": 216,
|
|
982
975
|
"character": 3
|
|
983
976
|
},
|
|
984
977
|
"signature": "(property) AspectMain.dependencies: Aspect[]",
|
|
@@ -987,7 +980,7 @@
|
|
|
987
980
|
"__schema": "InferenceTypeSchema",
|
|
988
981
|
"location": {
|
|
989
982
|
"filePath": "aspect.main.runtime.ts",
|
|
990
|
-
"line":
|
|
983
|
+
"line": 216,
|
|
991
984
|
"character": 3
|
|
992
985
|
},
|
|
993
986
|
"type": "Aspect[]"
|
|
@@ -999,7 +992,7 @@
|
|
|
999
992
|
"__schema": "FunctionLikeSchema",
|
|
1000
993
|
"location": {
|
|
1001
994
|
"filePath": "aspect.main.runtime.ts",
|
|
1002
|
-
"line":
|
|
995
|
+
"line": 230,
|
|
1003
996
|
"character": 3
|
|
1004
997
|
},
|
|
1005
998
|
"signature": "(method) AspectMain.provider([react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain, devFilesMain]: [\n ReactMain,\n EnvsMain,\n BuilderMain,\n AspectLoaderMain,\n CompilerMain,\n GeneratorMain,\n Workspace,\n CLIMain,\n LoggerMain,\n WorkerMain,\n DevFilesMain\n], config: any, slots: any, harmony: Harmony): Promise<AspectMain>",
|
|
@@ -1009,7 +1002,7 @@
|
|
|
1009
1002
|
"__schema": "ParameterSchema",
|
|
1010
1003
|
"location": {
|
|
1011
1004
|
"filePath": "aspect.main.runtime.ts",
|
|
1012
|
-
"line":
|
|
1005
|
+
"line": 231,
|
|
1013
1006
|
"character": 5
|
|
1014
1007
|
},
|
|
1015
1008
|
"name": "[ react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain, devFilesMain ]",
|
|
@@ -1017,7 +1010,7 @@
|
|
|
1017
1010
|
"__schema": "TupleTypeSchema",
|
|
1018
1011
|
"location": {
|
|
1019
1012
|
"filePath": "aspect.main.runtime.ts",
|
|
1020
|
-
"line":
|
|
1013
|
+
"line": 231,
|
|
1021
1014
|
"character": 118
|
|
1022
1015
|
},
|
|
1023
1016
|
"elements": [
|
|
@@ -1025,144 +1018,100 @@
|
|
|
1025
1018
|
"__schema": "TypeRefSchema",
|
|
1026
1019
|
"location": {
|
|
1027
1020
|
"filePath": "aspect.main.runtime.ts",
|
|
1028
|
-
"line":
|
|
1021
|
+
"line": 232,
|
|
1029
1022
|
"character": 7
|
|
1030
1023
|
},
|
|
1031
|
-
"name": "ReactMain"
|
|
1032
|
-
"componentId": {
|
|
1033
|
-
"scope": "teambit.react",
|
|
1034
|
-
"name": "react"
|
|
1035
|
-
}
|
|
1024
|
+
"name": "ReactMain"
|
|
1036
1025
|
},
|
|
1037
1026
|
{
|
|
1038
1027
|
"__schema": "TypeRefSchema",
|
|
1039
1028
|
"location": {
|
|
1040
1029
|
"filePath": "aspect.main.runtime.ts",
|
|
1041
|
-
"line":
|
|
1030
|
+
"line": 233,
|
|
1042
1031
|
"character": 7
|
|
1043
1032
|
},
|
|
1044
|
-
"name": "EnvsMain"
|
|
1045
|
-
"componentId": {
|
|
1046
|
-
"scope": "teambit.envs",
|
|
1047
|
-
"name": "envs"
|
|
1048
|
-
}
|
|
1033
|
+
"name": "EnvsMain"
|
|
1049
1034
|
},
|
|
1050
1035
|
{
|
|
1051
1036
|
"__schema": "TypeRefSchema",
|
|
1052
1037
|
"location": {
|
|
1053
1038
|
"filePath": "aspect.main.runtime.ts",
|
|
1054
|
-
"line":
|
|
1039
|
+
"line": 234,
|
|
1055
1040
|
"character": 7
|
|
1056
1041
|
},
|
|
1057
|
-
"name": "BuilderMain"
|
|
1058
|
-
"componentId": {
|
|
1059
|
-
"scope": "teambit.pipelines",
|
|
1060
|
-
"name": "builder"
|
|
1061
|
-
}
|
|
1042
|
+
"name": "BuilderMain"
|
|
1062
1043
|
},
|
|
1063
1044
|
{
|
|
1064
1045
|
"__schema": "TypeRefSchema",
|
|
1065
1046
|
"location": {
|
|
1066
1047
|
"filePath": "aspect.main.runtime.ts",
|
|
1067
|
-
"line":
|
|
1048
|
+
"line": 235,
|
|
1068
1049
|
"character": 7
|
|
1069
1050
|
},
|
|
1070
|
-
"name": "AspectLoaderMain"
|
|
1071
|
-
"componentId": {
|
|
1072
|
-
"scope": "teambit.harmony",
|
|
1073
|
-
"name": "aspect-loader"
|
|
1074
|
-
}
|
|
1051
|
+
"name": "AspectLoaderMain"
|
|
1075
1052
|
},
|
|
1076
1053
|
{
|
|
1077
1054
|
"__schema": "TypeRefSchema",
|
|
1078
1055
|
"location": {
|
|
1079
1056
|
"filePath": "aspect.main.runtime.ts",
|
|
1080
|
-
"line":
|
|
1057
|
+
"line": 236,
|
|
1081
1058
|
"character": 7
|
|
1082
1059
|
},
|
|
1083
|
-
"name": "CompilerMain"
|
|
1084
|
-
"componentId": {
|
|
1085
|
-
"scope": "teambit.compilation",
|
|
1086
|
-
"name": "compiler"
|
|
1087
|
-
}
|
|
1060
|
+
"name": "CompilerMain"
|
|
1088
1061
|
},
|
|
1089
1062
|
{
|
|
1090
1063
|
"__schema": "TypeRefSchema",
|
|
1091
1064
|
"location": {
|
|
1092
1065
|
"filePath": "aspect.main.runtime.ts",
|
|
1093
|
-
"line":
|
|
1066
|
+
"line": 237,
|
|
1094
1067
|
"character": 7
|
|
1095
1068
|
},
|
|
1096
|
-
"name": "GeneratorMain"
|
|
1097
|
-
"componentId": {
|
|
1098
|
-
"scope": "teambit.generator",
|
|
1099
|
-
"name": "generator"
|
|
1100
|
-
}
|
|
1069
|
+
"name": "GeneratorMain"
|
|
1101
1070
|
},
|
|
1102
1071
|
{
|
|
1103
1072
|
"__schema": "TypeRefSchema",
|
|
1104
1073
|
"location": {
|
|
1105
1074
|
"filePath": "aspect.main.runtime.ts",
|
|
1106
|
-
"line":
|
|
1075
|
+
"line": 238,
|
|
1107
1076
|
"character": 7
|
|
1108
1077
|
},
|
|
1109
|
-
"name": "Workspace"
|
|
1110
|
-
"componentId": {
|
|
1111
|
-
"scope": "teambit.workspace",
|
|
1112
|
-
"name": "workspace"
|
|
1113
|
-
}
|
|
1078
|
+
"name": "Workspace"
|
|
1114
1079
|
},
|
|
1115
1080
|
{
|
|
1116
1081
|
"__schema": "TypeRefSchema",
|
|
1117
1082
|
"location": {
|
|
1118
1083
|
"filePath": "aspect.main.runtime.ts",
|
|
1119
|
-
"line":
|
|
1084
|
+
"line": 239,
|
|
1120
1085
|
"character": 7
|
|
1121
1086
|
},
|
|
1122
|
-
"name": "CLIMain"
|
|
1123
|
-
"componentId": {
|
|
1124
|
-
"scope": "teambit.harmony",
|
|
1125
|
-
"name": "cli"
|
|
1126
|
-
}
|
|
1087
|
+
"name": "CLIMain"
|
|
1127
1088
|
},
|
|
1128
1089
|
{
|
|
1129
1090
|
"__schema": "TypeRefSchema",
|
|
1130
1091
|
"location": {
|
|
1131
1092
|
"filePath": "aspect.main.runtime.ts",
|
|
1132
|
-
"line":
|
|
1093
|
+
"line": 240,
|
|
1133
1094
|
"character": 7
|
|
1134
1095
|
},
|
|
1135
|
-
"name": "LoggerMain"
|
|
1136
|
-
"componentId": {
|
|
1137
|
-
"scope": "teambit.harmony",
|
|
1138
|
-
"name": "logger"
|
|
1139
|
-
}
|
|
1096
|
+
"name": "LoggerMain"
|
|
1140
1097
|
},
|
|
1141
1098
|
{
|
|
1142
1099
|
"__schema": "TypeRefSchema",
|
|
1143
1100
|
"location": {
|
|
1144
1101
|
"filePath": "aspect.main.runtime.ts",
|
|
1145
|
-
"line":
|
|
1102
|
+
"line": 241,
|
|
1146
1103
|
"character": 7
|
|
1147
1104
|
},
|
|
1148
|
-
"name": "WorkerMain"
|
|
1149
|
-
"componentId": {
|
|
1150
|
-
"scope": "teambit.harmony",
|
|
1151
|
-
"name": "worker"
|
|
1152
|
-
}
|
|
1105
|
+
"name": "WorkerMain"
|
|
1153
1106
|
},
|
|
1154
1107
|
{
|
|
1155
1108
|
"__schema": "TypeRefSchema",
|
|
1156
1109
|
"location": {
|
|
1157
1110
|
"filePath": "aspect.main.runtime.ts",
|
|
1158
|
-
"line":
|
|
1111
|
+
"line": 242,
|
|
1159
1112
|
"character": 7
|
|
1160
1113
|
},
|
|
1161
|
-
"name": "DevFilesMain"
|
|
1162
|
-
"componentId": {
|
|
1163
|
-
"scope": "teambit.component",
|
|
1164
|
-
"name": "dev-files"
|
|
1165
|
-
}
|
|
1114
|
+
"name": "DevFilesMain"
|
|
1166
1115
|
}
|
|
1167
1116
|
]
|
|
1168
1117
|
},
|
|
@@ -1173,7 +1122,7 @@
|
|
|
1173
1122
|
"__schema": "ParameterSchema",
|
|
1174
1123
|
"location": {
|
|
1175
1124
|
"filePath": "aspect.main.runtime.ts",
|
|
1176
|
-
"line":
|
|
1125
|
+
"line": 244,
|
|
1177
1126
|
"character": 5
|
|
1178
1127
|
},
|
|
1179
1128
|
"name": "config",
|
|
@@ -1181,7 +1130,7 @@
|
|
|
1181
1130
|
"__schema": "InferenceTypeSchema",
|
|
1182
1131
|
"location": {
|
|
1183
1132
|
"filePath": "aspect.main.runtime.ts",
|
|
1184
|
-
"line":
|
|
1133
|
+
"line": 244,
|
|
1185
1134
|
"character": 5
|
|
1186
1135
|
},
|
|
1187
1136
|
"type": "any"
|
|
@@ -1193,7 +1142,7 @@
|
|
|
1193
1142
|
"__schema": "ParameterSchema",
|
|
1194
1143
|
"location": {
|
|
1195
1144
|
"filePath": "aspect.main.runtime.ts",
|
|
1196
|
-
"line":
|
|
1145
|
+
"line": 245,
|
|
1197
1146
|
"character": 5
|
|
1198
1147
|
},
|
|
1199
1148
|
"name": "slots",
|
|
@@ -1201,7 +1150,7 @@
|
|
|
1201
1150
|
"__schema": "InferenceTypeSchema",
|
|
1202
1151
|
"location": {
|
|
1203
1152
|
"filePath": "aspect.main.runtime.ts",
|
|
1204
|
-
"line":
|
|
1153
|
+
"line": 245,
|
|
1205
1154
|
"character": 5
|
|
1206
1155
|
},
|
|
1207
1156
|
"type": "any"
|
|
@@ -1213,7 +1162,7 @@
|
|
|
1213
1162
|
"__schema": "ParameterSchema",
|
|
1214
1163
|
"location": {
|
|
1215
1164
|
"filePath": "aspect.main.runtime.ts",
|
|
1216
|
-
"line":
|
|
1165
|
+
"line": 246,
|
|
1217
1166
|
"character": 5
|
|
1218
1167
|
},
|
|
1219
1168
|
"name": "harmony",
|
|
@@ -1221,15 +1170,10 @@
|
|
|
1221
1170
|
"__schema": "TypeRefSchema",
|
|
1222
1171
|
"location": {
|
|
1223
1172
|
"filePath": "aspect.main.runtime.ts",
|
|
1224
|
-
"line":
|
|
1173
|
+
"line": 246,
|
|
1225
1174
|
"character": 14
|
|
1226
1175
|
},
|
|
1227
|
-
"name": "Harmony"
|
|
1228
|
-
"componentId": {
|
|
1229
|
-
"scope": "teambit.harmony",
|
|
1230
|
-
"name": "harmony",
|
|
1231
|
-
"version": "0.4.6"
|
|
1232
|
-
}
|
|
1176
|
+
"name": "Harmony"
|
|
1233
1177
|
},
|
|
1234
1178
|
"isOptional": false,
|
|
1235
1179
|
"isSpread": false
|
|
@@ -1239,7 +1183,7 @@
|
|
|
1239
1183
|
"__schema": "InferenceTypeSchema",
|
|
1240
1184
|
"location": {
|
|
1241
1185
|
"filePath": "aspect.main.runtime.ts",
|
|
1242
|
-
"line":
|
|
1186
|
+
"line": 230,
|
|
1243
1187
|
"character": 3
|
|
1244
1188
|
},
|
|
1245
1189
|
"type": "Promise<AspectMain>"
|
|
@@ -1382,11 +1326,7 @@
|
|
|
1382
1326
|
"line": 51,
|
|
1383
1327
|
"character": 23
|
|
1384
1328
|
},
|
|
1385
|
-
"name": "ReactEnv"
|
|
1386
|
-
"componentId": {
|
|
1387
|
-
"scope": "teambit.react",
|
|
1388
|
-
"name": "react"
|
|
1389
|
-
}
|
|
1329
|
+
"name": "ReactEnv"
|
|
1390
1330
|
},
|
|
1391
1331
|
"isOptional": false,
|
|
1392
1332
|
"isSpread": false
|
|
@@ -1406,11 +1346,7 @@
|
|
|
1406
1346
|
"line": 52,
|
|
1407
1347
|
"character": 27
|
|
1408
1348
|
},
|
|
1409
|
-
"name": "AspectLoaderMain"
|
|
1410
|
-
"componentId": {
|
|
1411
|
-
"scope": "teambit.harmony",
|
|
1412
|
-
"name": "aspect-loader"
|
|
1413
|
-
}
|
|
1349
|
+
"name": "AspectLoaderMain"
|
|
1414
1350
|
},
|
|
1415
1351
|
"isOptional": false,
|
|
1416
1352
|
"isSpread": false
|
|
@@ -1430,11 +1366,7 @@
|
|
|
1430
1366
|
"line": 53,
|
|
1431
1367
|
"character": 23
|
|
1432
1368
|
},
|
|
1433
|
-
"name": "DevFilesMain"
|
|
1434
|
-
"componentId": {
|
|
1435
|
-
"scope": "teambit.component",
|
|
1436
|
-
"name": "dev-files"
|
|
1437
|
-
}
|
|
1369
|
+
"name": "DevFilesMain"
|
|
1438
1370
|
},
|
|
1439
1371
|
"isOptional": false,
|
|
1440
1372
|
"isSpread": false
|
|
@@ -1454,11 +1386,7 @@
|
|
|
1454
1386
|
"line": 54,
|
|
1455
1387
|
"character": 23
|
|
1456
1388
|
},
|
|
1457
|
-
"name": "CompilerMain"
|
|
1458
|
-
"componentId": {
|
|
1459
|
-
"scope": "teambit.compilation",
|
|
1460
|
-
"name": "compiler"
|
|
1461
|
-
}
|
|
1389
|
+
"name": "CompilerMain"
|
|
1462
1390
|
},
|
|
1463
1391
|
"isOptional": false,
|
|
1464
1392
|
"isSpread": false
|
|
@@ -1478,11 +1406,7 @@
|
|
|
1478
1406
|
"line": 55,
|
|
1479
1407
|
"character": 21
|
|
1480
1408
|
},
|
|
1481
|
-
"name": "WorkerMain"
|
|
1482
|
-
"componentId": {
|
|
1483
|
-
"scope": "teambit.harmony",
|
|
1484
|
-
"name": "worker"
|
|
1485
|
-
}
|
|
1409
|
+
"name": "WorkerMain"
|
|
1486
1410
|
},
|
|
1487
1411
|
"isOptional": false,
|
|
1488
1412
|
"isSpread": false
|
|
@@ -1502,11 +1426,7 @@
|
|
|
1502
1426
|
"line": 56,
|
|
1503
1427
|
"character": 21
|
|
1504
1428
|
},
|
|
1505
|
-
"name": "Logger"
|
|
1506
|
-
"componentId": {
|
|
1507
|
-
"scope": "teambit.harmony",
|
|
1508
|
-
"name": "logger"
|
|
1509
|
-
}
|
|
1429
|
+
"name": "Logger"
|
|
1510
1430
|
},
|
|
1511
1431
|
"isOptional": false,
|
|
1512
1432
|
"isSpread": false
|
|
@@ -1592,8 +1512,7 @@
|
|
|
1592
1512
|
"line": 67,
|
|
1593
1513
|
"character": 25
|
|
1594
1514
|
},
|
|
1595
|
-
"name": "TsConfigSourceFile"
|
|
1596
|
-
"packageName": "typescript"
|
|
1515
|
+
"name": "TsConfigSourceFile"
|
|
1597
1516
|
},
|
|
1598
1517
|
"isOptional": false,
|
|
1599
1518
|
"isSpread": false
|
|
@@ -1635,8 +1554,7 @@
|
|
|
1635
1554
|
"line": 74,
|
|
1636
1555
|
"character": 30
|
|
1637
1556
|
},
|
|
1638
|
-
"name": "TsConfigSourceFile"
|
|
1639
|
-
"packageName": "typescript"
|
|
1557
|
+
"name": "TsConfigSourceFile"
|
|
1640
1558
|
},
|
|
1641
1559
|
"isOptional": false,
|
|
1642
1560
|
"isSpread": false
|
|
@@ -1795,8 +1713,7 @@
|
|
|
1795
1713
|
"line": 104,
|
|
1796
1714
|
"character": 27
|
|
1797
1715
|
},
|
|
1798
|
-
"name": "GetBuildPipeModifiers"
|
|
1799
|
-
"internalFilePath": "aspect.env.ts"
|
|
1716
|
+
"name": "GetBuildPipeModifiers"
|
|
1800
1717
|
},
|
|
1801
1718
|
"isOptional": true,
|
|
1802
1719
|
"defaultValue": "{}",
|
|
@@ -1817,11 +1734,7 @@
|
|
|
1817
1734
|
"line": 104,
|
|
1818
1735
|
"character": 56
|
|
1819
1736
|
},
|
|
1820
|
-
"name": "BuildTask"
|
|
1821
|
-
"componentId": {
|
|
1822
|
-
"scope": "teambit.pipelines",
|
|
1823
|
-
"name": "builder"
|
|
1824
|
-
}
|
|
1737
|
+
"name": "BuildTask"
|
|
1825
1738
|
}
|
|
1826
1739
|
},
|
|
1827
1740
|
"modifiers": []
|
|
@@ -1851,11 +1764,7 @@
|
|
|
1851
1764
|
"line": 139,
|
|
1852
1765
|
"character": 37
|
|
1853
1766
|
},
|
|
1854
|
-
"name": "BundlerContext"
|
|
1855
|
-
"componentId": {
|
|
1856
|
-
"scope": "teambit.compilation",
|
|
1857
|
-
"name": "bundler"
|
|
1858
|
-
}
|
|
1767
|
+
"name": "BundlerContext"
|
|
1859
1768
|
},
|
|
1860
1769
|
"isOptional": false,
|
|
1861
1770
|
"isSpread": false
|
|
@@ -1882,11 +1791,7 @@
|
|
|
1882
1791
|
"line": 139,
|
|
1883
1792
|
"character": 67
|
|
1884
1793
|
},
|
|
1885
|
-
"name": "WebpackConfigTransformer"
|
|
1886
|
-
"componentId": {
|
|
1887
|
-
"scope": "teambit.webpack",
|
|
1888
|
-
"name": "webpack"
|
|
1889
|
-
}
|
|
1794
|
+
"name": "WebpackConfigTransformer"
|
|
1890
1795
|
}
|
|
1891
1796
|
},
|
|
1892
1797
|
"isOptional": true,
|
|
@@ -1910,11 +1815,7 @@
|
|
|
1910
1815
|
"line": 139,
|
|
1911
1816
|
"character": 109
|
|
1912
1817
|
},
|
|
1913
|
-
"name": "Bundler"
|
|
1914
|
-
"componentId": {
|
|
1915
|
-
"scope": "teambit.compilation",
|
|
1916
|
-
"name": "bundler"
|
|
1917
|
-
}
|
|
1818
|
+
"name": "Bundler"
|
|
1918
1819
|
}
|
|
1919
1820
|
]
|
|
1920
1821
|
},
|
|
@@ -1947,11 +1848,7 @@
|
|
|
1947
1848
|
"line": 144,
|
|
1948
1849
|
"character": 14
|
|
1949
1850
|
},
|
|
1950
|
-
"name": "BundlerContext"
|
|
1951
|
-
"componentId": {
|
|
1952
|
-
"scope": "teambit.compilation",
|
|
1953
|
-
"name": "bundler"
|
|
1954
|
-
}
|
|
1851
|
+
"name": "BundlerContext"
|
|
1955
1852
|
},
|
|
1956
1853
|
"isOptional": false,
|
|
1957
1854
|
"isSpread": false
|
|
@@ -1978,11 +1875,7 @@
|
|
|
1978
1875
|
"line": 145,
|
|
1979
1876
|
"character": 19
|
|
1980
1877
|
},
|
|
1981
|
-
"name": "WebpackConfigTransformer"
|
|
1982
|
-
"componentId": {
|
|
1983
|
-
"scope": "teambit.webpack",
|
|
1984
|
-
"name": "webpack"
|
|
1985
|
-
}
|
|
1878
|
+
"name": "WebpackConfigTransformer"
|
|
1986
1879
|
}
|
|
1987
1880
|
},
|
|
1988
1881
|
"isOptional": true,
|
|
@@ -2006,11 +1899,7 @@
|
|
|
2006
1899
|
"line": 146,
|
|
2007
1900
|
"character": 14
|
|
2008
1901
|
},
|
|
2009
|
-
"name": "Bundler"
|
|
2010
|
-
"componentId": {
|
|
2011
|
-
"scope": "teambit.compilation",
|
|
2012
|
-
"name": "bundler"
|
|
2013
|
-
}
|
|
1902
|
+
"name": "Bundler"
|
|
2014
1903
|
}
|
|
2015
1904
|
]
|
|
2016
1905
|
},
|
|
@@ -2132,11 +2021,7 @@
|
|
|
2132
2021
|
"line": 202,
|
|
2133
2022
|
"character": 22
|
|
2134
2023
|
},
|
|
2135
|
-
"name": "ConfigWriterEntry"
|
|
2136
|
-
"componentId": {
|
|
2137
|
-
"scope": "teambit.workspace",
|
|
2138
|
-
"name": "workspace-config-files"
|
|
2139
|
-
}
|
|
2024
|
+
"name": "ConfigWriterEntry"
|
|
2140
2025
|
}
|
|
2141
2026
|
},
|
|
2142
2027
|
"modifiers": []
|
|
@@ -2165,7 +2050,7 @@
|
|
|
2165
2050
|
"_legacy": {
|
|
2166
2051
|
"scope": "teambit.harmony",
|
|
2167
2052
|
"name": "aspect",
|
|
2168
|
-
"version": "1.0.
|
|
2053
|
+
"version": "1.0.504"
|
|
2169
2054
|
},
|
|
2170
2055
|
"_scope": "teambit.harmony"
|
|
2171
2056
|
}
|
|
@@ -2192,7 +2077,7 @@
|
|
|
2192
2077
|
"_legacy": {
|
|
2193
2078
|
"scope": "teambit.harmony",
|
|
2194
2079
|
"name": "aspect",
|
|
2195
|
-
"version": "1.0.
|
|
2080
|
+
"version": "1.0.504"
|
|
2196
2081
|
},
|
|
2197
2082
|
"_scope": "teambit.harmony"
|
|
2198
2083
|
}
|
|
@@ -2219,7 +2104,7 @@
|
|
|
2219
2104
|
"_legacy": {
|
|
2220
2105
|
"scope": "teambit.harmony",
|
|
2221
2106
|
"name": "aspect",
|
|
2222
|
-
"version": "1.0.
|
|
2107
|
+
"version": "1.0.504"
|
|
2223
2108
|
},
|
|
2224
2109
|
"_scope": "teambit.harmony"
|
|
2225
2110
|
}
|
|
@@ -2244,7 +2129,7 @@
|
|
|
2244
2129
|
"__schema": "TypeSchema",
|
|
2245
2130
|
"location": {
|
|
2246
2131
|
"filePath": "aspect.main.runtime.ts",
|
|
2247
|
-
"line":
|
|
2132
|
+
"line": 34,
|
|
2248
2133
|
"character": 1
|
|
2249
2134
|
},
|
|
2250
2135
|
"signature": "type AspectSource = {\n aspectName: string;\n source: string;\n level: string;\n}",
|
|
@@ -2253,7 +2138,7 @@
|
|
|
2253
2138
|
"__schema": "TypeLiteralSchema",
|
|
2254
2139
|
"location": {
|
|
2255
2140
|
"filePath": "aspect.main.runtime.ts",
|
|
2256
|
-
"line":
|
|
2141
|
+
"line": 34,
|
|
2257
2142
|
"character": 28
|
|
2258
2143
|
},
|
|
2259
2144
|
"members": [
|
|
@@ -2261,7 +2146,7 @@
|
|
|
2261
2146
|
"__schema": "VariableLikeSchema",
|
|
2262
2147
|
"location": {
|
|
2263
2148
|
"filePath": "aspect.main.runtime.ts",
|
|
2264
|
-
"line":
|
|
2149
|
+
"line": 34,
|
|
2265
2150
|
"character": 30
|
|
2266
2151
|
},
|
|
2267
2152
|
"signature": "(property) aspectName: string",
|
|
@@ -2270,7 +2155,7 @@
|
|
|
2270
2155
|
"__schema": "KeywordTypeSchema",
|
|
2271
2156
|
"location": {
|
|
2272
2157
|
"filePath": "aspect.main.runtime.ts",
|
|
2273
|
-
"line":
|
|
2158
|
+
"line": 34,
|
|
2274
2159
|
"character": 42
|
|
2275
2160
|
},
|
|
2276
2161
|
"name": "string"
|
|
@@ -2281,7 +2166,7 @@
|
|
|
2281
2166
|
"__schema": "VariableLikeSchema",
|
|
2282
2167
|
"location": {
|
|
2283
2168
|
"filePath": "aspect.main.runtime.ts",
|
|
2284
|
-
"line":
|
|
2169
|
+
"line": 34,
|
|
2285
2170
|
"character": 50
|
|
2286
2171
|
},
|
|
2287
2172
|
"signature": "(property) source: string",
|
|
@@ -2290,7 +2175,7 @@
|
|
|
2290
2175
|
"__schema": "KeywordTypeSchema",
|
|
2291
2176
|
"location": {
|
|
2292
2177
|
"filePath": "aspect.main.runtime.ts",
|
|
2293
|
-
"line":
|
|
2178
|
+
"line": 34,
|
|
2294
2179
|
"character": 58
|
|
2295
2180
|
},
|
|
2296
2181
|
"name": "string"
|
|
@@ -2301,7 +2186,7 @@
|
|
|
2301
2186
|
"__schema": "VariableLikeSchema",
|
|
2302
2187
|
"location": {
|
|
2303
2188
|
"filePath": "aspect.main.runtime.ts",
|
|
2304
|
-
"line":
|
|
2189
|
+
"line": 34,
|
|
2305
2190
|
"character": 66
|
|
2306
2191
|
},
|
|
2307
2192
|
"signature": "(property) level: string",
|
|
@@ -2310,7 +2195,7 @@
|
|
|
2310
2195
|
"__schema": "KeywordTypeSchema",
|
|
2311
2196
|
"location": {
|
|
2312
2197
|
"filePath": "aspect.main.runtime.ts",
|
|
2313
|
-
"line":
|
|
2198
|
+
"line": 34,
|
|
2314
2199
|
"character": 73
|
|
2315
2200
|
},
|
|
2316
2201
|
"name": "string"
|
|
@@ -2324,7 +2209,7 @@
|
|
|
2324
2209
|
"__schema": "ClassSchema",
|
|
2325
2210
|
"location": {
|
|
2326
2211
|
"filePath": "aspect.main.runtime.ts",
|
|
2327
|
-
"line":
|
|
2212
|
+
"line": 36,
|
|
2328
2213
|
"character": 1
|
|
2329
2214
|
},
|
|
2330
2215
|
"signature": "class AspectMain",
|
|
@@ -2334,17 +2219,17 @@
|
|
|
2334
2219
|
"__schema": "ConstructorSchema",
|
|
2335
2220
|
"location": {
|
|
2336
2221
|
"filePath": "aspect.main.runtime.ts",
|
|
2337
|
-
"line":
|
|
2222
|
+
"line": 37,
|
|
2338
2223
|
"character": 3
|
|
2339
2224
|
},
|
|
2340
|
-
"signature": "constructor AspectMain(aspectEnv: AspectEnv, envs: EnvsMain, workspace: Workspace): AspectMain",
|
|
2225
|
+
"signature": "constructor AspectMain(aspectEnv: AspectEnv, envs: EnvsMain, workspace: Workspace, aspectLoader: AspectLoaderMain): AspectMain",
|
|
2341
2226
|
"name": "constructor",
|
|
2342
2227
|
"params": [
|
|
2343
2228
|
{
|
|
2344
2229
|
"__schema": "ParameterSchema",
|
|
2345
2230
|
"location": {
|
|
2346
2231
|
"filePath": "aspect.main.runtime.ts",
|
|
2347
|
-
"line":
|
|
2232
|
+
"line": 38,
|
|
2348
2233
|
"character": 5
|
|
2349
2234
|
},
|
|
2350
2235
|
"name": "aspectEnv",
|
|
@@ -2352,7 +2237,7 @@
|
|
|
2352
2237
|
"__schema": "TypeRefSchema",
|
|
2353
2238
|
"location": {
|
|
2354
2239
|
"filePath": "aspect.main.runtime.ts",
|
|
2355
|
-
"line":
|
|
2240
|
+
"line": 38,
|
|
2356
2241
|
"character": 25
|
|
2357
2242
|
},
|
|
2358
2243
|
"name": "AspectEnv"
|
|
@@ -2364,7 +2249,7 @@
|
|
|
2364
2249
|
"__schema": "ParameterSchema",
|
|
2365
2250
|
"location": {
|
|
2366
2251
|
"filePath": "aspect.main.runtime.ts",
|
|
2367
|
-
"line":
|
|
2252
|
+
"line": 39,
|
|
2368
2253
|
"character": 5
|
|
2369
2254
|
},
|
|
2370
2255
|
"name": "envs",
|
|
@@ -2372,14 +2257,10 @@
|
|
|
2372
2257
|
"__schema": "TypeRefSchema",
|
|
2373
2258
|
"location": {
|
|
2374
2259
|
"filePath": "aspect.main.runtime.ts",
|
|
2375
|
-
"line":
|
|
2260
|
+
"line": 39,
|
|
2376
2261
|
"character": 19
|
|
2377
2262
|
},
|
|
2378
|
-
"name": "EnvsMain"
|
|
2379
|
-
"componentId": {
|
|
2380
|
-
"scope": "teambit.envs",
|
|
2381
|
-
"name": "envs"
|
|
2382
|
-
}
|
|
2263
|
+
"name": "EnvsMain"
|
|
2383
2264
|
},
|
|
2384
2265
|
"isOptional": false,
|
|
2385
2266
|
"isSpread": false
|
|
@@ -2388,7 +2269,7 @@
|
|
|
2388
2269
|
"__schema": "ParameterSchema",
|
|
2389
2270
|
"location": {
|
|
2390
2271
|
"filePath": "aspect.main.runtime.ts",
|
|
2391
|
-
"line":
|
|
2272
|
+
"line": 40,
|
|
2392
2273
|
"character": 5
|
|
2393
2274
|
},
|
|
2394
2275
|
"name": "workspace",
|
|
@@ -2396,14 +2277,30 @@
|
|
|
2396
2277
|
"__schema": "TypeRefSchema",
|
|
2397
2278
|
"location": {
|
|
2398
2279
|
"filePath": "aspect.main.runtime.ts",
|
|
2399
|
-
"line":
|
|
2280
|
+
"line": 40,
|
|
2400
2281
|
"character": 24
|
|
2401
2282
|
},
|
|
2402
|
-
"name": "Workspace"
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2283
|
+
"name": "Workspace"
|
|
2284
|
+
},
|
|
2285
|
+
"isOptional": false,
|
|
2286
|
+
"isSpread": false
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
"__schema": "ParameterSchema",
|
|
2290
|
+
"location": {
|
|
2291
|
+
"filePath": "aspect.main.runtime.ts",
|
|
2292
|
+
"line": 41,
|
|
2293
|
+
"character": 5
|
|
2294
|
+
},
|
|
2295
|
+
"name": "aspectLoader",
|
|
2296
|
+
"type": {
|
|
2297
|
+
"__schema": "TypeRefSchema",
|
|
2298
|
+
"location": {
|
|
2299
|
+
"filePath": "aspect.main.runtime.ts",
|
|
2300
|
+
"line": 41,
|
|
2301
|
+
"character": 27
|
|
2302
|
+
},
|
|
2303
|
+
"name": "AspectLoaderMain"
|
|
2407
2304
|
},
|
|
2408
2305
|
"isOptional": false,
|
|
2409
2306
|
"isSpread": false
|
|
@@ -2413,7 +2310,7 @@
|
|
|
2413
2310
|
"__schema": "ThisTypeSchema",
|
|
2414
2311
|
"location": {
|
|
2415
2312
|
"filePath": "aspect.main.runtime.ts",
|
|
2416
|
-
"line":
|
|
2313
|
+
"line": 36,
|
|
2417
2314
|
"character": 1
|
|
2418
2315
|
},
|
|
2419
2316
|
"name": "AspectMain"
|
|
@@ -2424,14 +2321,14 @@
|
|
|
2424
2321
|
"__schema": "FunctionLikeSchema",
|
|
2425
2322
|
"location": {
|
|
2426
2323
|
"filePath": "aspect.main.runtime.ts",
|
|
2427
|
-
"line":
|
|
2324
|
+
"line": 47,
|
|
2428
2325
|
"character": 3
|
|
2429
2326
|
},
|
|
2430
2327
|
"doc": {
|
|
2431
2328
|
"__schema": "DocSchema",
|
|
2432
2329
|
"location": {
|
|
2433
2330
|
"filePath": "aspect.main.runtime.ts",
|
|
2434
|
-
"line":
|
|
2331
|
+
"line": 44,
|
|
2435
2332
|
"character": 3
|
|
2436
2333
|
},
|
|
2437
2334
|
"raw": "/**\n * compose your own aspect environment.\n */",
|
|
@@ -2445,7 +2342,7 @@
|
|
|
2445
2342
|
"__schema": "ParameterSchema",
|
|
2446
2343
|
"location": {
|
|
2447
2344
|
"filePath": "aspect.main.runtime.ts",
|
|
2448
|
-
"line":
|
|
2345
|
+
"line": 47,
|
|
2449
2346
|
"character": 11
|
|
2450
2347
|
},
|
|
2451
2348
|
"name": "transformers",
|
|
@@ -2453,21 +2350,17 @@
|
|
|
2453
2350
|
"__schema": "TypeArraySchema",
|
|
2454
2351
|
"location": {
|
|
2455
2352
|
"filePath": "aspect.main.runtime.ts",
|
|
2456
|
-
"line":
|
|
2353
|
+
"line": 47,
|
|
2457
2354
|
"character": 25
|
|
2458
2355
|
},
|
|
2459
2356
|
"type": {
|
|
2460
2357
|
"__schema": "TypeRefSchema",
|
|
2461
2358
|
"location": {
|
|
2462
2359
|
"filePath": "aspect.main.runtime.ts",
|
|
2463
|
-
"line":
|
|
2360
|
+
"line": 47,
|
|
2464
2361
|
"character": 25
|
|
2465
2362
|
},
|
|
2466
|
-
"name": "EnvTransformer"
|
|
2467
|
-
"componentId": {
|
|
2468
|
-
"scope": "teambit.envs",
|
|
2469
|
-
"name": "envs"
|
|
2470
|
-
}
|
|
2363
|
+
"name": "EnvTransformer"
|
|
2471
2364
|
}
|
|
2472
2365
|
},
|
|
2473
2366
|
"isOptional": true,
|
|
@@ -2478,7 +2371,7 @@
|
|
|
2478
2371
|
"__schema": "ParameterSchema",
|
|
2479
2372
|
"location": {
|
|
2480
2373
|
"filePath": "aspect.main.runtime.ts",
|
|
2481
|
-
"line":
|
|
2374
|
+
"line": 47,
|
|
2482
2375
|
"character": 48
|
|
2483
2376
|
},
|
|
2484
2377
|
"name": "targetEnv",
|
|
@@ -2486,14 +2379,10 @@
|
|
|
2486
2379
|
"__schema": "TypeRefSchema",
|
|
2487
2380
|
"location": {
|
|
2488
2381
|
"filePath": "aspect.main.runtime.ts",
|
|
2489
|
-
"line":
|
|
2382
|
+
"line": 47,
|
|
2490
2383
|
"character": 59
|
|
2491
2384
|
},
|
|
2492
|
-
"name": "Environment"
|
|
2493
|
-
"componentId": {
|
|
2494
|
-
"scope": "teambit.envs",
|
|
2495
|
-
"name": "envs"
|
|
2496
|
-
}
|
|
2385
|
+
"name": "Environment"
|
|
2497
2386
|
},
|
|
2498
2387
|
"isOptional": true,
|
|
2499
2388
|
"defaultValue": "{}",
|
|
@@ -2504,7 +2393,7 @@
|
|
|
2504
2393
|
"__schema": "TypeRefSchema",
|
|
2505
2394
|
"location": {
|
|
2506
2395
|
"filePath": "aspect.main.runtime.ts",
|
|
2507
|
-
"line":
|
|
2396
|
+
"line": 47,
|
|
2508
2397
|
"character": 3
|
|
2509
2398
|
},
|
|
2510
2399
|
"name": "Environment",
|
|
@@ -2519,7 +2408,7 @@
|
|
|
2519
2408
|
"__schema": "FunctionLikeSchema",
|
|
2520
2409
|
"location": {
|
|
2521
2410
|
"filePath": "aspect.main.runtime.ts",
|
|
2522
|
-
"line":
|
|
2411
|
+
"line": 51,
|
|
2523
2412
|
"character": 3
|
|
2524
2413
|
},
|
|
2525
2414
|
"signature": "(method) AspectMain.listAspectsOfComponent(pattern?: string): Promise<{\n [component: string]: AspectSource[];\n}>",
|
|
@@ -2529,7 +2418,7 @@
|
|
|
2529
2418
|
"__schema": "ParameterSchema",
|
|
2530
2419
|
"location": {
|
|
2531
2420
|
"filePath": "aspect.main.runtime.ts",
|
|
2532
|
-
"line":
|
|
2421
|
+
"line": 51,
|
|
2533
2422
|
"character": 32
|
|
2534
2423
|
},
|
|
2535
2424
|
"name": "pattern",
|
|
@@ -2537,7 +2426,7 @@
|
|
|
2537
2426
|
"__schema": "KeywordTypeSchema",
|
|
2538
2427
|
"location": {
|
|
2539
2428
|
"filePath": "aspect.main.runtime.ts",
|
|
2540
|
-
"line":
|
|
2429
|
+
"line": 51,
|
|
2541
2430
|
"character": 42
|
|
2542
2431
|
},
|
|
2543
2432
|
"name": "string"
|
|
@@ -2550,7 +2439,7 @@
|
|
|
2550
2439
|
"__schema": "TypeRefSchema",
|
|
2551
2440
|
"location": {
|
|
2552
2441
|
"filePath": "aspect.main.runtime.ts",
|
|
2553
|
-
"line":
|
|
2442
|
+
"line": 51,
|
|
2554
2443
|
"character": 51
|
|
2555
2444
|
},
|
|
2556
2445
|
"name": "Promise",
|
|
@@ -2559,7 +2448,7 @@
|
|
|
2559
2448
|
"__schema": "TypeLiteralSchema",
|
|
2560
2449
|
"location": {
|
|
2561
2450
|
"filePath": "aspect.main.runtime.ts",
|
|
2562
|
-
"line":
|
|
2451
|
+
"line": 51,
|
|
2563
2452
|
"character": 59
|
|
2564
2453
|
},
|
|
2565
2454
|
"members": [
|
|
@@ -2567,14 +2456,14 @@
|
|
|
2567
2456
|
"__schema": "IndexSignatureSchema",
|
|
2568
2457
|
"location": {
|
|
2569
2458
|
"filePath": "aspect.main.runtime.ts",
|
|
2570
|
-
"line":
|
|
2459
|
+
"line": 51,
|
|
2571
2460
|
"character": 61
|
|
2572
2461
|
},
|
|
2573
2462
|
"keyType": {
|
|
2574
2463
|
"__schema": "ParameterSchema",
|
|
2575
2464
|
"location": {
|
|
2576
2465
|
"filePath": "aspect.main.runtime.ts",
|
|
2577
|
-
"line":
|
|
2466
|
+
"line": 51,
|
|
2578
2467
|
"character": 62
|
|
2579
2468
|
},
|
|
2580
2469
|
"name": "component",
|
|
@@ -2582,7 +2471,7 @@
|
|
|
2582
2471
|
"__schema": "KeywordTypeSchema",
|
|
2583
2472
|
"location": {
|
|
2584
2473
|
"filePath": "aspect.main.runtime.ts",
|
|
2585
|
-
"line":
|
|
2474
|
+
"line": 51,
|
|
2586
2475
|
"character": 73
|
|
2587
2476
|
},
|
|
2588
2477
|
"name": "string"
|
|
@@ -2594,18 +2483,17 @@
|
|
|
2594
2483
|
"__schema": "TypeArraySchema",
|
|
2595
2484
|
"location": {
|
|
2596
2485
|
"filePath": "aspect.main.runtime.ts",
|
|
2597
|
-
"line":
|
|
2486
|
+
"line": 51,
|
|
2598
2487
|
"character": 82
|
|
2599
2488
|
},
|
|
2600
2489
|
"type": {
|
|
2601
2490
|
"__schema": "TypeRefSchema",
|
|
2602
2491
|
"location": {
|
|
2603
2492
|
"filePath": "aspect.main.runtime.ts",
|
|
2604
|
-
"line":
|
|
2493
|
+
"line": 51,
|
|
2605
2494
|
"character": 82
|
|
2606
2495
|
},
|
|
2607
|
-
"name": "AspectSource"
|
|
2608
|
-
"internalFilePath": "aspect.main.runtime.ts"
|
|
2496
|
+
"name": "AspectSource"
|
|
2609
2497
|
}
|
|
2610
2498
|
}
|
|
2611
2499
|
}
|
|
@@ -2617,11 +2505,40 @@
|
|
|
2617
2505
|
"async"
|
|
2618
2506
|
]
|
|
2619
2507
|
},
|
|
2508
|
+
{
|
|
2509
|
+
"__schema": "FunctionLikeSchema",
|
|
2510
|
+
"location": {
|
|
2511
|
+
"filePath": "aspect.main.runtime.ts",
|
|
2512
|
+
"line": 67,
|
|
2513
|
+
"character": 3
|
|
2514
|
+
},
|
|
2515
|
+
"signature": "(method) AspectMain.listCoreAspects(): string[]",
|
|
2516
|
+
"name": "listCoreAspects",
|
|
2517
|
+
"params": [],
|
|
2518
|
+
"returnType": {
|
|
2519
|
+
"__schema": "TypeArraySchema",
|
|
2520
|
+
"location": {
|
|
2521
|
+
"filePath": "aspect.main.runtime.ts",
|
|
2522
|
+
"line": 67,
|
|
2523
|
+
"character": 22
|
|
2524
|
+
},
|
|
2525
|
+
"type": {
|
|
2526
|
+
"__schema": "KeywordTypeSchema",
|
|
2527
|
+
"location": {
|
|
2528
|
+
"filePath": "aspect.main.runtime.ts",
|
|
2529
|
+
"line": 67,
|
|
2530
|
+
"character": 22
|
|
2531
|
+
},
|
|
2532
|
+
"name": "string"
|
|
2533
|
+
}
|
|
2534
|
+
},
|
|
2535
|
+
"modifiers": []
|
|
2536
|
+
},
|
|
2620
2537
|
{
|
|
2621
2538
|
"__schema": "GetAccessorSchema",
|
|
2622
2539
|
"location": {
|
|
2623
2540
|
"filePath": "aspect.main.runtime.ts",
|
|
2624
|
-
"line":
|
|
2541
|
+
"line": 71,
|
|
2625
2542
|
"character": 3
|
|
2626
2543
|
},
|
|
2627
2544
|
"signature": "(getter) AspectMain.babelConfig: {\n presets: (string | (string | {\n targets: {\n node: number;\n };\n })[])[];\n plugins: (string | (string | {\n lazy: () => boolean;\n })[] | (string | {\n legacy: boolean;\n })[])[];\n sourceMaps: boolean;\n}",
|
|
@@ -2630,7 +2547,7 @@
|
|
|
2630
2547
|
"__schema": "InferenceTypeSchema",
|
|
2631
2548
|
"location": {
|
|
2632
2549
|
"filePath": "aspect.main.runtime.ts",
|
|
2633
|
-
"line":
|
|
2550
|
+
"line": 71,
|
|
2634
2551
|
"character": 3
|
|
2635
2552
|
},
|
|
2636
2553
|
"type": "{\n presets: (string | (string | {\n targets: {\n node: number;\n };\n })[])[];\n plugins: (string | (string | {\n lazy: () => boolean;\n })[] | (string | {\n legacy: boolean;\n })[])[];\n sourceMaps: boolean;\n}"
|
|
@@ -2640,7 +2557,7 @@
|
|
|
2640
2557
|
"__schema": "FunctionLikeSchema",
|
|
2641
2558
|
"location": {
|
|
2642
2559
|
"filePath": "aspect.main.runtime.ts",
|
|
2643
|
-
"line":
|
|
2560
|
+
"line": 101,
|
|
2644
2561
|
"character": 3
|
|
2645
2562
|
},
|
|
2646
2563
|
"signature": "(method) AspectMain.setAspectsToComponents(pattern: string, aspectId: string, config?: Record<string, any>, options?: SetAspectOptions): Promise<ComponentID[]>",
|
|
@@ -2650,7 +2567,7 @@
|
|
|
2650
2567
|
"__schema": "ParameterSchema",
|
|
2651
2568
|
"location": {
|
|
2652
2569
|
"filePath": "aspect.main.runtime.ts",
|
|
2653
|
-
"line":
|
|
2570
|
+
"line": 102,
|
|
2654
2571
|
"character": 5
|
|
2655
2572
|
},
|
|
2656
2573
|
"name": "pattern",
|
|
@@ -2658,7 +2575,7 @@
|
|
|
2658
2575
|
"__schema": "KeywordTypeSchema",
|
|
2659
2576
|
"location": {
|
|
2660
2577
|
"filePath": "aspect.main.runtime.ts",
|
|
2661
|
-
"line":
|
|
2578
|
+
"line": 102,
|
|
2662
2579
|
"character": 14
|
|
2663
2580
|
},
|
|
2664
2581
|
"name": "string"
|
|
@@ -2670,7 +2587,7 @@
|
|
|
2670
2587
|
"__schema": "ParameterSchema",
|
|
2671
2588
|
"location": {
|
|
2672
2589
|
"filePath": "aspect.main.runtime.ts",
|
|
2673
|
-
"line":
|
|
2590
|
+
"line": 103,
|
|
2674
2591
|
"character": 5
|
|
2675
2592
|
},
|
|
2676
2593
|
"name": "aspectId",
|
|
@@ -2678,7 +2595,7 @@
|
|
|
2678
2595
|
"__schema": "KeywordTypeSchema",
|
|
2679
2596
|
"location": {
|
|
2680
2597
|
"filePath": "aspect.main.runtime.ts",
|
|
2681
|
-
"line":
|
|
2598
|
+
"line": 103,
|
|
2682
2599
|
"character": 15
|
|
2683
2600
|
},
|
|
2684
2601
|
"name": "string"
|
|
@@ -2690,7 +2607,7 @@
|
|
|
2690
2607
|
"__schema": "ParameterSchema",
|
|
2691
2608
|
"location": {
|
|
2692
2609
|
"filePath": "aspect.main.runtime.ts",
|
|
2693
|
-
"line":
|
|
2610
|
+
"line": 104,
|
|
2694
2611
|
"character": 5
|
|
2695
2612
|
},
|
|
2696
2613
|
"name": "config",
|
|
@@ -2698,7 +2615,7 @@
|
|
|
2698
2615
|
"__schema": "TypeRefSchema",
|
|
2699
2616
|
"location": {
|
|
2700
2617
|
"filePath": "aspect.main.runtime.ts",
|
|
2701
|
-
"line":
|
|
2618
|
+
"line": 104,
|
|
2702
2619
|
"character": 13
|
|
2703
2620
|
},
|
|
2704
2621
|
"name": "Record",
|
|
@@ -2707,7 +2624,7 @@
|
|
|
2707
2624
|
"__schema": "KeywordTypeSchema",
|
|
2708
2625
|
"location": {
|
|
2709
2626
|
"filePath": "aspect.main.runtime.ts",
|
|
2710
|
-
"line":
|
|
2627
|
+
"line": 104,
|
|
2711
2628
|
"character": 20
|
|
2712
2629
|
},
|
|
2713
2630
|
"name": "string"
|
|
@@ -2716,7 +2633,7 @@
|
|
|
2716
2633
|
"__schema": "KeywordTypeSchema",
|
|
2717
2634
|
"location": {
|
|
2718
2635
|
"filePath": "aspect.main.runtime.ts",
|
|
2719
|
-
"line":
|
|
2636
|
+
"line": 104,
|
|
2720
2637
|
"character": 28
|
|
2721
2638
|
},
|
|
2722
2639
|
"name": "any"
|
|
@@ -2731,7 +2648,7 @@
|
|
|
2731
2648
|
"__schema": "ParameterSchema",
|
|
2732
2649
|
"location": {
|
|
2733
2650
|
"filePath": "aspect.main.runtime.ts",
|
|
2734
|
-
"line":
|
|
2651
|
+
"line": 105,
|
|
2735
2652
|
"character": 5
|
|
2736
2653
|
},
|
|
2737
2654
|
"name": "options",
|
|
@@ -2739,11 +2656,10 @@
|
|
|
2739
2656
|
"__schema": "TypeRefSchema",
|
|
2740
2657
|
"location": {
|
|
2741
2658
|
"filePath": "aspect.main.runtime.ts",
|
|
2742
|
-
"line":
|
|
2659
|
+
"line": 105,
|
|
2743
2660
|
"character": 14
|
|
2744
2661
|
},
|
|
2745
|
-
"name": "SetAspectOptions"
|
|
2746
|
-
"internalFilePath": "aspect.cmd.ts"
|
|
2662
|
+
"name": "SetAspectOptions"
|
|
2747
2663
|
},
|
|
2748
2664
|
"isOptional": true,
|
|
2749
2665
|
"defaultValue": "{}",
|
|
@@ -2754,7 +2670,7 @@
|
|
|
2754
2670
|
"__schema": "TypeRefSchema",
|
|
2755
2671
|
"location": {
|
|
2756
2672
|
"filePath": "aspect.main.runtime.ts",
|
|
2757
|
-
"line":
|
|
2673
|
+
"line": 106,
|
|
2758
2674
|
"character": 6
|
|
2759
2675
|
},
|
|
2760
2676
|
"name": "Promise",
|
|
@@ -2763,22 +2679,17 @@
|
|
|
2763
2679
|
"__schema": "TypeArraySchema",
|
|
2764
2680
|
"location": {
|
|
2765
2681
|
"filePath": "aspect.main.runtime.ts",
|
|
2766
|
-
"line":
|
|
2682
|
+
"line": 106,
|
|
2767
2683
|
"character": 14
|
|
2768
2684
|
},
|
|
2769
2685
|
"type": {
|
|
2770
2686
|
"__schema": "TypeRefSchema",
|
|
2771
2687
|
"location": {
|
|
2772
2688
|
"filePath": "aspect.main.runtime.ts",
|
|
2773
|
-
"line":
|
|
2689
|
+
"line": 106,
|
|
2774
2690
|
"character": 14
|
|
2775
2691
|
},
|
|
2776
|
-
"name": "ComponentID"
|
|
2777
|
-
"componentId": {
|
|
2778
|
-
"scope": "teambit.component",
|
|
2779
|
-
"name": "component-id",
|
|
2780
|
-
"version": "1.2.2"
|
|
2781
|
-
}
|
|
2692
|
+
"name": "ComponentID"
|
|
2782
2693
|
}
|
|
2783
2694
|
}
|
|
2784
2695
|
]
|
|
@@ -2791,7 +2702,7 @@
|
|
|
2791
2702
|
"__schema": "FunctionLikeSchema",
|
|
2792
2703
|
"location": {
|
|
2793
2704
|
"filePath": "aspect.main.runtime.ts",
|
|
2794
|
-
"line":
|
|
2705
|
+
"line": 120,
|
|
2795
2706
|
"character": 3
|
|
2796
2707
|
},
|
|
2797
2708
|
"signature": "(method) AspectMain.unsetAspectsFromComponents(pattern: string, aspectIdStr: string): Promise<ComponentID[]>",
|
|
@@ -2801,7 +2712,7 @@
|
|
|
2801
2712
|
"__schema": "ParameterSchema",
|
|
2802
2713
|
"location": {
|
|
2803
2714
|
"filePath": "aspect.main.runtime.ts",
|
|
2804
|
-
"line":
|
|
2715
|
+
"line": 120,
|
|
2805
2716
|
"character": 36
|
|
2806
2717
|
},
|
|
2807
2718
|
"name": "pattern",
|
|
@@ -2809,7 +2720,7 @@
|
|
|
2809
2720
|
"__schema": "KeywordTypeSchema",
|
|
2810
2721
|
"location": {
|
|
2811
2722
|
"filePath": "aspect.main.runtime.ts",
|
|
2812
|
-
"line":
|
|
2723
|
+
"line": 120,
|
|
2813
2724
|
"character": 45
|
|
2814
2725
|
},
|
|
2815
2726
|
"name": "string"
|
|
@@ -2821,7 +2732,7 @@
|
|
|
2821
2732
|
"__schema": "ParameterSchema",
|
|
2822
2733
|
"location": {
|
|
2823
2734
|
"filePath": "aspect.main.runtime.ts",
|
|
2824
|
-
"line":
|
|
2735
|
+
"line": 120,
|
|
2825
2736
|
"character": 53
|
|
2826
2737
|
},
|
|
2827
2738
|
"name": "aspectIdStr",
|
|
@@ -2829,7 +2740,7 @@
|
|
|
2829
2740
|
"__schema": "KeywordTypeSchema",
|
|
2830
2741
|
"location": {
|
|
2831
2742
|
"filePath": "aspect.main.runtime.ts",
|
|
2832
|
-
"line":
|
|
2743
|
+
"line": 120,
|
|
2833
2744
|
"character": 66
|
|
2834
2745
|
},
|
|
2835
2746
|
"name": "string"
|
|
@@ -2842,7 +2753,7 @@
|
|
|
2842
2753
|
"__schema": "TypeRefSchema",
|
|
2843
2754
|
"location": {
|
|
2844
2755
|
"filePath": "aspect.main.runtime.ts",
|
|
2845
|
-
"line":
|
|
2756
|
+
"line": 120,
|
|
2846
2757
|
"character": 75
|
|
2847
2758
|
},
|
|
2848
2759
|
"name": "Promise",
|
|
@@ -2851,22 +2762,17 @@
|
|
|
2851
2762
|
"__schema": "TypeArraySchema",
|
|
2852
2763
|
"location": {
|
|
2853
2764
|
"filePath": "aspect.main.runtime.ts",
|
|
2854
|
-
"line":
|
|
2765
|
+
"line": 120,
|
|
2855
2766
|
"character": 83
|
|
2856
2767
|
},
|
|
2857
2768
|
"type": {
|
|
2858
2769
|
"__schema": "TypeRefSchema",
|
|
2859
2770
|
"location": {
|
|
2860
2771
|
"filePath": "aspect.main.runtime.ts",
|
|
2861
|
-
"line":
|
|
2772
|
+
"line": 120,
|
|
2862
2773
|
"character": 83
|
|
2863
2774
|
},
|
|
2864
|
-
"name": "ComponentID"
|
|
2865
|
-
"componentId": {
|
|
2866
|
-
"scope": "teambit.component",
|
|
2867
|
-
"name": "component-id",
|
|
2868
|
-
"version": "1.2.2"
|
|
2869
|
-
}
|
|
2775
|
+
"name": "ComponentID"
|
|
2870
2776
|
}
|
|
2871
2777
|
}
|
|
2872
2778
|
]
|
|
@@ -2879,14 +2785,14 @@
|
|
|
2879
2785
|
"__schema": "FunctionLikeSchema",
|
|
2880
2786
|
"location": {
|
|
2881
2787
|
"filePath": "aspect.main.runtime.ts",
|
|
2882
|
-
"line":
|
|
2788
|
+
"line": 140,
|
|
2883
2789
|
"character": 3
|
|
2884
2790
|
},
|
|
2885
2791
|
"doc": {
|
|
2886
2792
|
"__schema": "DocSchema",
|
|
2887
2793
|
"location": {
|
|
2888
2794
|
"filePath": "aspect.main.runtime.ts",
|
|
2889
|
-
"line":
|
|
2795
|
+
"line": 137,
|
|
2890
2796
|
"character": 3
|
|
2891
2797
|
},
|
|
2892
2798
|
"raw": "/**\n * returns all aspects info of a component, include the config and the data.\n */",
|
|
@@ -2900,7 +2806,7 @@
|
|
|
2900
2806
|
"__schema": "ParameterSchema",
|
|
2901
2807
|
"location": {
|
|
2902
2808
|
"filePath": "aspect.main.runtime.ts",
|
|
2903
|
-
"line":
|
|
2809
|
+
"line": 140,
|
|
2904
2810
|
"character": 31
|
|
2905
2811
|
},
|
|
2906
2812
|
"name": "id",
|
|
@@ -2908,7 +2814,7 @@
|
|
|
2908
2814
|
"__schema": "TypeUnionSchema",
|
|
2909
2815
|
"location": {
|
|
2910
2816
|
"filePath": "aspect.main.runtime.ts",
|
|
2911
|
-
"line":
|
|
2817
|
+
"line": 140,
|
|
2912
2818
|
"character": 35
|
|
2913
2819
|
},
|
|
2914
2820
|
"types": [
|
|
@@ -2916,7 +2822,7 @@
|
|
|
2916
2822
|
"__schema": "KeywordTypeSchema",
|
|
2917
2823
|
"location": {
|
|
2918
2824
|
"filePath": "aspect.main.runtime.ts",
|
|
2919
|
-
"line":
|
|
2825
|
+
"line": 140,
|
|
2920
2826
|
"character": 35
|
|
2921
2827
|
},
|
|
2922
2828
|
"name": "string"
|
|
@@ -2925,15 +2831,10 @@
|
|
|
2925
2831
|
"__schema": "TypeRefSchema",
|
|
2926
2832
|
"location": {
|
|
2927
2833
|
"filePath": "aspect.main.runtime.ts",
|
|
2928
|
-
"line":
|
|
2834
|
+
"line": 140,
|
|
2929
2835
|
"character": 44
|
|
2930
2836
|
},
|
|
2931
|
-
"name": "ComponentID"
|
|
2932
|
-
"componentId": {
|
|
2933
|
-
"scope": "teambit.component",
|
|
2934
|
-
"name": "component-id",
|
|
2935
|
-
"version": "1.2.2"
|
|
2936
|
-
}
|
|
2837
|
+
"name": "ComponentID"
|
|
2937
2838
|
}
|
|
2938
2839
|
]
|
|
2939
2840
|
},
|
|
@@ -2945,7 +2846,7 @@
|
|
|
2945
2846
|
"__schema": "TypeRefSchema",
|
|
2946
2847
|
"location": {
|
|
2947
2848
|
"filePath": "aspect.main.runtime.ts",
|
|
2948
|
-
"line":
|
|
2849
|
+
"line": 140,
|
|
2949
2850
|
"character": 58
|
|
2950
2851
|
},
|
|
2951
2852
|
"name": "Promise",
|
|
@@ -2954,14 +2855,10 @@
|
|
|
2954
2855
|
"__schema": "TypeRefSchema",
|
|
2955
2856
|
"location": {
|
|
2956
2857
|
"filePath": "aspect.main.runtime.ts",
|
|
2957
|
-
"line":
|
|
2858
|
+
"line": 140,
|
|
2958
2859
|
"character": 66
|
|
2959
2860
|
},
|
|
2960
|
-
"name": "AspectList"
|
|
2961
|
-
"componentId": {
|
|
2962
|
-
"scope": "teambit.component",
|
|
2963
|
-
"name": "component"
|
|
2964
|
-
}
|
|
2861
|
+
"name": "AspectList"
|
|
2965
2862
|
}
|
|
2966
2863
|
]
|
|
2967
2864
|
},
|
|
@@ -2973,14 +2870,14 @@
|
|
|
2973
2870
|
"__schema": "FunctionLikeSchema",
|
|
2974
2871
|
"location": {
|
|
2975
2872
|
"filePath": "aspect.main.runtime.ts",
|
|
2976
|
-
"line":
|
|
2873
|
+
"line": 151,
|
|
2977
2874
|
"character": 3
|
|
2978
2875
|
},
|
|
2979
2876
|
"doc": {
|
|
2980
2877
|
"__schema": "DocSchema",
|
|
2981
2878
|
"location": {
|
|
2982
2879
|
"filePath": "aspect.main.runtime.ts",
|
|
2983
|
-
"line":
|
|
2880
|
+
"line": 148,
|
|
2984
2881
|
"character": 3
|
|
2985
2882
|
},
|
|
2986
2883
|
"raw": "/**\n * helps debugging why/how an aspect was set to a component\n */",
|
|
@@ -2994,7 +2891,7 @@
|
|
|
2994
2891
|
"__schema": "ParameterSchema",
|
|
2995
2892
|
"location": {
|
|
2996
2893
|
"filePath": "aspect.main.runtime.ts",
|
|
2997
|
-
"line":
|
|
2894
|
+
"line": 151,
|
|
2998
2895
|
"character": 43
|
|
2999
2896
|
},
|
|
3000
2897
|
"name": "id",
|
|
@@ -3002,7 +2899,7 @@
|
|
|
3002
2899
|
"__schema": "TypeUnionSchema",
|
|
3003
2900
|
"location": {
|
|
3004
2901
|
"filePath": "aspect.main.runtime.ts",
|
|
3005
|
-
"line":
|
|
2902
|
+
"line": 151,
|
|
3006
2903
|
"character": 47
|
|
3007
2904
|
},
|
|
3008
2905
|
"types": [
|
|
@@ -3010,7 +2907,7 @@
|
|
|
3010
2907
|
"__schema": "KeywordTypeSchema",
|
|
3011
2908
|
"location": {
|
|
3012
2909
|
"filePath": "aspect.main.runtime.ts",
|
|
3013
|
-
"line":
|
|
2910
|
+
"line": 151,
|
|
3014
2911
|
"character": 47
|
|
3015
2912
|
},
|
|
3016
2913
|
"name": "string"
|
|
@@ -3019,15 +2916,10 @@
|
|
|
3019
2916
|
"__schema": "TypeRefSchema",
|
|
3020
2917
|
"location": {
|
|
3021
2918
|
"filePath": "aspect.main.runtime.ts",
|
|
3022
|
-
"line":
|
|
2919
|
+
"line": 151,
|
|
3023
2920
|
"character": 56
|
|
3024
2921
|
},
|
|
3025
|
-
"name": "ComponentID"
|
|
3026
|
-
"componentId": {
|
|
3027
|
-
"scope": "teambit.component",
|
|
3028
|
-
"name": "component-id",
|
|
3029
|
-
"version": "1.2.2"
|
|
3030
|
-
}
|
|
2922
|
+
"name": "ComponentID"
|
|
3031
2923
|
}
|
|
3032
2924
|
]
|
|
3033
2925
|
},
|
|
@@ -3039,7 +2931,7 @@
|
|
|
3039
2931
|
"__schema": "InferenceTypeSchema",
|
|
3040
2932
|
"location": {
|
|
3041
2933
|
"filePath": "aspect.main.runtime.ts",
|
|
3042
|
-
"line":
|
|
2934
|
+
"line": 151,
|
|
3043
2935
|
"character": 3
|
|
3044
2936
|
},
|
|
3045
2937
|
"type": "Promise<{\n aspects: AspectList;\n extensions: ExtensionDataList;\n beforeMerge: {\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n }[];\n}>"
|
|
@@ -3052,7 +2944,7 @@
|
|
|
3052
2944
|
"__schema": "FunctionLikeSchema",
|
|
3053
2945
|
"location": {
|
|
3054
2946
|
"filePath": "aspect.main.runtime.ts",
|
|
3055
|
-
"line":
|
|
2947
|
+
"line": 165,
|
|
3056
2948
|
"character": 3
|
|
3057
2949
|
},
|
|
3058
2950
|
"signature": "(method) AspectMain.updateAspectsToComponents(aspectId: string, pattern?: string): Promise<{\n updated: ComponentID[];\n alreadyUpToDate: ComponentID[];\n}>",
|
|
@@ -3062,7 +2954,7 @@
|
|
|
3062
2954
|
"__schema": "ParameterSchema",
|
|
3063
2955
|
"location": {
|
|
3064
2956
|
"filePath": "aspect.main.runtime.ts",
|
|
3065
|
-
"line":
|
|
2957
|
+
"line": 166,
|
|
3066
2958
|
"character": 5
|
|
3067
2959
|
},
|
|
3068
2960
|
"name": "aspectId",
|
|
@@ -3070,7 +2962,7 @@
|
|
|
3070
2962
|
"__schema": "KeywordTypeSchema",
|
|
3071
2963
|
"location": {
|
|
3072
2964
|
"filePath": "aspect.main.runtime.ts",
|
|
3073
|
-
"line":
|
|
2965
|
+
"line": 166,
|
|
3074
2966
|
"character": 15
|
|
3075
2967
|
},
|
|
3076
2968
|
"name": "string"
|
|
@@ -3082,7 +2974,7 @@
|
|
|
3082
2974
|
"__schema": "ParameterSchema",
|
|
3083
2975
|
"location": {
|
|
3084
2976
|
"filePath": "aspect.main.runtime.ts",
|
|
3085
|
-
"line":
|
|
2977
|
+
"line": 167,
|
|
3086
2978
|
"character": 5
|
|
3087
2979
|
},
|
|
3088
2980
|
"name": "pattern",
|
|
@@ -3090,7 +2982,7 @@
|
|
|
3090
2982
|
"__schema": "KeywordTypeSchema",
|
|
3091
2983
|
"location": {
|
|
3092
2984
|
"filePath": "aspect.main.runtime.ts",
|
|
3093
|
-
"line":
|
|
2985
|
+
"line": 167,
|
|
3094
2986
|
"character": 15
|
|
3095
2987
|
},
|
|
3096
2988
|
"name": "string"
|
|
@@ -3103,7 +2995,7 @@
|
|
|
3103
2995
|
"__schema": "TypeRefSchema",
|
|
3104
2996
|
"location": {
|
|
3105
2997
|
"filePath": "aspect.main.runtime.ts",
|
|
3106
|
-
"line":
|
|
2998
|
+
"line": 168,
|
|
3107
2999
|
"character": 6
|
|
3108
3000
|
},
|
|
3109
3001
|
"name": "Promise",
|
|
@@ -3112,7 +3004,7 @@
|
|
|
3112
3004
|
"__schema": "TypeLiteralSchema",
|
|
3113
3005
|
"location": {
|
|
3114
3006
|
"filePath": "aspect.main.runtime.ts",
|
|
3115
|
-
"line":
|
|
3007
|
+
"line": 168,
|
|
3116
3008
|
"character": 14
|
|
3117
3009
|
},
|
|
3118
3010
|
"members": [
|
|
@@ -3120,7 +3012,7 @@
|
|
|
3120
3012
|
"__schema": "VariableLikeSchema",
|
|
3121
3013
|
"location": {
|
|
3122
3014
|
"filePath": "aspect.main.runtime.ts",
|
|
3123
|
-
"line":
|
|
3015
|
+
"line": 168,
|
|
3124
3016
|
"character": 16
|
|
3125
3017
|
},
|
|
3126
3018
|
"signature": "(property) updated: ComponentID[]",
|
|
@@ -3129,22 +3021,17 @@
|
|
|
3129
3021
|
"__schema": "TypeArraySchema",
|
|
3130
3022
|
"location": {
|
|
3131
3023
|
"filePath": "aspect.main.runtime.ts",
|
|
3132
|
-
"line":
|
|
3024
|
+
"line": 168,
|
|
3133
3025
|
"character": 25
|
|
3134
3026
|
},
|
|
3135
3027
|
"type": {
|
|
3136
3028
|
"__schema": "TypeRefSchema",
|
|
3137
3029
|
"location": {
|
|
3138
3030
|
"filePath": "aspect.main.runtime.ts",
|
|
3139
|
-
"line":
|
|
3031
|
+
"line": 168,
|
|
3140
3032
|
"character": 25
|
|
3141
3033
|
},
|
|
3142
|
-
"name": "ComponentID"
|
|
3143
|
-
"componentId": {
|
|
3144
|
-
"scope": "teambit.component",
|
|
3145
|
-
"name": "component-id",
|
|
3146
|
-
"version": "1.2.2"
|
|
3147
|
-
}
|
|
3034
|
+
"name": "ComponentID"
|
|
3148
3035
|
}
|
|
3149
3036
|
},
|
|
3150
3037
|
"isOptional": false
|
|
@@ -3153,7 +3040,7 @@
|
|
|
3153
3040
|
"__schema": "VariableLikeSchema",
|
|
3154
3041
|
"location": {
|
|
3155
3042
|
"filePath": "aspect.main.runtime.ts",
|
|
3156
|
-
"line":
|
|
3043
|
+
"line": 168,
|
|
3157
3044
|
"character": 40
|
|
3158
3045
|
},
|
|
3159
3046
|
"signature": "(property) alreadyUpToDate: ComponentID[]",
|
|
@@ -3162,22 +3049,17 @@
|
|
|
3162
3049
|
"__schema": "TypeArraySchema",
|
|
3163
3050
|
"location": {
|
|
3164
3051
|
"filePath": "aspect.main.runtime.ts",
|
|
3165
|
-
"line":
|
|
3052
|
+
"line": 168,
|
|
3166
3053
|
"character": 57
|
|
3167
3054
|
},
|
|
3168
3055
|
"type": {
|
|
3169
3056
|
"__schema": "TypeRefSchema",
|
|
3170
3057
|
"location": {
|
|
3171
3058
|
"filePath": "aspect.main.runtime.ts",
|
|
3172
|
-
"line":
|
|
3059
|
+
"line": 168,
|
|
3173
3060
|
"character": 57
|
|
3174
3061
|
},
|
|
3175
|
-
"name": "ComponentID"
|
|
3176
|
-
"componentId": {
|
|
3177
|
-
"scope": "teambit.component",
|
|
3178
|
-
"name": "component-id",
|
|
3179
|
-
"version": "1.2.2"
|
|
3180
|
-
}
|
|
3062
|
+
"name": "ComponentID"
|
|
3181
3063
|
}
|
|
3182
3064
|
},
|
|
3183
3065
|
"isOptional": false
|
|
@@ -3194,14 +3076,14 @@
|
|
|
3194
3076
|
"__schema": "FunctionLikeSchema",
|
|
3195
3077
|
"location": {
|
|
3196
3078
|
"filePath": "aspect.main.runtime.ts",
|
|
3197
|
-
"line":
|
|
3079
|
+
"line": 206,
|
|
3198
3080
|
"character": 3
|
|
3199
3081
|
},
|
|
3200
3082
|
"doc": {
|
|
3201
3083
|
"__schema": "DocSchema",
|
|
3202
3084
|
"location": {
|
|
3203
3085
|
"filePath": "aspect.main.runtime.ts",
|
|
3204
|
-
"line":
|
|
3086
|
+
"line": 203,
|
|
3205
3087
|
"character": 3
|
|
3206
3088
|
},
|
|
3207
3089
|
"raw": "/**\n * override the dependency configuration of the component environment.\n */",
|
|
@@ -3215,7 +3097,7 @@
|
|
|
3215
3097
|
"__schema": "ParameterSchema",
|
|
3216
3098
|
"location": {
|
|
3217
3099
|
"filePath": "aspect.main.runtime.ts",
|
|
3218
|
-
"line":
|
|
3100
|
+
"line": 206,
|
|
3219
3101
|
"character": 24
|
|
3220
3102
|
},
|
|
3221
3103
|
"name": "dependencyPolicy",
|
|
@@ -3223,14 +3105,10 @@
|
|
|
3223
3105
|
"__schema": "TypeRefSchema",
|
|
3224
3106
|
"location": {
|
|
3225
3107
|
"filePath": "aspect.main.runtime.ts",
|
|
3226
|
-
"line":
|
|
3108
|
+
"line": 206,
|
|
3227
3109
|
"character": 42
|
|
3228
3110
|
},
|
|
3229
|
-
"name": "EnvPolicyConfigObject"
|
|
3230
|
-
"componentId": {
|
|
3231
|
-
"scope": "teambit.dependencies",
|
|
3232
|
-
"name": "dependency-resolver"
|
|
3233
|
-
}
|
|
3111
|
+
"name": "EnvPolicyConfigObject"
|
|
3234
3112
|
},
|
|
3235
3113
|
"isOptional": false,
|
|
3236
3114
|
"isSpread": false
|
|
@@ -3240,7 +3118,7 @@
|
|
|
3240
3118
|
"__schema": "TypeRefSchema",
|
|
3241
3119
|
"location": {
|
|
3242
3120
|
"filePath": "aspect.main.runtime.ts",
|
|
3243
|
-
"line":
|
|
3121
|
+
"line": 206,
|
|
3244
3122
|
"character": 3
|
|
3245
3123
|
},
|
|
3246
3124
|
"name": "EnvTransformer",
|
|
@@ -3255,7 +3133,7 @@
|
|
|
3255
3133
|
"__schema": "VariableLikeSchema",
|
|
3256
3134
|
"location": {
|
|
3257
3135
|
"filePath": "aspect.main.runtime.ts",
|
|
3258
|
-
"line":
|
|
3136
|
+
"line": 215,
|
|
3259
3137
|
"character": 3
|
|
3260
3138
|
},
|
|
3261
3139
|
"signature": "(property) AspectMain.runtime: RuntimeDefinition",
|
|
@@ -3264,7 +3142,7 @@
|
|
|
3264
3142
|
"__schema": "InferenceTypeSchema",
|
|
3265
3143
|
"location": {
|
|
3266
3144
|
"filePath": "aspect.main.runtime.ts",
|
|
3267
|
-
"line":
|
|
3145
|
+
"line": 215,
|
|
3268
3146
|
"character": 3
|
|
3269
3147
|
},
|
|
3270
3148
|
"type": "RuntimeDefinition"
|
|
@@ -3276,7 +3154,7 @@
|
|
|
3276
3154
|
"__schema": "VariableLikeSchema",
|
|
3277
3155
|
"location": {
|
|
3278
3156
|
"filePath": "aspect.main.runtime.ts",
|
|
3279
|
-
"line":
|
|
3157
|
+
"line": 216,
|
|
3280
3158
|
"character": 3
|
|
3281
3159
|
},
|
|
3282
3160
|
"signature": "(property) AspectMain.dependencies: Aspect[]",
|
|
@@ -3285,7 +3163,7 @@
|
|
|
3285
3163
|
"__schema": "InferenceTypeSchema",
|
|
3286
3164
|
"location": {
|
|
3287
3165
|
"filePath": "aspect.main.runtime.ts",
|
|
3288
|
-
"line":
|
|
3166
|
+
"line": 216,
|
|
3289
3167
|
"character": 3
|
|
3290
3168
|
},
|
|
3291
3169
|
"type": "Aspect[]"
|
|
@@ -3297,7 +3175,7 @@
|
|
|
3297
3175
|
"__schema": "FunctionLikeSchema",
|
|
3298
3176
|
"location": {
|
|
3299
3177
|
"filePath": "aspect.main.runtime.ts",
|
|
3300
|
-
"line":
|
|
3178
|
+
"line": 230,
|
|
3301
3179
|
"character": 3
|
|
3302
3180
|
},
|
|
3303
3181
|
"signature": "(method) AspectMain.provider([react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain, devFilesMain]: [\n ReactMain,\n EnvsMain,\n BuilderMain,\n AspectLoaderMain,\n CompilerMain,\n GeneratorMain,\n Workspace,\n CLIMain,\n LoggerMain,\n WorkerMain,\n DevFilesMain\n], config: any, slots: any, harmony: Harmony): Promise<AspectMain>",
|
|
@@ -3307,7 +3185,7 @@
|
|
|
3307
3185
|
"__schema": "ParameterSchema",
|
|
3308
3186
|
"location": {
|
|
3309
3187
|
"filePath": "aspect.main.runtime.ts",
|
|
3310
|
-
"line":
|
|
3188
|
+
"line": 231,
|
|
3311
3189
|
"character": 5
|
|
3312
3190
|
},
|
|
3313
3191
|
"name": "[ react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain, devFilesMain ]",
|
|
@@ -3315,7 +3193,7 @@
|
|
|
3315
3193
|
"__schema": "TupleTypeSchema",
|
|
3316
3194
|
"location": {
|
|
3317
3195
|
"filePath": "aspect.main.runtime.ts",
|
|
3318
|
-
"line":
|
|
3196
|
+
"line": 231,
|
|
3319
3197
|
"character": 118
|
|
3320
3198
|
},
|
|
3321
3199
|
"elements": [
|
|
@@ -3323,144 +3201,100 @@
|
|
|
3323
3201
|
"__schema": "TypeRefSchema",
|
|
3324
3202
|
"location": {
|
|
3325
3203
|
"filePath": "aspect.main.runtime.ts",
|
|
3326
|
-
"line":
|
|
3204
|
+
"line": 232,
|
|
3327
3205
|
"character": 7
|
|
3328
3206
|
},
|
|
3329
|
-
"name": "ReactMain"
|
|
3330
|
-
"componentId": {
|
|
3331
|
-
"scope": "teambit.react",
|
|
3332
|
-
"name": "react"
|
|
3333
|
-
}
|
|
3207
|
+
"name": "ReactMain"
|
|
3334
3208
|
},
|
|
3335
3209
|
{
|
|
3336
3210
|
"__schema": "TypeRefSchema",
|
|
3337
3211
|
"location": {
|
|
3338
3212
|
"filePath": "aspect.main.runtime.ts",
|
|
3339
|
-
"line":
|
|
3213
|
+
"line": 233,
|
|
3340
3214
|
"character": 7
|
|
3341
3215
|
},
|
|
3342
|
-
"name": "EnvsMain"
|
|
3343
|
-
"componentId": {
|
|
3344
|
-
"scope": "teambit.envs",
|
|
3345
|
-
"name": "envs"
|
|
3346
|
-
}
|
|
3216
|
+
"name": "EnvsMain"
|
|
3347
3217
|
},
|
|
3348
3218
|
{
|
|
3349
3219
|
"__schema": "TypeRefSchema",
|
|
3350
3220
|
"location": {
|
|
3351
3221
|
"filePath": "aspect.main.runtime.ts",
|
|
3352
|
-
"line":
|
|
3222
|
+
"line": 234,
|
|
3353
3223
|
"character": 7
|
|
3354
3224
|
},
|
|
3355
|
-
"name": "BuilderMain"
|
|
3356
|
-
"componentId": {
|
|
3357
|
-
"scope": "teambit.pipelines",
|
|
3358
|
-
"name": "builder"
|
|
3359
|
-
}
|
|
3225
|
+
"name": "BuilderMain"
|
|
3360
3226
|
},
|
|
3361
3227
|
{
|
|
3362
3228
|
"__schema": "TypeRefSchema",
|
|
3363
3229
|
"location": {
|
|
3364
3230
|
"filePath": "aspect.main.runtime.ts",
|
|
3365
|
-
"line":
|
|
3231
|
+
"line": 235,
|
|
3366
3232
|
"character": 7
|
|
3367
3233
|
},
|
|
3368
|
-
"name": "AspectLoaderMain"
|
|
3369
|
-
"componentId": {
|
|
3370
|
-
"scope": "teambit.harmony",
|
|
3371
|
-
"name": "aspect-loader"
|
|
3372
|
-
}
|
|
3234
|
+
"name": "AspectLoaderMain"
|
|
3373
3235
|
},
|
|
3374
3236
|
{
|
|
3375
3237
|
"__schema": "TypeRefSchema",
|
|
3376
3238
|
"location": {
|
|
3377
3239
|
"filePath": "aspect.main.runtime.ts",
|
|
3378
|
-
"line":
|
|
3240
|
+
"line": 236,
|
|
3379
3241
|
"character": 7
|
|
3380
3242
|
},
|
|
3381
|
-
"name": "CompilerMain"
|
|
3382
|
-
"componentId": {
|
|
3383
|
-
"scope": "teambit.compilation",
|
|
3384
|
-
"name": "compiler"
|
|
3385
|
-
}
|
|
3243
|
+
"name": "CompilerMain"
|
|
3386
3244
|
},
|
|
3387
3245
|
{
|
|
3388
3246
|
"__schema": "TypeRefSchema",
|
|
3389
3247
|
"location": {
|
|
3390
3248
|
"filePath": "aspect.main.runtime.ts",
|
|
3391
|
-
"line":
|
|
3249
|
+
"line": 237,
|
|
3392
3250
|
"character": 7
|
|
3393
3251
|
},
|
|
3394
|
-
"name": "GeneratorMain"
|
|
3395
|
-
"componentId": {
|
|
3396
|
-
"scope": "teambit.generator",
|
|
3397
|
-
"name": "generator"
|
|
3398
|
-
}
|
|
3252
|
+
"name": "GeneratorMain"
|
|
3399
3253
|
},
|
|
3400
3254
|
{
|
|
3401
3255
|
"__schema": "TypeRefSchema",
|
|
3402
3256
|
"location": {
|
|
3403
3257
|
"filePath": "aspect.main.runtime.ts",
|
|
3404
|
-
"line":
|
|
3258
|
+
"line": 238,
|
|
3405
3259
|
"character": 7
|
|
3406
3260
|
},
|
|
3407
|
-
"name": "Workspace"
|
|
3408
|
-
"componentId": {
|
|
3409
|
-
"scope": "teambit.workspace",
|
|
3410
|
-
"name": "workspace"
|
|
3411
|
-
}
|
|
3261
|
+
"name": "Workspace"
|
|
3412
3262
|
},
|
|
3413
3263
|
{
|
|
3414
3264
|
"__schema": "TypeRefSchema",
|
|
3415
3265
|
"location": {
|
|
3416
3266
|
"filePath": "aspect.main.runtime.ts",
|
|
3417
|
-
"line":
|
|
3267
|
+
"line": 239,
|
|
3418
3268
|
"character": 7
|
|
3419
3269
|
},
|
|
3420
|
-
"name": "CLIMain"
|
|
3421
|
-
"componentId": {
|
|
3422
|
-
"scope": "teambit.harmony",
|
|
3423
|
-
"name": "cli"
|
|
3424
|
-
}
|
|
3270
|
+
"name": "CLIMain"
|
|
3425
3271
|
},
|
|
3426
3272
|
{
|
|
3427
3273
|
"__schema": "TypeRefSchema",
|
|
3428
3274
|
"location": {
|
|
3429
3275
|
"filePath": "aspect.main.runtime.ts",
|
|
3430
|
-
"line":
|
|
3276
|
+
"line": 240,
|
|
3431
3277
|
"character": 7
|
|
3432
3278
|
},
|
|
3433
|
-
"name": "LoggerMain"
|
|
3434
|
-
"componentId": {
|
|
3435
|
-
"scope": "teambit.harmony",
|
|
3436
|
-
"name": "logger"
|
|
3437
|
-
}
|
|
3279
|
+
"name": "LoggerMain"
|
|
3438
3280
|
},
|
|
3439
3281
|
{
|
|
3440
3282
|
"__schema": "TypeRefSchema",
|
|
3441
3283
|
"location": {
|
|
3442
3284
|
"filePath": "aspect.main.runtime.ts",
|
|
3443
|
-
"line":
|
|
3285
|
+
"line": 241,
|
|
3444
3286
|
"character": 7
|
|
3445
3287
|
},
|
|
3446
|
-
"name": "WorkerMain"
|
|
3447
|
-
"componentId": {
|
|
3448
|
-
"scope": "teambit.harmony",
|
|
3449
|
-
"name": "worker"
|
|
3450
|
-
}
|
|
3288
|
+
"name": "WorkerMain"
|
|
3451
3289
|
},
|
|
3452
3290
|
{
|
|
3453
3291
|
"__schema": "TypeRefSchema",
|
|
3454
3292
|
"location": {
|
|
3455
3293
|
"filePath": "aspect.main.runtime.ts",
|
|
3456
|
-
"line":
|
|
3294
|
+
"line": 242,
|
|
3457
3295
|
"character": 7
|
|
3458
3296
|
},
|
|
3459
|
-
"name": "DevFilesMain"
|
|
3460
|
-
"componentId": {
|
|
3461
|
-
"scope": "teambit.component",
|
|
3462
|
-
"name": "dev-files"
|
|
3463
|
-
}
|
|
3297
|
+
"name": "DevFilesMain"
|
|
3464
3298
|
}
|
|
3465
3299
|
]
|
|
3466
3300
|
},
|
|
@@ -3471,7 +3305,7 @@
|
|
|
3471
3305
|
"__schema": "ParameterSchema",
|
|
3472
3306
|
"location": {
|
|
3473
3307
|
"filePath": "aspect.main.runtime.ts",
|
|
3474
|
-
"line":
|
|
3308
|
+
"line": 244,
|
|
3475
3309
|
"character": 5
|
|
3476
3310
|
},
|
|
3477
3311
|
"name": "config",
|
|
@@ -3479,7 +3313,7 @@
|
|
|
3479
3313
|
"__schema": "InferenceTypeSchema",
|
|
3480
3314
|
"location": {
|
|
3481
3315
|
"filePath": "aspect.main.runtime.ts",
|
|
3482
|
-
"line":
|
|
3316
|
+
"line": 244,
|
|
3483
3317
|
"character": 5
|
|
3484
3318
|
},
|
|
3485
3319
|
"type": "any"
|
|
@@ -3491,7 +3325,7 @@
|
|
|
3491
3325
|
"__schema": "ParameterSchema",
|
|
3492
3326
|
"location": {
|
|
3493
3327
|
"filePath": "aspect.main.runtime.ts",
|
|
3494
|
-
"line":
|
|
3328
|
+
"line": 245,
|
|
3495
3329
|
"character": 5
|
|
3496
3330
|
},
|
|
3497
3331
|
"name": "slots",
|
|
@@ -3499,7 +3333,7 @@
|
|
|
3499
3333
|
"__schema": "InferenceTypeSchema",
|
|
3500
3334
|
"location": {
|
|
3501
3335
|
"filePath": "aspect.main.runtime.ts",
|
|
3502
|
-
"line":
|
|
3336
|
+
"line": 245,
|
|
3503
3337
|
"character": 5
|
|
3504
3338
|
},
|
|
3505
3339
|
"type": "any"
|
|
@@ -3511,7 +3345,7 @@
|
|
|
3511
3345
|
"__schema": "ParameterSchema",
|
|
3512
3346
|
"location": {
|
|
3513
3347
|
"filePath": "aspect.main.runtime.ts",
|
|
3514
|
-
"line":
|
|
3348
|
+
"line": 246,
|
|
3515
3349
|
"character": 5
|
|
3516
3350
|
},
|
|
3517
3351
|
"name": "harmony",
|
|
@@ -3519,15 +3353,10 @@
|
|
|
3519
3353
|
"__schema": "TypeRefSchema",
|
|
3520
3354
|
"location": {
|
|
3521
3355
|
"filePath": "aspect.main.runtime.ts",
|
|
3522
|
-
"line":
|
|
3356
|
+
"line": 246,
|
|
3523
3357
|
"character": 14
|
|
3524
3358
|
},
|
|
3525
|
-
"name": "Harmony"
|
|
3526
|
-
"componentId": {
|
|
3527
|
-
"scope": "teambit.harmony",
|
|
3528
|
-
"name": "harmony",
|
|
3529
|
-
"version": "0.4.6"
|
|
3530
|
-
}
|
|
3359
|
+
"name": "Harmony"
|
|
3531
3360
|
},
|
|
3532
3361
|
"isOptional": false,
|
|
3533
3362
|
"isSpread": false
|
|
@@ -3537,7 +3366,7 @@
|
|
|
3537
3366
|
"__schema": "InferenceTypeSchema",
|
|
3538
3367
|
"location": {
|
|
3539
3368
|
"filePath": "aspect.main.runtime.ts",
|
|
3540
|
-
"line":
|
|
3369
|
+
"line": 230,
|
|
3541
3370
|
"character": 3
|
|
3542
3371
|
},
|
|
3543
3372
|
"type": "Promise<AspectMain>"
|
|
@@ -3557,7 +3386,7 @@
|
|
|
3557
3386
|
"__schema": "UnImplementedSchema",
|
|
3558
3387
|
"location": {
|
|
3559
3388
|
"filePath": "aspect.main.runtime.ts",
|
|
3560
|
-
"line":
|
|
3389
|
+
"line": 281,
|
|
3561
3390
|
"character": 1
|
|
3562
3391
|
},
|
|
3563
3392
|
"name": "AspectAspect.addRuntime(AspectMain);",
|
|
@@ -3687,11 +3516,7 @@
|
|
|
3687
3516
|
"line": 51,
|
|
3688
3517
|
"character": 23
|
|
3689
3518
|
},
|
|
3690
|
-
"name": "ReactEnv"
|
|
3691
|
-
"componentId": {
|
|
3692
|
-
"scope": "teambit.react",
|
|
3693
|
-
"name": "react"
|
|
3694
|
-
}
|
|
3519
|
+
"name": "ReactEnv"
|
|
3695
3520
|
},
|
|
3696
3521
|
"isOptional": false,
|
|
3697
3522
|
"isSpread": false
|
|
@@ -3711,11 +3536,7 @@
|
|
|
3711
3536
|
"line": 52,
|
|
3712
3537
|
"character": 27
|
|
3713
3538
|
},
|
|
3714
|
-
"name": "AspectLoaderMain"
|
|
3715
|
-
"componentId": {
|
|
3716
|
-
"scope": "teambit.harmony",
|
|
3717
|
-
"name": "aspect-loader"
|
|
3718
|
-
}
|
|
3539
|
+
"name": "AspectLoaderMain"
|
|
3719
3540
|
},
|
|
3720
3541
|
"isOptional": false,
|
|
3721
3542
|
"isSpread": false
|
|
@@ -3735,11 +3556,7 @@
|
|
|
3735
3556
|
"line": 53,
|
|
3736
3557
|
"character": 23
|
|
3737
3558
|
},
|
|
3738
|
-
"name": "DevFilesMain"
|
|
3739
|
-
"componentId": {
|
|
3740
|
-
"scope": "teambit.component",
|
|
3741
|
-
"name": "dev-files"
|
|
3742
|
-
}
|
|
3559
|
+
"name": "DevFilesMain"
|
|
3743
3560
|
},
|
|
3744
3561
|
"isOptional": false,
|
|
3745
3562
|
"isSpread": false
|
|
@@ -3759,11 +3576,7 @@
|
|
|
3759
3576
|
"line": 54,
|
|
3760
3577
|
"character": 23
|
|
3761
3578
|
},
|
|
3762
|
-
"name": "CompilerMain"
|
|
3763
|
-
"componentId": {
|
|
3764
|
-
"scope": "teambit.compilation",
|
|
3765
|
-
"name": "compiler"
|
|
3766
|
-
}
|
|
3579
|
+
"name": "CompilerMain"
|
|
3767
3580
|
},
|
|
3768
3581
|
"isOptional": false,
|
|
3769
3582
|
"isSpread": false
|
|
@@ -3783,11 +3596,7 @@
|
|
|
3783
3596
|
"line": 55,
|
|
3784
3597
|
"character": 21
|
|
3785
3598
|
},
|
|
3786
|
-
"name": "WorkerMain"
|
|
3787
|
-
"componentId": {
|
|
3788
|
-
"scope": "teambit.harmony",
|
|
3789
|
-
"name": "worker"
|
|
3790
|
-
}
|
|
3599
|
+
"name": "WorkerMain"
|
|
3791
3600
|
},
|
|
3792
3601
|
"isOptional": false,
|
|
3793
3602
|
"isSpread": false
|
|
@@ -3807,11 +3616,7 @@
|
|
|
3807
3616
|
"line": 56,
|
|
3808
3617
|
"character": 21
|
|
3809
3618
|
},
|
|
3810
|
-
"name": "Logger"
|
|
3811
|
-
"componentId": {
|
|
3812
|
-
"scope": "teambit.harmony",
|
|
3813
|
-
"name": "logger"
|
|
3814
|
-
}
|
|
3619
|
+
"name": "Logger"
|
|
3815
3620
|
},
|
|
3816
3621
|
"isOptional": false,
|
|
3817
3622
|
"isSpread": false
|
|
@@ -3897,8 +3702,7 @@
|
|
|
3897
3702
|
"line": 67,
|
|
3898
3703
|
"character": 25
|
|
3899
3704
|
},
|
|
3900
|
-
"name": "TsConfigSourceFile"
|
|
3901
|
-
"packageName": "typescript"
|
|
3705
|
+
"name": "TsConfigSourceFile"
|
|
3902
3706
|
},
|
|
3903
3707
|
"isOptional": false,
|
|
3904
3708
|
"isSpread": false
|
|
@@ -3940,8 +3744,7 @@
|
|
|
3940
3744
|
"line": 74,
|
|
3941
3745
|
"character": 30
|
|
3942
3746
|
},
|
|
3943
|
-
"name": "TsConfigSourceFile"
|
|
3944
|
-
"packageName": "typescript"
|
|
3747
|
+
"name": "TsConfigSourceFile"
|
|
3945
3748
|
},
|
|
3946
3749
|
"isOptional": false,
|
|
3947
3750
|
"isSpread": false
|
|
@@ -4100,8 +3903,7 @@
|
|
|
4100
3903
|
"line": 104,
|
|
4101
3904
|
"character": 27
|
|
4102
3905
|
},
|
|
4103
|
-
"name": "GetBuildPipeModifiers"
|
|
4104
|
-
"internalFilePath": "aspect.env.ts"
|
|
3906
|
+
"name": "GetBuildPipeModifiers"
|
|
4105
3907
|
},
|
|
4106
3908
|
"isOptional": true,
|
|
4107
3909
|
"defaultValue": "{}",
|
|
@@ -4122,11 +3924,7 @@
|
|
|
4122
3924
|
"line": 104,
|
|
4123
3925
|
"character": 56
|
|
4124
3926
|
},
|
|
4125
|
-
"name": "BuildTask"
|
|
4126
|
-
"componentId": {
|
|
4127
|
-
"scope": "teambit.pipelines",
|
|
4128
|
-
"name": "builder"
|
|
4129
|
-
}
|
|
3927
|
+
"name": "BuildTask"
|
|
4130
3928
|
}
|
|
4131
3929
|
},
|
|
4132
3930
|
"modifiers": []
|
|
@@ -4156,11 +3954,7 @@
|
|
|
4156
3954
|
"line": 139,
|
|
4157
3955
|
"character": 37
|
|
4158
3956
|
},
|
|
4159
|
-
"name": "BundlerContext"
|
|
4160
|
-
"componentId": {
|
|
4161
|
-
"scope": "teambit.compilation",
|
|
4162
|
-
"name": "bundler"
|
|
4163
|
-
}
|
|
3957
|
+
"name": "BundlerContext"
|
|
4164
3958
|
},
|
|
4165
3959
|
"isOptional": false,
|
|
4166
3960
|
"isSpread": false
|
|
@@ -4187,11 +3981,7 @@
|
|
|
4187
3981
|
"line": 139,
|
|
4188
3982
|
"character": 67
|
|
4189
3983
|
},
|
|
4190
|
-
"name": "WebpackConfigTransformer"
|
|
4191
|
-
"componentId": {
|
|
4192
|
-
"scope": "teambit.webpack",
|
|
4193
|
-
"name": "webpack"
|
|
4194
|
-
}
|
|
3984
|
+
"name": "WebpackConfigTransformer"
|
|
4195
3985
|
}
|
|
4196
3986
|
},
|
|
4197
3987
|
"isOptional": true,
|
|
@@ -4215,11 +4005,7 @@
|
|
|
4215
4005
|
"line": 139,
|
|
4216
4006
|
"character": 109
|
|
4217
4007
|
},
|
|
4218
|
-
"name": "Bundler"
|
|
4219
|
-
"componentId": {
|
|
4220
|
-
"scope": "teambit.compilation",
|
|
4221
|
-
"name": "bundler"
|
|
4222
|
-
}
|
|
4008
|
+
"name": "Bundler"
|
|
4223
4009
|
}
|
|
4224
4010
|
]
|
|
4225
4011
|
},
|
|
@@ -4252,11 +4038,7 @@
|
|
|
4252
4038
|
"line": 144,
|
|
4253
4039
|
"character": 14
|
|
4254
4040
|
},
|
|
4255
|
-
"name": "BundlerContext"
|
|
4256
|
-
"componentId": {
|
|
4257
|
-
"scope": "teambit.compilation",
|
|
4258
|
-
"name": "bundler"
|
|
4259
|
-
}
|
|
4041
|
+
"name": "BundlerContext"
|
|
4260
4042
|
},
|
|
4261
4043
|
"isOptional": false,
|
|
4262
4044
|
"isSpread": false
|
|
@@ -4283,11 +4065,7 @@
|
|
|
4283
4065
|
"line": 145,
|
|
4284
4066
|
"character": 19
|
|
4285
4067
|
},
|
|
4286
|
-
"name": "WebpackConfigTransformer"
|
|
4287
|
-
"componentId": {
|
|
4288
|
-
"scope": "teambit.webpack",
|
|
4289
|
-
"name": "webpack"
|
|
4290
|
-
}
|
|
4068
|
+
"name": "WebpackConfigTransformer"
|
|
4291
4069
|
}
|
|
4292
4070
|
},
|
|
4293
4071
|
"isOptional": true,
|
|
@@ -4311,11 +4089,7 @@
|
|
|
4311
4089
|
"line": 146,
|
|
4312
4090
|
"character": 14
|
|
4313
4091
|
},
|
|
4314
|
-
"name": "Bundler"
|
|
4315
|
-
"componentId": {
|
|
4316
|
-
"scope": "teambit.compilation",
|
|
4317
|
-
"name": "bundler"
|
|
4318
|
-
}
|
|
4092
|
+
"name": "Bundler"
|
|
4319
4093
|
}
|
|
4320
4094
|
]
|
|
4321
4095
|
},
|
|
@@ -4437,11 +4211,7 @@
|
|
|
4437
4211
|
"line": 202,
|
|
4438
4212
|
"character": 22
|
|
4439
4213
|
},
|
|
4440
|
-
"name": "ConfigWriterEntry"
|
|
4441
|
-
"componentId": {
|
|
4442
|
-
"scope": "teambit.workspace",
|
|
4443
|
-
"name": "workspace-config-files"
|
|
4444
|
-
}
|
|
4214
|
+
"name": "ConfigWriterEntry"
|
|
4445
4215
|
}
|
|
4446
4216
|
},
|
|
4447
4217
|
"modifiers": []
|
|
@@ -4470,7 +4240,7 @@
|
|
|
4470
4240
|
"_legacy": {
|
|
4471
4241
|
"scope": "teambit.harmony",
|
|
4472
4242
|
"name": "aspect",
|
|
4473
|
-
"version": "1.0.
|
|
4243
|
+
"version": "1.0.504"
|
|
4474
4244
|
},
|
|
4475
4245
|
"_scope": "teambit.harmony"
|
|
4476
4246
|
}
|
|
@@ -4497,7 +4267,7 @@
|
|
|
4497
4267
|
"_legacy": {
|
|
4498
4268
|
"scope": "teambit.harmony",
|
|
4499
4269
|
"name": "aspect",
|
|
4500
|
-
"version": "1.0.
|
|
4270
|
+
"version": "1.0.504"
|
|
4501
4271
|
},
|
|
4502
4272
|
"_scope": "teambit.harmony"
|
|
4503
4273
|
}
|
|
@@ -4524,7 +4294,7 @@
|
|
|
4524
4294
|
"_legacy": {
|
|
4525
4295
|
"scope": "teambit.harmony",
|
|
4526
4296
|
"name": "aspect",
|
|
4527
|
-
"version": "1.0.
|
|
4297
|
+
"version": "1.0.504"
|
|
4528
4298
|
},
|
|
4529
4299
|
"_scope": "teambit.harmony"
|
|
4530
4300
|
}
|
|
@@ -4590,11 +4360,7 @@
|
|
|
4590
4360
|
"line": 41,
|
|
4591
4361
|
"character": 30
|
|
4592
4362
|
},
|
|
4593
|
-
"name": "PipeServiceModifiersMap"
|
|
4594
|
-
"componentId": {
|
|
4595
|
-
"scope": "teambit.envs",
|
|
4596
|
-
"name": "envs"
|
|
4597
|
-
}
|
|
4363
|
+
"name": "PipeServiceModifiersMap"
|
|
4598
4364
|
},
|
|
4599
4365
|
{
|
|
4600
4366
|
"__schema": "TypeLiteralSchema",
|
|
@@ -4620,11 +4386,7 @@
|
|
|
4620
4386
|
"line": 42,
|
|
4621
4387
|
"character": 16
|
|
4622
4388
|
},
|
|
4623
|
-
"name": "PipeServiceModifier"
|
|
4624
|
-
"componentId": {
|
|
4625
|
-
"scope": "teambit.envs",
|
|
4626
|
-
"name": "envs"
|
|
4627
|
-
}
|
|
4389
|
+
"name": "PipeServiceModifier"
|
|
4628
4390
|
},
|
|
4629
4391
|
"isOptional": true
|
|
4630
4392
|
},
|
|
@@ -4644,11 +4406,7 @@
|
|
|
4644
4406
|
"line": 43,
|
|
4645
4407
|
"character": 18
|
|
4646
4408
|
},
|
|
4647
|
-
"name": "PipeServiceModifier"
|
|
4648
|
-
"componentId": {
|
|
4649
|
-
"scope": "teambit.envs",
|
|
4650
|
-
"name": "envs"
|
|
4651
|
-
}
|
|
4409
|
+
"name": "PipeServiceModifier"
|
|
4652
4410
|
},
|
|
4653
4411
|
"isOptional": true
|
|
4654
4412
|
}
|
|
@@ -4663,7 +4421,7 @@
|
|
|
4663
4421
|
"componentId": {
|
|
4664
4422
|
"scope": "teambit.harmony",
|
|
4665
4423
|
"name": "aspect",
|
|
4666
|
-
"version": "1.0.
|
|
4424
|
+
"version": "1.0.504"
|
|
4667
4425
|
},
|
|
4668
4426
|
"taggedModuleExports": []
|
|
4669
4427
|
}
|