@teambit/aspect 1.0.257 → 1.0.258
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/{310.b428735c7f66bfde6bb5.js → 310.4c8d2f8d6b68e75b7371.js} +321 -9
- package/artifacts/env-template/public/{136.a9819b1b60881cd5007a.js → 393.710e54aea1b5a73dd6c6.js} +10 -10
- package/artifacts/env-template/public/{214.b883ba893a08e57c8e1a.js → 447.2d6fc0b3bba8a28a3b30.js} +2 -2
- package/artifacts/env-template/public/assets-manifest.json +16 -16
- package/artifacts/env-template/public/compositions.352812b2e657bfbc666a.js +17 -0
- package/artifacts/env-template/public/compositions.html +1 -1
- package/artifacts/env-template/public/{overview.bb74502bd1d082253239.js → overview.786a07ba497098f5c42b.js} +1 -1
- package/artifacts/env-template/public/overview.html +1 -1
- package/artifacts/env-template/public/peers.300620c25fe7d0ecc351.js +1 -0
- package/artifacts/env-template/public/{preview-root.34e0999bfedb25e2ec3e.js → preview-root.db4c569323bddd21c98c.js} +1 -1
- package/artifacts/env-template/public/static/css/{310.b5a000fd.css → 310.3ebec769.css} +1 -1
- package/artifacts/preview/teambit_harmony_aspect-preview.js +1 -1
- package/artifacts/schema.json +1462 -1711
- package/{compositions-1714360874807.js → compositions-1714472366682.js} +1 -1
- package/dist/preview-1714472366682.js +7 -0
- package/{overview-1714360874807.js → overview-1714472366682.js} +1 -1
- package/package.json +23 -23
- package/artifacts/env-template/public/compositions.ffbb0a5e0b7877aa01d4.js +0 -17
- package/artifacts/env-template/public/peers.afa8f59591f514895b7f.js +0 -1
- package/dist/preview-1714360874807.js +0 -7
package/artifacts/schema.json
CHANGED
|
@@ -14,1995 +14,1889 @@
|
|
|
14
14
|
},
|
|
15
15
|
"exports": [
|
|
16
16
|
{
|
|
17
|
-
"__schema": "
|
|
17
|
+
"__schema": "ExportSchema",
|
|
18
18
|
"location": {
|
|
19
|
-
"filePath": "
|
|
20
|
-
"line":
|
|
21
|
-
"character":
|
|
19
|
+
"filePath": "index.ts",
|
|
20
|
+
"line": 1,
|
|
21
|
+
"character": 15
|
|
22
22
|
},
|
|
23
|
-
"signature": "class AspectMain",
|
|
24
23
|
"name": "AspectMain",
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
24
|
+
"exportNode": {
|
|
25
|
+
"__schema": "ClassSchema",
|
|
26
|
+
"location": {
|
|
27
|
+
"filePath": "aspect.main.runtime.ts",
|
|
28
|
+
"line": 37,
|
|
29
|
+
"character": 1
|
|
30
|
+
},
|
|
31
|
+
"signature": "class AspectMain",
|
|
32
|
+
"name": "AspectMain",
|
|
33
|
+
"members": [
|
|
34
|
+
{
|
|
35
|
+
"__schema": "ConstructorSchema",
|
|
36
|
+
"location": {
|
|
37
|
+
"filePath": "aspect.main.runtime.ts",
|
|
38
|
+
"line": 38,
|
|
39
|
+
"character": 3
|
|
40
|
+
},
|
|
41
|
+
"signature": "constructor AspectMain(aspectEnv: AspectEnv, envs: EnvsMain, workspace: Workspace): AspectMain",
|
|
42
|
+
"name": "constructor",
|
|
43
|
+
"params": [
|
|
44
|
+
{
|
|
45
|
+
"__schema": "ParameterSchema",
|
|
46
46
|
"location": {
|
|
47
47
|
"filePath": "aspect.main.runtime.ts",
|
|
48
48
|
"line": 38,
|
|
49
|
-
"character":
|
|
49
|
+
"character": 15
|
|
50
50
|
},
|
|
51
|
-
"name": "
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"
|
|
51
|
+
"name": "aspectEnv",
|
|
52
|
+
"type": {
|
|
53
|
+
"__schema": "TypeRefSchema",
|
|
54
|
+
"location": {
|
|
55
|
+
"filePath": "aspect.main.runtime.ts",
|
|
56
|
+
"line": 38,
|
|
57
|
+
"character": 35
|
|
58
|
+
},
|
|
59
|
+
"name": "AspectEnv"
|
|
60
|
+
},
|
|
61
|
+
"isOptional": false,
|
|
62
|
+
"isSpread": false
|
|
62
63
|
},
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
"__schema": "TypeRefSchema",
|
|
64
|
+
{
|
|
65
|
+
"__schema": "ParameterSchema",
|
|
66
66
|
"location": {
|
|
67
67
|
"filePath": "aspect.main.runtime.ts",
|
|
68
68
|
"line": 38,
|
|
69
|
-
"character":
|
|
69
|
+
"character": 46
|
|
70
70
|
},
|
|
71
|
-
"name": "
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"filePath": "aspect.main.runtime.ts",
|
|
84
|
-
"line": 38,
|
|
85
|
-
"character": 70
|
|
71
|
+
"name": "envs",
|
|
72
|
+
"type": {
|
|
73
|
+
"__schema": "TypeRefSchema",
|
|
74
|
+
"location": {
|
|
75
|
+
"filePath": "aspect.main.runtime.ts",
|
|
76
|
+
"line": 38,
|
|
77
|
+
"character": 60
|
|
78
|
+
},
|
|
79
|
+
"name": "EnvsMain"
|
|
80
|
+
},
|
|
81
|
+
"isOptional": false,
|
|
82
|
+
"isSpread": false
|
|
86
83
|
},
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"__schema": "TypeRefSchema",
|
|
84
|
+
{
|
|
85
|
+
"__schema": "ParameterSchema",
|
|
90
86
|
"location": {
|
|
91
87
|
"filePath": "aspect.main.runtime.ts",
|
|
92
88
|
"line": 38,
|
|
93
|
-
"character":
|
|
89
|
+
"character": 70
|
|
94
90
|
},
|
|
95
|
-
"name": "
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
91
|
+
"name": "workspace",
|
|
92
|
+
"type": {
|
|
93
|
+
"__schema": "TypeRefSchema",
|
|
94
|
+
"location": {
|
|
95
|
+
"filePath": "aspect.main.runtime.ts",
|
|
96
|
+
"line": 38,
|
|
97
|
+
"character": 89
|
|
98
|
+
},
|
|
99
|
+
"name": "Workspace"
|
|
100
|
+
},
|
|
101
|
+
"isOptional": false,
|
|
102
|
+
"isSpread": false
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"returnType": {
|
|
106
|
+
"__schema": "ThisTypeSchema",
|
|
107
|
+
"location": {
|
|
108
|
+
"filePath": "aspect.main.runtime.ts",
|
|
109
|
+
"line": 37,
|
|
110
|
+
"character": 1
|
|
100
111
|
},
|
|
101
|
-
"
|
|
102
|
-
"isSpread": false
|
|
103
|
-
}
|
|
104
|
-
],
|
|
105
|
-
"returnType": {
|
|
106
|
-
"__schema": "ThisTypeSchema",
|
|
107
|
-
"location": {
|
|
108
|
-
"filePath": "aspect.main.runtime.ts",
|
|
109
|
-
"line": 37,
|
|
110
|
-
"character": 1
|
|
112
|
+
"name": "AspectMain"
|
|
111
113
|
},
|
|
112
|
-
"
|
|
113
|
-
},
|
|
114
|
-
"modifiers": []
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"__schema": "FunctionLikeSchema",
|
|
118
|
-
"location": {
|
|
119
|
-
"filePath": "aspect.main.runtime.ts",
|
|
120
|
-
"line": 43,
|
|
121
|
-
"character": 3
|
|
114
|
+
"modifiers": []
|
|
122
115
|
},
|
|
123
|
-
|
|
124
|
-
"__schema": "
|
|
116
|
+
{
|
|
117
|
+
"__schema": "FunctionLikeSchema",
|
|
125
118
|
"location": {
|
|
126
119
|
"filePath": "aspect.main.runtime.ts",
|
|
127
|
-
"line":
|
|
120
|
+
"line": 43,
|
|
128
121
|
"character": 3
|
|
129
122
|
},
|
|
130
|
-
"
|
|
131
|
-
|
|
132
|
-
},
|
|
133
|
-
"signature": "(method) AspectMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
|
|
134
|
-
"name": "compose",
|
|
135
|
-
"params": [
|
|
136
|
-
{
|
|
137
|
-
"__schema": "ParameterSchema",
|
|
123
|
+
"doc": {
|
|
124
|
+
"__schema": "DocSchema",
|
|
138
125
|
"location": {
|
|
139
126
|
"filePath": "aspect.main.runtime.ts",
|
|
140
|
-
"line":
|
|
141
|
-
"character":
|
|
127
|
+
"line": 40,
|
|
128
|
+
"character": 3
|
|
142
129
|
},
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
|
|
130
|
+
"raw": "/**\n * compose your own aspect environment.\n */",
|
|
131
|
+
"comment": "compose your own aspect environment."
|
|
132
|
+
},
|
|
133
|
+
"signature": "(method) AspectMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
|
|
134
|
+
"name": "compose",
|
|
135
|
+
"params": [
|
|
136
|
+
{
|
|
137
|
+
"__schema": "ParameterSchema",
|
|
146
138
|
"location": {
|
|
147
139
|
"filePath": "aspect.main.runtime.ts",
|
|
148
140
|
"line": 43,
|
|
149
|
-
"character":
|
|
141
|
+
"character": 11
|
|
150
142
|
},
|
|
143
|
+
"name": "transformers",
|
|
151
144
|
"type": {
|
|
152
|
-
"__schema": "
|
|
145
|
+
"__schema": "TypeArraySchema",
|
|
153
146
|
"location": {
|
|
154
147
|
"filePath": "aspect.main.runtime.ts",
|
|
155
148
|
"line": 43,
|
|
156
149
|
"character": 25
|
|
157
150
|
},
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
"
|
|
161
|
-
|
|
151
|
+
"type": {
|
|
152
|
+
"__schema": "TypeRefSchema",
|
|
153
|
+
"location": {
|
|
154
|
+
"filePath": "aspect.main.runtime.ts",
|
|
155
|
+
"line": 43,
|
|
156
|
+
"character": 25
|
|
157
|
+
},
|
|
158
|
+
"name": "EnvTransformer"
|
|
162
159
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
"isSpread": false
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"__schema": "ParameterSchema",
|
|
171
|
-
"location": {
|
|
172
|
-
"filePath": "aspect.main.runtime.ts",
|
|
173
|
-
"line": 43,
|
|
174
|
-
"character": 48
|
|
160
|
+
},
|
|
161
|
+
"isOptional": true,
|
|
162
|
+
"defaultValue": "[]",
|
|
163
|
+
"isSpread": false
|
|
175
164
|
},
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
"__schema": "TypeRefSchema",
|
|
165
|
+
{
|
|
166
|
+
"__schema": "ParameterSchema",
|
|
179
167
|
"location": {
|
|
180
168
|
"filePath": "aspect.main.runtime.ts",
|
|
181
169
|
"line": 43,
|
|
182
|
-
"character":
|
|
170
|
+
"character": 48
|
|
183
171
|
},
|
|
184
|
-
"name": "
|
|
185
|
-
"
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
"
|
|
201
|
-
},
|
|
202
|
-
"name": "Environment",
|
|
203
|
-
"componentId": {
|
|
204
|
-
"scope": "teambit.envs",
|
|
205
|
-
"name": "envs"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"modifiers": []
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"__schema": "FunctionLikeSchema",
|
|
212
|
-
"location": {
|
|
213
|
-
"filePath": "aspect.main.runtime.ts",
|
|
214
|
-
"line": 47,
|
|
215
|
-
"character": 3
|
|
216
|
-
},
|
|
217
|
-
"signature": "(method) AspectMain.listAspectsOfComponent(pattern?: string): Promise<{\n [component: string]: AspectSource[];\n}>",
|
|
218
|
-
"name": "listAspectsOfComponent",
|
|
219
|
-
"params": [
|
|
220
|
-
{
|
|
221
|
-
"__schema": "ParameterSchema",
|
|
172
|
+
"name": "targetEnv",
|
|
173
|
+
"type": {
|
|
174
|
+
"__schema": "TypeRefSchema",
|
|
175
|
+
"location": {
|
|
176
|
+
"filePath": "aspect.main.runtime.ts",
|
|
177
|
+
"line": 43,
|
|
178
|
+
"character": 59
|
|
179
|
+
},
|
|
180
|
+
"name": "Environment"
|
|
181
|
+
},
|
|
182
|
+
"isOptional": true,
|
|
183
|
+
"defaultValue": "{}",
|
|
184
|
+
"isSpread": false
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"returnType": {
|
|
188
|
+
"__schema": "TypeRefSchema",
|
|
222
189
|
"location": {
|
|
223
190
|
"filePath": "aspect.main.runtime.ts",
|
|
224
|
-
"line":
|
|
225
|
-
"character":
|
|
226
|
-
},
|
|
227
|
-
"name": "pattern",
|
|
228
|
-
"type": {
|
|
229
|
-
"__schema": "KeywordTypeSchema",
|
|
230
|
-
"location": {
|
|
231
|
-
"filePath": "aspect.main.runtime.ts",
|
|
232
|
-
"line": 47,
|
|
233
|
-
"character": 42
|
|
234
|
-
},
|
|
235
|
-
"name": "string"
|
|
191
|
+
"line": 43,
|
|
192
|
+
"character": 3
|
|
236
193
|
},
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
194
|
+
"name": "Environment",
|
|
195
|
+
"componentId": {
|
|
196
|
+
"scope": "teambit.envs",
|
|
197
|
+
"name": "envs"
|
|
198
|
+
}
|
|
199
|
+
},
|
|
200
|
+
"modifiers": []
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"__schema": "FunctionLikeSchema",
|
|
243
204
|
"location": {
|
|
244
205
|
"filePath": "aspect.main.runtime.ts",
|
|
245
206
|
"line": 47,
|
|
246
|
-
"character":
|
|
207
|
+
"character": 3
|
|
247
208
|
},
|
|
248
|
-
"
|
|
249
|
-
"
|
|
209
|
+
"signature": "(method) AspectMain.listAspectsOfComponent(pattern?: string): Promise<{\n [component: string]: AspectSource[];\n}>",
|
|
210
|
+
"name": "listAspectsOfComponent",
|
|
211
|
+
"params": [
|
|
250
212
|
{
|
|
251
|
-
"__schema": "
|
|
213
|
+
"__schema": "ParameterSchema",
|
|
252
214
|
"location": {
|
|
253
215
|
"filePath": "aspect.main.runtime.ts",
|
|
254
216
|
"line": 47,
|
|
255
|
-
"character":
|
|
217
|
+
"character": 32
|
|
256
218
|
},
|
|
257
|
-
"
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
219
|
+
"name": "pattern",
|
|
220
|
+
"type": {
|
|
221
|
+
"__schema": "KeywordTypeSchema",
|
|
222
|
+
"location": {
|
|
223
|
+
"filePath": "aspect.main.runtime.ts",
|
|
224
|
+
"line": 47,
|
|
225
|
+
"character": 42
|
|
226
|
+
},
|
|
227
|
+
"name": "string"
|
|
228
|
+
},
|
|
229
|
+
"isOptional": true,
|
|
230
|
+
"isSpread": false
|
|
231
|
+
}
|
|
232
|
+
],
|
|
233
|
+
"returnType": {
|
|
234
|
+
"__schema": "TypeRefSchema",
|
|
235
|
+
"location": {
|
|
236
|
+
"filePath": "aspect.main.runtime.ts",
|
|
237
|
+
"line": 47,
|
|
238
|
+
"character": 51
|
|
239
|
+
},
|
|
240
|
+
"name": "Promise",
|
|
241
|
+
"typeArgs": [
|
|
242
|
+
{
|
|
243
|
+
"__schema": "TypeLiteralSchema",
|
|
244
|
+
"location": {
|
|
245
|
+
"filePath": "aspect.main.runtime.ts",
|
|
246
|
+
"line": 47,
|
|
247
|
+
"character": 59
|
|
248
|
+
},
|
|
249
|
+
"members": [
|
|
250
|
+
{
|
|
251
|
+
"__schema": "IndexSignatureSchema",
|
|
267
252
|
"location": {
|
|
268
253
|
"filePath": "aspect.main.runtime.ts",
|
|
269
254
|
"line": 47,
|
|
270
|
-
"character":
|
|
255
|
+
"character": 61
|
|
271
256
|
},
|
|
272
|
-
"
|
|
273
|
-
|
|
274
|
-
"__schema": "KeywordTypeSchema",
|
|
257
|
+
"keyType": {
|
|
258
|
+
"__schema": "ParameterSchema",
|
|
275
259
|
"location": {
|
|
276
260
|
"filePath": "aspect.main.runtime.ts",
|
|
277
261
|
"line": 47,
|
|
278
|
-
"character":
|
|
262
|
+
"character": 62
|
|
279
263
|
},
|
|
280
|
-
"name": "
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"
|
|
264
|
+
"name": "component",
|
|
265
|
+
"type": {
|
|
266
|
+
"__schema": "KeywordTypeSchema",
|
|
267
|
+
"location": {
|
|
268
|
+
"filePath": "aspect.main.runtime.ts",
|
|
269
|
+
"line": 47,
|
|
270
|
+
"character": 73
|
|
271
|
+
},
|
|
272
|
+
"name": "string"
|
|
273
|
+
},
|
|
274
|
+
"isOptional": false,
|
|
275
|
+
"isSpread": false
|
|
291
276
|
},
|
|
292
|
-
"
|
|
293
|
-
"__schema": "
|
|
277
|
+
"valueType": {
|
|
278
|
+
"__schema": "TypeArraySchema",
|
|
294
279
|
"location": {
|
|
295
280
|
"filePath": "aspect.main.runtime.ts",
|
|
296
281
|
"line": 47,
|
|
297
282
|
"character": 82
|
|
298
283
|
},
|
|
299
|
-
"
|
|
300
|
-
|
|
284
|
+
"type": {
|
|
285
|
+
"__schema": "TypeRefSchema",
|
|
286
|
+
"location": {
|
|
287
|
+
"filePath": "aspect.main.runtime.ts",
|
|
288
|
+
"line": 47,
|
|
289
|
+
"character": 82
|
|
290
|
+
},
|
|
291
|
+
"name": "AspectSource"
|
|
292
|
+
}
|
|
301
293
|
}
|
|
302
294
|
}
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
295
|
+
]
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
},
|
|
299
|
+
"modifiers": [
|
|
300
|
+
"async"
|
|
306
301
|
]
|
|
307
302
|
},
|
|
308
|
-
|
|
309
|
-
"
|
|
310
|
-
]
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"__schema": "GetAccessorSchema",
|
|
314
|
-
"location": {
|
|
315
|
-
"filePath": "aspect.main.runtime.ts",
|
|
316
|
-
"line": 63,
|
|
317
|
-
"character": 3
|
|
318
|
-
},
|
|
319
|
-
"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}",
|
|
320
|
-
"name": "babelConfig",
|
|
321
|
-
"type": {
|
|
322
|
-
"__schema": "InferenceTypeSchema",
|
|
303
|
+
{
|
|
304
|
+
"__schema": "GetAccessorSchema",
|
|
323
305
|
"location": {
|
|
324
306
|
"filePath": "aspect.main.runtime.ts",
|
|
325
307
|
"line": 63,
|
|
326
308
|
"character": 3
|
|
327
309
|
},
|
|
328
|
-
"
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
"__schema": "FunctionLikeSchema",
|
|
333
|
-
"location": {
|
|
334
|
-
"filePath": "aspect.main.runtime.ts",
|
|
335
|
-
"line": 93,
|
|
336
|
-
"character": 3
|
|
337
|
-
},
|
|
338
|
-
"signature": "(method) AspectMain.setAspectsToComponents(pattern: string, aspectId: string, config?: Record<string, any>, options?: SetAspectOptions): Promise<ComponentID[]>",
|
|
339
|
-
"name": "setAspectsToComponents",
|
|
340
|
-
"params": [
|
|
341
|
-
{
|
|
342
|
-
"__schema": "ParameterSchema",
|
|
310
|
+
"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}",
|
|
311
|
+
"name": "babelConfig",
|
|
312
|
+
"type": {
|
|
313
|
+
"__schema": "InferenceTypeSchema",
|
|
343
314
|
"location": {
|
|
344
315
|
"filePath": "aspect.main.runtime.ts",
|
|
345
|
-
"line":
|
|
346
|
-
"character":
|
|
316
|
+
"line": 63,
|
|
317
|
+
"character": 3
|
|
347
318
|
},
|
|
348
|
-
"
|
|
349
|
-
|
|
350
|
-
|
|
319
|
+
"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}"
|
|
320
|
+
}
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"__schema": "FunctionLikeSchema",
|
|
324
|
+
"location": {
|
|
325
|
+
"filePath": "aspect.main.runtime.ts",
|
|
326
|
+
"line": 93,
|
|
327
|
+
"character": 3
|
|
328
|
+
},
|
|
329
|
+
"signature": "(method) AspectMain.setAspectsToComponents(pattern: string, aspectId: string, config?: Record<string, any>, options?: SetAspectOptions): Promise<ComponentID[]>",
|
|
330
|
+
"name": "setAspectsToComponents",
|
|
331
|
+
"params": [
|
|
332
|
+
{
|
|
333
|
+
"__schema": "ParameterSchema",
|
|
351
334
|
"location": {
|
|
352
335
|
"filePath": "aspect.main.runtime.ts",
|
|
353
336
|
"line": 94,
|
|
354
|
-
"character":
|
|
337
|
+
"character": 5
|
|
355
338
|
},
|
|
356
|
-
"name": "
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
"
|
|
339
|
+
"name": "pattern",
|
|
340
|
+
"type": {
|
|
341
|
+
"__schema": "KeywordTypeSchema",
|
|
342
|
+
"location": {
|
|
343
|
+
"filePath": "aspect.main.runtime.ts",
|
|
344
|
+
"line": 94,
|
|
345
|
+
"character": 14
|
|
346
|
+
},
|
|
347
|
+
"name": "string"
|
|
348
|
+
},
|
|
349
|
+
"isOptional": false,
|
|
350
|
+
"isSpread": false
|
|
367
351
|
},
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
"__schema": "KeywordTypeSchema",
|
|
352
|
+
{
|
|
353
|
+
"__schema": "ParameterSchema",
|
|
371
354
|
"location": {
|
|
372
355
|
"filePath": "aspect.main.runtime.ts",
|
|
373
356
|
"line": 95,
|
|
374
|
-
"character":
|
|
357
|
+
"character": 5
|
|
375
358
|
},
|
|
376
|
-
"name": "
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
"
|
|
359
|
+
"name": "aspectId",
|
|
360
|
+
"type": {
|
|
361
|
+
"__schema": "KeywordTypeSchema",
|
|
362
|
+
"location": {
|
|
363
|
+
"filePath": "aspect.main.runtime.ts",
|
|
364
|
+
"line": 95,
|
|
365
|
+
"character": 15
|
|
366
|
+
},
|
|
367
|
+
"name": "string"
|
|
368
|
+
},
|
|
369
|
+
"isOptional": false,
|
|
370
|
+
"isSpread": false
|
|
387
371
|
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
"__schema": "TypeRefSchema",
|
|
372
|
+
{
|
|
373
|
+
"__schema": "ParameterSchema",
|
|
391
374
|
"location": {
|
|
392
375
|
"filePath": "aspect.main.runtime.ts",
|
|
393
376
|
"line": 96,
|
|
394
|
-
"character":
|
|
377
|
+
"character": 5
|
|
395
378
|
},
|
|
396
|
-
"name": "
|
|
397
|
-
"
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
"
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
"character": 20
|
|
404
|
-
},
|
|
405
|
-
"name": "string"
|
|
379
|
+
"name": "config",
|
|
380
|
+
"type": {
|
|
381
|
+
"__schema": "TypeRefSchema",
|
|
382
|
+
"location": {
|
|
383
|
+
"filePath": "aspect.main.runtime.ts",
|
|
384
|
+
"line": 96,
|
|
385
|
+
"character": 13
|
|
406
386
|
},
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
"
|
|
411
|
-
"
|
|
412
|
-
|
|
387
|
+
"name": "Record",
|
|
388
|
+
"typeArgs": [
|
|
389
|
+
{
|
|
390
|
+
"__schema": "KeywordTypeSchema",
|
|
391
|
+
"location": {
|
|
392
|
+
"filePath": "aspect.main.runtime.ts",
|
|
393
|
+
"line": 96,
|
|
394
|
+
"character": 20
|
|
395
|
+
},
|
|
396
|
+
"name": "string"
|
|
413
397
|
},
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
"location": {
|
|
425
|
-
"filePath": "aspect.main.runtime.ts",
|
|
426
|
-
"line": 97,
|
|
427
|
-
"character": 5
|
|
428
|
-
},
|
|
429
|
-
"name": "options",
|
|
430
|
-
"type": {
|
|
431
|
-
"__schema": "TypeRefSchema",
|
|
432
|
-
"location": {
|
|
433
|
-
"filePath": "aspect.main.runtime.ts",
|
|
434
|
-
"line": 97,
|
|
435
|
-
"character": 14
|
|
398
|
+
{
|
|
399
|
+
"__schema": "KeywordTypeSchema",
|
|
400
|
+
"location": {
|
|
401
|
+
"filePath": "aspect.main.runtime.ts",
|
|
402
|
+
"line": 96,
|
|
403
|
+
"character": 28
|
|
404
|
+
},
|
|
405
|
+
"name": "any"
|
|
406
|
+
}
|
|
407
|
+
]
|
|
436
408
|
},
|
|
437
|
-
"
|
|
438
|
-
"
|
|
409
|
+
"isOptional": true,
|
|
410
|
+
"defaultValue": "{}",
|
|
411
|
+
"isSpread": false
|
|
439
412
|
},
|
|
440
|
-
"isOptional": true,
|
|
441
|
-
"defaultValue": "{}",
|
|
442
|
-
"isSpread": false
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"returnType": {
|
|
446
|
-
"__schema": "TypeRefSchema",
|
|
447
|
-
"location": {
|
|
448
|
-
"filePath": "aspect.main.runtime.ts",
|
|
449
|
-
"line": 98,
|
|
450
|
-
"character": 6
|
|
451
|
-
},
|
|
452
|
-
"name": "Promise",
|
|
453
|
-
"typeArgs": [
|
|
454
413
|
{
|
|
455
|
-
"__schema": "
|
|
414
|
+
"__schema": "ParameterSchema",
|
|
456
415
|
"location": {
|
|
457
416
|
"filePath": "aspect.main.runtime.ts",
|
|
458
|
-
"line":
|
|
459
|
-
"character":
|
|
417
|
+
"line": 97,
|
|
418
|
+
"character": 5
|
|
460
419
|
},
|
|
420
|
+
"name": "options",
|
|
461
421
|
"type": {
|
|
462
422
|
"__schema": "TypeRefSchema",
|
|
463
423
|
"location": {
|
|
464
424
|
"filePath": "aspect.main.runtime.ts",
|
|
465
|
-
"line":
|
|
425
|
+
"line": 97,
|
|
466
426
|
"character": 14
|
|
467
427
|
},
|
|
468
|
-
"name": "
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
}
|
|
474
|
-
}
|
|
428
|
+
"name": "SetAspectOptions"
|
|
429
|
+
},
|
|
430
|
+
"isOptional": true,
|
|
431
|
+
"defaultValue": "{}",
|
|
432
|
+
"isSpread": false
|
|
475
433
|
}
|
|
476
|
-
]
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
"async"
|
|
480
|
-
]
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"__schema": "FunctionLikeSchema",
|
|
484
|
-
"location": {
|
|
485
|
-
"filePath": "aspect.main.runtime.ts",
|
|
486
|
-
"line": 112,
|
|
487
|
-
"character": 3
|
|
488
|
-
},
|
|
489
|
-
"signature": "(method) AspectMain.unsetAspectsFromComponents(pattern: string, aspectIdStr: string): Promise<ComponentID[]>",
|
|
490
|
-
"name": "unsetAspectsFromComponents",
|
|
491
|
-
"params": [
|
|
492
|
-
{
|
|
493
|
-
"__schema": "ParameterSchema",
|
|
434
|
+
],
|
|
435
|
+
"returnType": {
|
|
436
|
+
"__schema": "TypeRefSchema",
|
|
494
437
|
"location": {
|
|
495
438
|
"filePath": "aspect.main.runtime.ts",
|
|
496
|
-
"line":
|
|
497
|
-
"character":
|
|
498
|
-
},
|
|
499
|
-
"name": "pattern",
|
|
500
|
-
"type": {
|
|
501
|
-
"__schema": "KeywordTypeSchema",
|
|
502
|
-
"location": {
|
|
503
|
-
"filePath": "aspect.main.runtime.ts",
|
|
504
|
-
"line": 112,
|
|
505
|
-
"character": 45
|
|
506
|
-
},
|
|
507
|
-
"name": "string"
|
|
439
|
+
"line": 98,
|
|
440
|
+
"character": 6
|
|
508
441
|
},
|
|
509
|
-
"
|
|
510
|
-
"
|
|
442
|
+
"name": "Promise",
|
|
443
|
+
"typeArgs": [
|
|
444
|
+
{
|
|
445
|
+
"__schema": "TypeArraySchema",
|
|
446
|
+
"location": {
|
|
447
|
+
"filePath": "aspect.main.runtime.ts",
|
|
448
|
+
"line": 98,
|
|
449
|
+
"character": 14
|
|
450
|
+
},
|
|
451
|
+
"type": {
|
|
452
|
+
"__schema": "TypeRefSchema",
|
|
453
|
+
"location": {
|
|
454
|
+
"filePath": "aspect.main.runtime.ts",
|
|
455
|
+
"line": 98,
|
|
456
|
+
"character": 14
|
|
457
|
+
},
|
|
458
|
+
"name": "ComponentID"
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
]
|
|
511
462
|
},
|
|
512
|
-
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
},
|
|
519
|
-
"name": "aspectIdStr",
|
|
520
|
-
"type": {
|
|
521
|
-
"__schema": "KeywordTypeSchema",
|
|
522
|
-
"location": {
|
|
523
|
-
"filePath": "aspect.main.runtime.ts",
|
|
524
|
-
"line": 112,
|
|
525
|
-
"character": 66
|
|
526
|
-
},
|
|
527
|
-
"name": "string"
|
|
528
|
-
},
|
|
529
|
-
"isOptional": false,
|
|
530
|
-
"isSpread": false
|
|
531
|
-
}
|
|
532
|
-
],
|
|
533
|
-
"returnType": {
|
|
534
|
-
"__schema": "TypeRefSchema",
|
|
463
|
+
"modifiers": [
|
|
464
|
+
"async"
|
|
465
|
+
]
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
"__schema": "FunctionLikeSchema",
|
|
535
469
|
"location": {
|
|
536
470
|
"filePath": "aspect.main.runtime.ts",
|
|
537
471
|
"line": 112,
|
|
538
|
-
"character":
|
|
472
|
+
"character": 3
|
|
539
473
|
},
|
|
540
|
-
"
|
|
541
|
-
"
|
|
474
|
+
"signature": "(method) AspectMain.unsetAspectsFromComponents(pattern: string, aspectIdStr: string): Promise<ComponentID[]>",
|
|
475
|
+
"name": "unsetAspectsFromComponents",
|
|
476
|
+
"params": [
|
|
542
477
|
{
|
|
543
|
-
"__schema": "
|
|
478
|
+
"__schema": "ParameterSchema",
|
|
544
479
|
"location": {
|
|
545
480
|
"filePath": "aspect.main.runtime.ts",
|
|
546
481
|
"line": 112,
|
|
547
|
-
"character":
|
|
482
|
+
"character": 36
|
|
548
483
|
},
|
|
484
|
+
"name": "pattern",
|
|
549
485
|
"type": {
|
|
550
|
-
"__schema": "
|
|
486
|
+
"__schema": "KeywordTypeSchema",
|
|
551
487
|
"location": {
|
|
552
488
|
"filePath": "aspect.main.runtime.ts",
|
|
553
489
|
"line": 112,
|
|
554
|
-
"character":
|
|
490
|
+
"character": 45
|
|
555
491
|
},
|
|
556
|
-
"name": "
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
"version": "1.2.0"
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
]
|
|
565
|
-
},
|
|
566
|
-
"modifiers": [
|
|
567
|
-
"async"
|
|
568
|
-
]
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
"__schema": "FunctionLikeSchema",
|
|
572
|
-
"location": {
|
|
573
|
-
"filePath": "aspect.main.runtime.ts",
|
|
574
|
-
"line": 132,
|
|
575
|
-
"character": 3
|
|
576
|
-
},
|
|
577
|
-
"doc": {
|
|
578
|
-
"__schema": "DocSchema",
|
|
579
|
-
"location": {
|
|
580
|
-
"filePath": "aspect.main.runtime.ts",
|
|
581
|
-
"line": 129,
|
|
582
|
-
"character": 3
|
|
583
|
-
},
|
|
584
|
-
"raw": "/**\n * returns all aspects info of a component, include the config and the data.\n */",
|
|
585
|
-
"comment": "returns all aspects info of a component, include the config and the data."
|
|
586
|
-
},
|
|
587
|
-
"signature": "(method) AspectMain.getAspectsOfComponent(id: string | ComponentID): Promise<AspectList>",
|
|
588
|
-
"name": "getAspectsOfComponent",
|
|
589
|
-
"params": [
|
|
590
|
-
{
|
|
591
|
-
"__schema": "ParameterSchema",
|
|
592
|
-
"location": {
|
|
593
|
-
"filePath": "aspect.main.runtime.ts",
|
|
594
|
-
"line": 132,
|
|
595
|
-
"character": 31
|
|
492
|
+
"name": "string"
|
|
493
|
+
},
|
|
494
|
+
"isOptional": false,
|
|
495
|
+
"isSpread": false
|
|
596
496
|
},
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
"__schema": "TypeUnionSchema",
|
|
497
|
+
{
|
|
498
|
+
"__schema": "ParameterSchema",
|
|
600
499
|
"location": {
|
|
601
500
|
"filePath": "aspect.main.runtime.ts",
|
|
602
|
-
"line":
|
|
603
|
-
"character":
|
|
501
|
+
"line": 112,
|
|
502
|
+
"character": 53
|
|
604
503
|
},
|
|
605
|
-
"
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
},
|
|
613
|
-
"name": "string"
|
|
504
|
+
"name": "aspectIdStr",
|
|
505
|
+
"type": {
|
|
506
|
+
"__schema": "KeywordTypeSchema",
|
|
507
|
+
"location": {
|
|
508
|
+
"filePath": "aspect.main.runtime.ts",
|
|
509
|
+
"line": 112,
|
|
510
|
+
"character": 66
|
|
614
511
|
},
|
|
615
|
-
|
|
512
|
+
"name": "string"
|
|
513
|
+
},
|
|
514
|
+
"isOptional": false,
|
|
515
|
+
"isSpread": false
|
|
516
|
+
}
|
|
517
|
+
],
|
|
518
|
+
"returnType": {
|
|
519
|
+
"__schema": "TypeRefSchema",
|
|
520
|
+
"location": {
|
|
521
|
+
"filePath": "aspect.main.runtime.ts",
|
|
522
|
+
"line": 112,
|
|
523
|
+
"character": 75
|
|
524
|
+
},
|
|
525
|
+
"name": "Promise",
|
|
526
|
+
"typeArgs": [
|
|
527
|
+
{
|
|
528
|
+
"__schema": "TypeArraySchema",
|
|
529
|
+
"location": {
|
|
530
|
+
"filePath": "aspect.main.runtime.ts",
|
|
531
|
+
"line": 112,
|
|
532
|
+
"character": 83
|
|
533
|
+
},
|
|
534
|
+
"type": {
|
|
616
535
|
"__schema": "TypeRefSchema",
|
|
617
536
|
"location": {
|
|
618
537
|
"filePath": "aspect.main.runtime.ts",
|
|
619
|
-
"line":
|
|
620
|
-
"character":
|
|
538
|
+
"line": 112,
|
|
539
|
+
"character": 83
|
|
621
540
|
},
|
|
622
|
-
"name": "ComponentID"
|
|
623
|
-
"componentId": {
|
|
624
|
-
"scope": "teambit.component",
|
|
625
|
-
"name": "component-id",
|
|
626
|
-
"version": "1.2.0"
|
|
627
|
-
}
|
|
541
|
+
"name": "ComponentID"
|
|
628
542
|
}
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
543
|
+
}
|
|
544
|
+
]
|
|
545
|
+
},
|
|
546
|
+
"modifiers": [
|
|
547
|
+
"async"
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"__schema": "FunctionLikeSchema",
|
|
637
552
|
"location": {
|
|
638
553
|
"filePath": "aspect.main.runtime.ts",
|
|
639
554
|
"line": 132,
|
|
640
|
-
"character":
|
|
555
|
+
"character": 3
|
|
556
|
+
},
|
|
557
|
+
"doc": {
|
|
558
|
+
"__schema": "DocSchema",
|
|
559
|
+
"location": {
|
|
560
|
+
"filePath": "aspect.main.runtime.ts",
|
|
561
|
+
"line": 129,
|
|
562
|
+
"character": 3
|
|
563
|
+
},
|
|
564
|
+
"raw": "/**\n * returns all aspects info of a component, include the config and the data.\n */",
|
|
565
|
+
"comment": "returns all aspects info of a component, include the config and the data."
|
|
641
566
|
},
|
|
642
|
-
"
|
|
643
|
-
"
|
|
567
|
+
"signature": "(method) AspectMain.getAspectsOfComponent(id: string | ComponentID): Promise<AspectList>",
|
|
568
|
+
"name": "getAspectsOfComponent",
|
|
569
|
+
"params": [
|
|
644
570
|
{
|
|
645
|
-
"__schema": "
|
|
571
|
+
"__schema": "ParameterSchema",
|
|
646
572
|
"location": {
|
|
647
573
|
"filePath": "aspect.main.runtime.ts",
|
|
648
574
|
"line": 132,
|
|
649
|
-
"character":
|
|
575
|
+
"character": 31
|
|
650
576
|
},
|
|
651
|
-
"name": "
|
|
652
|
-
"
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
|
|
577
|
+
"name": "id",
|
|
578
|
+
"type": {
|
|
579
|
+
"__schema": "TypeUnionSchema",
|
|
580
|
+
"location": {
|
|
581
|
+
"filePath": "aspect.main.runtime.ts",
|
|
582
|
+
"line": 132,
|
|
583
|
+
"character": 35
|
|
584
|
+
},
|
|
585
|
+
"types": [
|
|
586
|
+
{
|
|
587
|
+
"__schema": "KeywordTypeSchema",
|
|
588
|
+
"location": {
|
|
589
|
+
"filePath": "aspect.main.runtime.ts",
|
|
590
|
+
"line": 132,
|
|
591
|
+
"character": 35
|
|
592
|
+
},
|
|
593
|
+
"name": "string"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"__schema": "TypeRefSchema",
|
|
597
|
+
"location": {
|
|
598
|
+
"filePath": "aspect.main.runtime.ts",
|
|
599
|
+
"line": 132,
|
|
600
|
+
"character": 44
|
|
601
|
+
},
|
|
602
|
+
"name": "ComponentID"
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
"isOptional": false,
|
|
607
|
+
"isSpread": false
|
|
656
608
|
}
|
|
609
|
+
],
|
|
610
|
+
"returnType": {
|
|
611
|
+
"__schema": "TypeRefSchema",
|
|
612
|
+
"location": {
|
|
613
|
+
"filePath": "aspect.main.runtime.ts",
|
|
614
|
+
"line": 132,
|
|
615
|
+
"character": 58
|
|
616
|
+
},
|
|
617
|
+
"name": "Promise",
|
|
618
|
+
"typeArgs": [
|
|
619
|
+
{
|
|
620
|
+
"__schema": "TypeRefSchema",
|
|
621
|
+
"location": {
|
|
622
|
+
"filePath": "aspect.main.runtime.ts",
|
|
623
|
+
"line": 132,
|
|
624
|
+
"character": 66
|
|
625
|
+
},
|
|
626
|
+
"name": "AspectList"
|
|
627
|
+
}
|
|
628
|
+
]
|
|
629
|
+
},
|
|
630
|
+
"modifiers": [
|
|
631
|
+
"async"
|
|
657
632
|
]
|
|
658
633
|
},
|
|
659
|
-
|
|
660
|
-
"
|
|
661
|
-
]
|
|
662
|
-
},
|
|
663
|
-
{
|
|
664
|
-
"__schema": "FunctionLikeSchema",
|
|
665
|
-
"location": {
|
|
666
|
-
"filePath": "aspect.main.runtime.ts",
|
|
667
|
-
"line": 143,
|
|
668
|
-
"character": 3
|
|
669
|
-
},
|
|
670
|
-
"doc": {
|
|
671
|
-
"__schema": "DocSchema",
|
|
634
|
+
{
|
|
635
|
+
"__schema": "FunctionLikeSchema",
|
|
672
636
|
"location": {
|
|
673
637
|
"filePath": "aspect.main.runtime.ts",
|
|
674
|
-
"line":
|
|
638
|
+
"line": 143,
|
|
675
639
|
"character": 3
|
|
676
640
|
},
|
|
677
|
-
"
|
|
678
|
-
|
|
679
|
-
},
|
|
680
|
-
"signature": "(method) AspectMain.getAspectsOfComponentForDebugging(id: string | ComponentID): Promise<{\n aspects: AspectList;\n extensions: ExtensionDataList;\n beforeMerge: {\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n }[];\n}>",
|
|
681
|
-
"name": "getAspectsOfComponentForDebugging",
|
|
682
|
-
"params": [
|
|
683
|
-
{
|
|
684
|
-
"__schema": "ParameterSchema",
|
|
641
|
+
"doc": {
|
|
642
|
+
"__schema": "DocSchema",
|
|
685
643
|
"location": {
|
|
686
644
|
"filePath": "aspect.main.runtime.ts",
|
|
687
|
-
"line":
|
|
688
|
-
"character":
|
|
645
|
+
"line": 140,
|
|
646
|
+
"character": 3
|
|
689
647
|
},
|
|
690
|
-
"
|
|
691
|
-
"
|
|
692
|
-
|
|
648
|
+
"raw": "/**\n * helps debugging why/how an aspect was set to a component\n */",
|
|
649
|
+
"comment": "helps debugging why/how an aspect was set to a component"
|
|
650
|
+
},
|
|
651
|
+
"signature": "(method) AspectMain.getAspectsOfComponentForDebugging(id: string | ComponentID): Promise<{\n aspects: AspectList;\n extensions: ExtensionDataList;\n beforeMerge: {\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n }[];\n}>",
|
|
652
|
+
"name": "getAspectsOfComponentForDebugging",
|
|
653
|
+
"params": [
|
|
654
|
+
{
|
|
655
|
+
"__schema": "ParameterSchema",
|
|
693
656
|
"location": {
|
|
694
657
|
"filePath": "aspect.main.runtime.ts",
|
|
695
658
|
"line": 143,
|
|
696
|
-
"character":
|
|
659
|
+
"character": 43
|
|
697
660
|
},
|
|
698
|
-
"
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
},
|
|
706
|
-
"name": "string"
|
|
661
|
+
"name": "id",
|
|
662
|
+
"type": {
|
|
663
|
+
"__schema": "TypeUnionSchema",
|
|
664
|
+
"location": {
|
|
665
|
+
"filePath": "aspect.main.runtime.ts",
|
|
666
|
+
"line": 143,
|
|
667
|
+
"character": 47
|
|
707
668
|
},
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
|
|
669
|
+
"types": [
|
|
670
|
+
{
|
|
671
|
+
"__schema": "KeywordTypeSchema",
|
|
672
|
+
"location": {
|
|
673
|
+
"filePath": "aspect.main.runtime.ts",
|
|
674
|
+
"line": 143,
|
|
675
|
+
"character": 47
|
|
676
|
+
},
|
|
677
|
+
"name": "string"
|
|
714
678
|
},
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
"
|
|
718
|
-
|
|
719
|
-
|
|
679
|
+
{
|
|
680
|
+
"__schema": "TypeRefSchema",
|
|
681
|
+
"location": {
|
|
682
|
+
"filePath": "aspect.main.runtime.ts",
|
|
683
|
+
"line": 143,
|
|
684
|
+
"character": 56
|
|
685
|
+
},
|
|
686
|
+
"name": "ComponentID"
|
|
720
687
|
}
|
|
721
|
-
|
|
722
|
-
|
|
688
|
+
]
|
|
689
|
+
},
|
|
690
|
+
"isOptional": false,
|
|
691
|
+
"isSpread": false
|
|
692
|
+
}
|
|
693
|
+
],
|
|
694
|
+
"returnType": {
|
|
695
|
+
"__schema": "InferenceTypeSchema",
|
|
696
|
+
"location": {
|
|
697
|
+
"filePath": "aspect.main.runtime.ts",
|
|
698
|
+
"line": 143,
|
|
699
|
+
"character": 3
|
|
723
700
|
},
|
|
724
|
-
"
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
701
|
+
"type": "Promise<{\n aspects: AspectList;\n extensions: ExtensionDataList;\n beforeMerge: {\n extensions: ExtensionDataList;\n origin: ExtensionsOrigin;\n extraData: any;\n }[];\n}>"
|
|
702
|
+
},
|
|
703
|
+
"modifiers": [
|
|
704
|
+
"async"
|
|
705
|
+
]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"__schema": "FunctionLikeSchema",
|
|
730
709
|
"location": {
|
|
731
710
|
"filePath": "aspect.main.runtime.ts",
|
|
732
|
-
"line":
|
|
711
|
+
"line": 157,
|
|
733
712
|
"character": 3
|
|
734
713
|
},
|
|
735
|
-
"
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"__schema": "FunctionLikeSchema",
|
|
743
|
-
"location": {
|
|
744
|
-
"filePath": "aspect.main.runtime.ts",
|
|
745
|
-
"line": 157,
|
|
746
|
-
"character": 3
|
|
747
|
-
},
|
|
748
|
-
"signature": "(method) AspectMain.updateAspectsToComponents(aspectId: string, pattern?: string): Promise<{\n updated: ComponentID[];\n alreadyUpToDate: ComponentID[];\n}>",
|
|
749
|
-
"name": "updateAspectsToComponents",
|
|
750
|
-
"params": [
|
|
751
|
-
{
|
|
752
|
-
"__schema": "ParameterSchema",
|
|
753
|
-
"location": {
|
|
754
|
-
"filePath": "aspect.main.runtime.ts",
|
|
755
|
-
"line": 158,
|
|
756
|
-
"character": 5
|
|
757
|
-
},
|
|
758
|
-
"name": "aspectId",
|
|
759
|
-
"type": {
|
|
760
|
-
"__schema": "KeywordTypeSchema",
|
|
714
|
+
"signature": "(method) AspectMain.updateAspectsToComponents(aspectId: string, pattern?: string): Promise<{\n updated: ComponentID[];\n alreadyUpToDate: ComponentID[];\n}>",
|
|
715
|
+
"name": "updateAspectsToComponents",
|
|
716
|
+
"params": [
|
|
717
|
+
{
|
|
718
|
+
"__schema": "ParameterSchema",
|
|
761
719
|
"location": {
|
|
762
720
|
"filePath": "aspect.main.runtime.ts",
|
|
763
721
|
"line": 158,
|
|
764
|
-
"character":
|
|
722
|
+
"character": 5
|
|
765
723
|
},
|
|
766
|
-
"name": "
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
"line": 159,
|
|
776
|
-
"character": 5
|
|
777
|
-
},
|
|
778
|
-
"name": "pattern",
|
|
779
|
-
"type": {
|
|
780
|
-
"__schema": "KeywordTypeSchema",
|
|
781
|
-
"location": {
|
|
782
|
-
"filePath": "aspect.main.runtime.ts",
|
|
783
|
-
"line": 159,
|
|
784
|
-
"character": 15
|
|
724
|
+
"name": "aspectId",
|
|
725
|
+
"type": {
|
|
726
|
+
"__schema": "KeywordTypeSchema",
|
|
727
|
+
"location": {
|
|
728
|
+
"filePath": "aspect.main.runtime.ts",
|
|
729
|
+
"line": 158,
|
|
730
|
+
"character": 15
|
|
731
|
+
},
|
|
732
|
+
"name": "string"
|
|
785
733
|
},
|
|
786
|
-
"
|
|
734
|
+
"isOptional": false,
|
|
735
|
+
"isSpread": false
|
|
787
736
|
},
|
|
788
|
-
"isOptional": true,
|
|
789
|
-
"isSpread": false
|
|
790
|
-
}
|
|
791
|
-
],
|
|
792
|
-
"returnType": {
|
|
793
|
-
"__schema": "TypeRefSchema",
|
|
794
|
-
"location": {
|
|
795
|
-
"filePath": "aspect.main.runtime.ts",
|
|
796
|
-
"line": 160,
|
|
797
|
-
"character": 6
|
|
798
|
-
},
|
|
799
|
-
"name": "Promise",
|
|
800
|
-
"typeArgs": [
|
|
801
737
|
{
|
|
802
|
-
"__schema": "
|
|
738
|
+
"__schema": "ParameterSchema",
|
|
803
739
|
"location": {
|
|
804
740
|
"filePath": "aspect.main.runtime.ts",
|
|
805
|
-
"line":
|
|
806
|
-
"character":
|
|
741
|
+
"line": 159,
|
|
742
|
+
"character": 5
|
|
807
743
|
},
|
|
808
|
-
"
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
744
|
+
"name": "pattern",
|
|
745
|
+
"type": {
|
|
746
|
+
"__schema": "KeywordTypeSchema",
|
|
747
|
+
"location": {
|
|
748
|
+
"filePath": "aspect.main.runtime.ts",
|
|
749
|
+
"line": 159,
|
|
750
|
+
"character": 15
|
|
751
|
+
},
|
|
752
|
+
"name": "string"
|
|
753
|
+
},
|
|
754
|
+
"isOptional": true,
|
|
755
|
+
"isSpread": false
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"returnType": {
|
|
759
|
+
"__schema": "TypeRefSchema",
|
|
760
|
+
"location": {
|
|
761
|
+
"filePath": "aspect.main.runtime.ts",
|
|
762
|
+
"line": 160,
|
|
763
|
+
"character": 6
|
|
764
|
+
},
|
|
765
|
+
"name": "Promise",
|
|
766
|
+
"typeArgs": [
|
|
767
|
+
{
|
|
768
|
+
"__schema": "TypeLiteralSchema",
|
|
769
|
+
"location": {
|
|
770
|
+
"filePath": "aspect.main.runtime.ts",
|
|
771
|
+
"line": 160,
|
|
772
|
+
"character": 14
|
|
773
|
+
},
|
|
774
|
+
"members": [
|
|
775
|
+
{
|
|
776
|
+
"__schema": "VariableLikeSchema",
|
|
820
777
|
"location": {
|
|
821
778
|
"filePath": "aspect.main.runtime.ts",
|
|
822
779
|
"line": 160,
|
|
823
|
-
"character":
|
|
780
|
+
"character": 16
|
|
824
781
|
},
|
|
782
|
+
"signature": "(property) updated: ComponentID[]",
|
|
783
|
+
"name": "updated",
|
|
825
784
|
"type": {
|
|
826
|
-
"__schema": "
|
|
785
|
+
"__schema": "TypeArraySchema",
|
|
827
786
|
"location": {
|
|
828
787
|
"filePath": "aspect.main.runtime.ts",
|
|
829
788
|
"line": 160,
|
|
830
789
|
"character": 25
|
|
831
790
|
},
|
|
832
|
-
"
|
|
833
|
-
|
|
834
|
-
"
|
|
835
|
-
|
|
836
|
-
|
|
791
|
+
"type": {
|
|
792
|
+
"__schema": "TypeRefSchema",
|
|
793
|
+
"location": {
|
|
794
|
+
"filePath": "aspect.main.runtime.ts",
|
|
795
|
+
"line": 160,
|
|
796
|
+
"character": 25
|
|
797
|
+
},
|
|
798
|
+
"name": "ComponentID"
|
|
837
799
|
}
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
"isOptional": false
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"__schema": "VariableLikeSchema",
|
|
844
|
-
"location": {
|
|
845
|
-
"filePath": "aspect.main.runtime.ts",
|
|
846
|
-
"line": 160,
|
|
847
|
-
"character": 40
|
|
800
|
+
},
|
|
801
|
+
"isOptional": false
|
|
848
802
|
},
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
"type": {
|
|
852
|
-
"__schema": "TypeArraySchema",
|
|
803
|
+
{
|
|
804
|
+
"__schema": "VariableLikeSchema",
|
|
853
805
|
"location": {
|
|
854
806
|
"filePath": "aspect.main.runtime.ts",
|
|
855
807
|
"line": 160,
|
|
856
|
-
"character":
|
|
808
|
+
"character": 40
|
|
857
809
|
},
|
|
810
|
+
"signature": "(property) alreadyUpToDate: ComponentID[]",
|
|
811
|
+
"name": "alreadyUpToDate",
|
|
858
812
|
"type": {
|
|
859
|
-
"__schema": "
|
|
813
|
+
"__schema": "TypeArraySchema",
|
|
860
814
|
"location": {
|
|
861
815
|
"filePath": "aspect.main.runtime.ts",
|
|
862
816
|
"line": 160,
|
|
863
817
|
"character": 57
|
|
864
818
|
},
|
|
865
|
-
"
|
|
866
|
-
|
|
867
|
-
"
|
|
868
|
-
|
|
869
|
-
|
|
819
|
+
"type": {
|
|
820
|
+
"__schema": "TypeRefSchema",
|
|
821
|
+
"location": {
|
|
822
|
+
"filePath": "aspect.main.runtime.ts",
|
|
823
|
+
"line": 160,
|
|
824
|
+
"character": 57
|
|
825
|
+
},
|
|
826
|
+
"name": "ComponentID"
|
|
870
827
|
}
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
828
|
+
},
|
|
829
|
+
"isOptional": false
|
|
830
|
+
}
|
|
831
|
+
]
|
|
832
|
+
}
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
"modifiers": [
|
|
836
|
+
"async"
|
|
877
837
|
]
|
|
878
838
|
},
|
|
879
|
-
|
|
880
|
-
"
|
|
881
|
-
]
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"__schema": "FunctionLikeSchema",
|
|
885
|
-
"location": {
|
|
886
|
-
"filePath": "aspect.main.runtime.ts",
|
|
887
|
-
"line": 198,
|
|
888
|
-
"character": 3
|
|
889
|
-
},
|
|
890
|
-
"doc": {
|
|
891
|
-
"__schema": "DocSchema",
|
|
839
|
+
{
|
|
840
|
+
"__schema": "FunctionLikeSchema",
|
|
892
841
|
"location": {
|
|
893
842
|
"filePath": "aspect.main.runtime.ts",
|
|
894
|
-
"line":
|
|
843
|
+
"line": 198,
|
|
895
844
|
"character": 3
|
|
896
845
|
},
|
|
897
|
-
"
|
|
898
|
-
|
|
899
|
-
},
|
|
900
|
-
"signature": "(method) AspectMain.overrideDependencies(dependencyPolicy: EnvPolicyConfigObject): EnvTransformer",
|
|
901
|
-
"name": "overrideDependencies",
|
|
902
|
-
"params": [
|
|
903
|
-
{
|
|
904
|
-
"__schema": "ParameterSchema",
|
|
846
|
+
"doc": {
|
|
847
|
+
"__schema": "DocSchema",
|
|
905
848
|
"location": {
|
|
906
849
|
"filePath": "aspect.main.runtime.ts",
|
|
907
|
-
"line":
|
|
908
|
-
"character":
|
|
850
|
+
"line": 195,
|
|
851
|
+
"character": 3
|
|
909
852
|
},
|
|
910
|
-
"
|
|
911
|
-
"
|
|
912
|
-
|
|
853
|
+
"raw": "/**\n * override the dependency configuration of the component environment.\n */",
|
|
854
|
+
"comment": "override the dependency configuration of the component environment."
|
|
855
|
+
},
|
|
856
|
+
"signature": "(method) AspectMain.overrideDependencies(dependencyPolicy: EnvPolicyConfigObject): EnvTransformer",
|
|
857
|
+
"name": "overrideDependencies",
|
|
858
|
+
"params": [
|
|
859
|
+
{
|
|
860
|
+
"__schema": "ParameterSchema",
|
|
913
861
|
"location": {
|
|
914
862
|
"filePath": "aspect.main.runtime.ts",
|
|
915
863
|
"line": 198,
|
|
916
|
-
"character":
|
|
864
|
+
"character": 24
|
|
917
865
|
},
|
|
918
|
-
"name": "
|
|
919
|
-
"
|
|
920
|
-
"
|
|
921
|
-
"
|
|
922
|
-
|
|
866
|
+
"name": "dependencyPolicy",
|
|
867
|
+
"type": {
|
|
868
|
+
"__schema": "TypeRefSchema",
|
|
869
|
+
"location": {
|
|
870
|
+
"filePath": "aspect.main.runtime.ts",
|
|
871
|
+
"line": 198,
|
|
872
|
+
"character": 42
|
|
873
|
+
},
|
|
874
|
+
"name": "EnvPolicyConfigObject"
|
|
875
|
+
},
|
|
876
|
+
"isOptional": false,
|
|
877
|
+
"isSpread": false
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"returnType": {
|
|
881
|
+
"__schema": "TypeRefSchema",
|
|
882
|
+
"location": {
|
|
883
|
+
"filePath": "aspect.main.runtime.ts",
|
|
884
|
+
"line": 198,
|
|
885
|
+
"character": 3
|
|
923
886
|
},
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
"__schema": "TypeRefSchema",
|
|
930
|
-
"location": {
|
|
931
|
-
"filePath": "aspect.main.runtime.ts",
|
|
932
|
-
"line": 198,
|
|
933
|
-
"character": 3
|
|
887
|
+
"name": "EnvTransformer",
|
|
888
|
+
"componentId": {
|
|
889
|
+
"scope": "teambit.envs",
|
|
890
|
+
"name": "envs"
|
|
891
|
+
}
|
|
934
892
|
},
|
|
935
|
-
"
|
|
936
|
-
"componentId": {
|
|
937
|
-
"scope": "teambit.envs",
|
|
938
|
-
"name": "envs"
|
|
939
|
-
}
|
|
940
|
-
},
|
|
941
|
-
"modifiers": []
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"__schema": "VariableLikeSchema",
|
|
945
|
-
"location": {
|
|
946
|
-
"filePath": "aspect.main.runtime.ts",
|
|
947
|
-
"line": 207,
|
|
948
|
-
"character": 3
|
|
893
|
+
"modifiers": []
|
|
949
894
|
},
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
"type": {
|
|
953
|
-
"__schema": "InferenceTypeSchema",
|
|
895
|
+
{
|
|
896
|
+
"__schema": "VariableLikeSchema",
|
|
954
897
|
"location": {
|
|
955
898
|
"filePath": "aspect.main.runtime.ts",
|
|
956
899
|
"line": 207,
|
|
957
900
|
"character": 3
|
|
958
901
|
},
|
|
959
|
-
"
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
902
|
+
"signature": "(property) AspectMain.runtime: RuntimeDefinition",
|
|
903
|
+
"name": "runtime",
|
|
904
|
+
"type": {
|
|
905
|
+
"__schema": "InferenceTypeSchema",
|
|
906
|
+
"location": {
|
|
907
|
+
"filePath": "aspect.main.runtime.ts",
|
|
908
|
+
"line": 207,
|
|
909
|
+
"character": 3
|
|
910
|
+
},
|
|
911
|
+
"type": "RuntimeDefinition"
|
|
912
|
+
},
|
|
913
|
+
"isOptional": true,
|
|
914
|
+
"defaultValue": "MainRuntime"
|
|
970
915
|
},
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
"type": {
|
|
974
|
-
"__schema": "InferenceTypeSchema",
|
|
916
|
+
{
|
|
917
|
+
"__schema": "VariableLikeSchema",
|
|
975
918
|
"location": {
|
|
976
919
|
"filePath": "aspect.main.runtime.ts",
|
|
977
920
|
"line": 208,
|
|
978
921
|
"character": 3
|
|
979
922
|
},
|
|
980
|
-
"
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"__schema": "FunctionLikeSchema",
|
|
987
|
-
"location": {
|
|
988
|
-
"filePath": "aspect.main.runtime.ts",
|
|
989
|
-
"line": 221,
|
|
990
|
-
"character": 3
|
|
991
|
-
},
|
|
992
|
-
"signature": "(method) AspectMain.provider([react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain]: [\n ReactMain,\n EnvsMain,\n BuilderMain,\n AspectLoaderMain,\n CompilerMain,\n GeneratorMain,\n Workspace,\n CLIMain,\n LoggerMain,\n WorkerMain\n], config: any, slots: any, harmony: Harmony): Promise<AspectMain>",
|
|
993
|
-
"name": "provider",
|
|
994
|
-
"params": [
|
|
995
|
-
{
|
|
996
|
-
"__schema": "ParameterSchema",
|
|
923
|
+
"signature": "(property) AspectMain.dependencies: Aspect[]",
|
|
924
|
+
"name": "dependencies",
|
|
925
|
+
"type": {
|
|
926
|
+
"__schema": "InferenceTypeSchema",
|
|
997
927
|
"location": {
|
|
998
928
|
"filePath": "aspect.main.runtime.ts",
|
|
999
|
-
"line":
|
|
1000
|
-
"character":
|
|
929
|
+
"line": 208,
|
|
930
|
+
"character": 3
|
|
1001
931
|
},
|
|
1002
|
-
"
|
|
1003
|
-
|
|
1004
|
-
|
|
932
|
+
"type": "Aspect[]"
|
|
933
|
+
},
|
|
934
|
+
"isOptional": true,
|
|
935
|
+
"defaultValue": "[\n ReactAspect,\n EnvsAspect,\n BuilderAspect,\n AspectLoaderAspect,\n CompilerAspect,\n GeneratorAspect,\n WorkspaceAspect,\n CLIAspect,\n LoggerAspect,\n WorkerAspect,\n ]"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"__schema": "FunctionLikeSchema",
|
|
939
|
+
"location": {
|
|
940
|
+
"filePath": "aspect.main.runtime.ts",
|
|
941
|
+
"line": 221,
|
|
942
|
+
"character": 3
|
|
943
|
+
},
|
|
944
|
+
"signature": "(method) AspectMain.provider([react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain]: [\n ReactMain,\n EnvsMain,\n BuilderMain,\n AspectLoaderMain,\n CompilerMain,\n GeneratorMain,\n Workspace,\n CLIMain,\n LoggerMain,\n WorkerMain\n], config: any, slots: any, harmony: Harmony): Promise<AspectMain>",
|
|
945
|
+
"name": "provider",
|
|
946
|
+
"params": [
|
|
947
|
+
{
|
|
948
|
+
"__schema": "ParameterSchema",
|
|
1005
949
|
"location": {
|
|
1006
950
|
"filePath": "aspect.main.runtime.ts",
|
|
1007
951
|
"line": 222,
|
|
1008
|
-
"character":
|
|
952
|
+
"character": 5
|
|
1009
953
|
},
|
|
1010
|
-
"
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
},
|
|
1018
|
-
"name": "ReactMain",
|
|
1019
|
-
"componentId": {
|
|
1020
|
-
"scope": "teambit.react",
|
|
1021
|
-
"name": "react"
|
|
1022
|
-
}
|
|
954
|
+
"name": "[ react, envs, builder, aspectLoader, compiler, generator, workspace, cli, loggerMain, workerMain ]",
|
|
955
|
+
"type": {
|
|
956
|
+
"__schema": "TupleTypeSchema",
|
|
957
|
+
"location": {
|
|
958
|
+
"filePath": "aspect.main.runtime.ts",
|
|
959
|
+
"line": 222,
|
|
960
|
+
"character": 104
|
|
1023
961
|
},
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
"
|
|
1028
|
-
|
|
1029
|
-
|
|
962
|
+
"elements": [
|
|
963
|
+
{
|
|
964
|
+
"__schema": "TypeRefSchema",
|
|
965
|
+
"location": {
|
|
966
|
+
"filePath": "aspect.main.runtime.ts",
|
|
967
|
+
"line": 223,
|
|
968
|
+
"character": 7
|
|
969
|
+
},
|
|
970
|
+
"name": "ReactMain"
|
|
1030
971
|
},
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
"
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
"location": {
|
|
1040
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1041
|
-
"line": 225,
|
|
1042
|
-
"character": 7
|
|
972
|
+
{
|
|
973
|
+
"__schema": "TypeRefSchema",
|
|
974
|
+
"location": {
|
|
975
|
+
"filePath": "aspect.main.runtime.ts",
|
|
976
|
+
"line": 224,
|
|
977
|
+
"character": 7
|
|
978
|
+
},
|
|
979
|
+
"name": "EnvsMain"
|
|
1043
980
|
},
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
"
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
"location": {
|
|
1053
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1054
|
-
"line": 226,
|
|
1055
|
-
"character": 7
|
|
981
|
+
{
|
|
982
|
+
"__schema": "TypeRefSchema",
|
|
983
|
+
"location": {
|
|
984
|
+
"filePath": "aspect.main.runtime.ts",
|
|
985
|
+
"line": 225,
|
|
986
|
+
"character": 7
|
|
987
|
+
},
|
|
988
|
+
"name": "BuilderMain"
|
|
1056
989
|
},
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
"
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
"location": {
|
|
1066
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1067
|
-
"line": 227,
|
|
1068
|
-
"character": 7
|
|
990
|
+
{
|
|
991
|
+
"__schema": "TypeRefSchema",
|
|
992
|
+
"location": {
|
|
993
|
+
"filePath": "aspect.main.runtime.ts",
|
|
994
|
+
"line": 226,
|
|
995
|
+
"character": 7
|
|
996
|
+
},
|
|
997
|
+
"name": "AspectLoaderMain"
|
|
1069
998
|
},
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
"
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
"location": {
|
|
1079
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1080
|
-
"line": 228,
|
|
1081
|
-
"character": 7
|
|
999
|
+
{
|
|
1000
|
+
"__schema": "TypeRefSchema",
|
|
1001
|
+
"location": {
|
|
1002
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1003
|
+
"line": 227,
|
|
1004
|
+
"character": 7
|
|
1005
|
+
},
|
|
1006
|
+
"name": "CompilerMain"
|
|
1082
1007
|
},
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
"
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
"location": {
|
|
1092
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1093
|
-
"line": 229,
|
|
1094
|
-
"character": 7
|
|
1008
|
+
{
|
|
1009
|
+
"__schema": "TypeRefSchema",
|
|
1010
|
+
"location": {
|
|
1011
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1012
|
+
"line": 228,
|
|
1013
|
+
"character": 7
|
|
1014
|
+
},
|
|
1015
|
+
"name": "GeneratorMain"
|
|
1095
1016
|
},
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
"
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
"location": {
|
|
1105
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1106
|
-
"line": 230,
|
|
1107
|
-
"character": 7
|
|
1017
|
+
{
|
|
1018
|
+
"__schema": "TypeRefSchema",
|
|
1019
|
+
"location": {
|
|
1020
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1021
|
+
"line": 229,
|
|
1022
|
+
"character": 7
|
|
1023
|
+
},
|
|
1024
|
+
"name": "Workspace"
|
|
1108
1025
|
},
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
"
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
"location": {
|
|
1118
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1119
|
-
"line": 231,
|
|
1120
|
-
"character": 7
|
|
1026
|
+
{
|
|
1027
|
+
"__schema": "TypeRefSchema",
|
|
1028
|
+
"location": {
|
|
1029
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1030
|
+
"line": 230,
|
|
1031
|
+
"character": 7
|
|
1032
|
+
},
|
|
1033
|
+
"name": "CLIMain"
|
|
1121
1034
|
},
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
"
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
"location": {
|
|
1131
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1132
|
-
"line": 232,
|
|
1133
|
-
"character": 7
|
|
1035
|
+
{
|
|
1036
|
+
"__schema": "TypeRefSchema",
|
|
1037
|
+
"location": {
|
|
1038
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1039
|
+
"line": 231,
|
|
1040
|
+
"character": 7
|
|
1041
|
+
},
|
|
1042
|
+
"name": "LoggerMain"
|
|
1134
1043
|
},
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
"
|
|
1138
|
-
|
|
1044
|
+
{
|
|
1045
|
+
"__schema": "TypeRefSchema",
|
|
1046
|
+
"location": {
|
|
1047
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1048
|
+
"line": 232,
|
|
1049
|
+
"character": 7
|
|
1050
|
+
},
|
|
1051
|
+
"name": "WorkerMain"
|
|
1139
1052
|
}
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
"isSpread": false
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"__schema": "ParameterSchema",
|
|
1148
|
-
"location": {
|
|
1149
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1150
|
-
"line": 234,
|
|
1151
|
-
"character": 5
|
|
1053
|
+
]
|
|
1054
|
+
},
|
|
1055
|
+
"isOptional": false,
|
|
1056
|
+
"isSpread": false
|
|
1152
1057
|
},
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
"__schema": "InferenceTypeSchema",
|
|
1058
|
+
{
|
|
1059
|
+
"__schema": "ParameterSchema",
|
|
1156
1060
|
"location": {
|
|
1157
1061
|
"filePath": "aspect.main.runtime.ts",
|
|
1158
1062
|
"line": 234,
|
|
1159
1063
|
"character": 5
|
|
1160
1064
|
},
|
|
1161
|
-
"
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
"
|
|
1065
|
+
"name": "config",
|
|
1066
|
+
"type": {
|
|
1067
|
+
"__schema": "InferenceTypeSchema",
|
|
1068
|
+
"location": {
|
|
1069
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1070
|
+
"line": 234,
|
|
1071
|
+
"character": 5
|
|
1072
|
+
},
|
|
1073
|
+
"type": "any"
|
|
1074
|
+
},
|
|
1075
|
+
"isOptional": false,
|
|
1076
|
+
"isSpread": false
|
|
1172
1077
|
},
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
"__schema": "InferenceTypeSchema",
|
|
1078
|
+
{
|
|
1079
|
+
"__schema": "ParameterSchema",
|
|
1176
1080
|
"location": {
|
|
1177
1081
|
"filePath": "aspect.main.runtime.ts",
|
|
1178
1082
|
"line": 235,
|
|
1179
1083
|
"character": 5
|
|
1180
1084
|
},
|
|
1181
|
-
"
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
"
|
|
1085
|
+
"name": "slots",
|
|
1086
|
+
"type": {
|
|
1087
|
+
"__schema": "InferenceTypeSchema",
|
|
1088
|
+
"location": {
|
|
1089
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1090
|
+
"line": 235,
|
|
1091
|
+
"character": 5
|
|
1092
|
+
},
|
|
1093
|
+
"type": "any"
|
|
1094
|
+
},
|
|
1095
|
+
"isOptional": false,
|
|
1096
|
+
"isSpread": false
|
|
1192
1097
|
},
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
"__schema": "TypeRefSchema",
|
|
1098
|
+
{
|
|
1099
|
+
"__schema": "ParameterSchema",
|
|
1196
1100
|
"location": {
|
|
1197
1101
|
"filePath": "aspect.main.runtime.ts",
|
|
1198
1102
|
"line": 236,
|
|
1199
|
-
"character":
|
|
1103
|
+
"character": 5
|
|
1200
1104
|
},
|
|
1201
|
-
"name": "
|
|
1202
|
-
"
|
|
1203
|
-
"
|
|
1204
|
-
"
|
|
1205
|
-
|
|
1206
|
-
|
|
1105
|
+
"name": "harmony",
|
|
1106
|
+
"type": {
|
|
1107
|
+
"__schema": "TypeRefSchema",
|
|
1108
|
+
"location": {
|
|
1109
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1110
|
+
"line": 236,
|
|
1111
|
+
"character": 14
|
|
1112
|
+
},
|
|
1113
|
+
"name": "Harmony"
|
|
1114
|
+
},
|
|
1115
|
+
"isOptional": false,
|
|
1116
|
+
"isSpread": false
|
|
1117
|
+
}
|
|
1118
|
+
],
|
|
1119
|
+
"returnType": {
|
|
1120
|
+
"__schema": "InferenceTypeSchema",
|
|
1121
|
+
"location": {
|
|
1122
|
+
"filePath": "aspect.main.runtime.ts",
|
|
1123
|
+
"line": 221,
|
|
1124
|
+
"character": 3
|
|
1207
1125
|
},
|
|
1208
|
-
"
|
|
1209
|
-
"isSpread": false
|
|
1210
|
-
}
|
|
1211
|
-
],
|
|
1212
|
-
"returnType": {
|
|
1213
|
-
"__schema": "InferenceTypeSchema",
|
|
1214
|
-
"location": {
|
|
1215
|
-
"filePath": "aspect.main.runtime.ts",
|
|
1216
|
-
"line": 221,
|
|
1217
|
-
"character": 3
|
|
1126
|
+
"type": "Promise<AspectMain>"
|
|
1218
1127
|
},
|
|
1219
|
-
"
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
"implementNodes": []
|
|
1128
|
+
"modifiers": [
|
|
1129
|
+
"static",
|
|
1130
|
+
"async"
|
|
1131
|
+
]
|
|
1132
|
+
}
|
|
1133
|
+
],
|
|
1134
|
+
"extendsNodes": [],
|
|
1135
|
+
"implementNodes": []
|
|
1136
|
+
}
|
|
1229
1137
|
},
|
|
1230
1138
|
{
|
|
1231
|
-
"__schema": "
|
|
1139
|
+
"__schema": "ExportSchema",
|
|
1232
1140
|
"location": {
|
|
1233
|
-
"filePath": "
|
|
1234
|
-
"line":
|
|
1235
|
-
"character":
|
|
1141
|
+
"filePath": "index.ts",
|
|
1142
|
+
"line": 2,
|
|
1143
|
+
"character": 10
|
|
1236
1144
|
},
|
|
1237
|
-
"signature": "const AspectAspect: Aspect",
|
|
1238
1145
|
"name": "AspectAspect",
|
|
1239
|
-
"
|
|
1240
|
-
"__schema": "
|
|
1146
|
+
"exportNode": {
|
|
1147
|
+
"__schema": "VariableLikeSchema",
|
|
1241
1148
|
"location": {
|
|
1242
1149
|
"filePath": "aspect.aspect.ts",
|
|
1243
1150
|
"line": 3,
|
|
1244
1151
|
"character": 14
|
|
1245
1152
|
},
|
|
1246
|
-
"
|
|
1247
|
-
"
|
|
1248
|
-
|
|
1249
|
-
"
|
|
1250
|
-
"
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1153
|
+
"signature": "const AspectAspect: Aspect",
|
|
1154
|
+
"name": "AspectAspect",
|
|
1155
|
+
"type": {
|
|
1156
|
+
"__schema": "TypeRefSchema",
|
|
1157
|
+
"location": {
|
|
1158
|
+
"filePath": "aspect.aspect.ts",
|
|
1159
|
+
"line": 3,
|
|
1160
|
+
"character": 14
|
|
1161
|
+
},
|
|
1162
|
+
"name": "Aspect",
|
|
1163
|
+
"componentId": {
|
|
1164
|
+
"scope": "teambit.harmony",
|
|
1165
|
+
"name": "harmony",
|
|
1166
|
+
"version": "0.4.6"
|
|
1167
|
+
}
|
|
1168
|
+
},
|
|
1169
|
+
"isOptional": false,
|
|
1170
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/aspect',\n})"
|
|
1171
|
+
}
|
|
1255
1172
|
},
|
|
1256
1173
|
{
|
|
1257
|
-
"__schema": "
|
|
1174
|
+
"__schema": "ExportSchema",
|
|
1258
1175
|
"location": {
|
|
1259
|
-
"filePath": "
|
|
1260
|
-
"line":
|
|
1261
|
-
"character":
|
|
1176
|
+
"filePath": "index.ts",
|
|
1177
|
+
"line": 2,
|
|
1178
|
+
"character": 40
|
|
1262
1179
|
},
|
|
1263
|
-
"signature": "const AspectAspect: Aspect",
|
|
1264
1180
|
"name": "AspectAspect",
|
|
1265
|
-
"
|
|
1266
|
-
"__schema": "
|
|
1181
|
+
"exportNode": {
|
|
1182
|
+
"__schema": "VariableLikeSchema",
|
|
1267
1183
|
"location": {
|
|
1268
1184
|
"filePath": "aspect.aspect.ts",
|
|
1269
1185
|
"line": 3,
|
|
1270
1186
|
"character": 14
|
|
1271
1187
|
},
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
|
|
1275
|
-
"
|
|
1276
|
-
"
|
|
1277
|
-
|
|
1188
|
+
"signature": "const AspectAspect: Aspect",
|
|
1189
|
+
"name": "AspectAspect",
|
|
1190
|
+
"type": {
|
|
1191
|
+
"__schema": "TypeRefSchema",
|
|
1192
|
+
"location": {
|
|
1193
|
+
"filePath": "aspect.aspect.ts",
|
|
1194
|
+
"line": 3,
|
|
1195
|
+
"character": 14
|
|
1196
|
+
},
|
|
1197
|
+
"name": "Aspect",
|
|
1198
|
+
"componentId": {
|
|
1199
|
+
"scope": "teambit.harmony",
|
|
1200
|
+
"name": "harmony",
|
|
1201
|
+
"version": "0.4.6"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
"isOptional": false,
|
|
1205
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/aspect',\n})"
|
|
1278
1206
|
},
|
|
1279
|
-
"
|
|
1280
|
-
"defaultValue": "Aspect.create({\n id: 'teambit.harmony/aspect',\n})"
|
|
1207
|
+
"alias": "default"
|
|
1281
1208
|
},
|
|
1282
1209
|
{
|
|
1283
|
-
"__schema": "
|
|
1210
|
+
"__schema": "ExportSchema",
|
|
1284
1211
|
"location": {
|
|
1285
|
-
"filePath": "
|
|
1286
|
-
"line":
|
|
1287
|
-
"character":
|
|
1212
|
+
"filePath": "index.ts",
|
|
1213
|
+
"line": 3,
|
|
1214
|
+
"character": 15
|
|
1288
1215
|
},
|
|
1289
|
-
"
|
|
1290
|
-
|
|
1216
|
+
"name": "AspectEnv",
|
|
1217
|
+
"exportNode": {
|
|
1218
|
+
"__schema": "ClassSchema",
|
|
1291
1219
|
"location": {
|
|
1292
1220
|
"filePath": "aspect.env.ts",
|
|
1293
|
-
"line":
|
|
1221
|
+
"line": 26,
|
|
1294
1222
|
"character": 1
|
|
1295
1223
|
},
|
|
1296
|
-
"
|
|
1297
|
-
|
|
1298
|
-
},
|
|
1299
|
-
"signature": "class AspectEnv",
|
|
1300
|
-
"name": "AspectEnv",
|
|
1301
|
-
"members": [
|
|
1302
|
-
{
|
|
1303
|
-
"__schema": "ConstructorSchema",
|
|
1224
|
+
"doc": {
|
|
1225
|
+
"__schema": "DocSchema",
|
|
1304
1226
|
"location": {
|
|
1305
1227
|
"filePath": "aspect.env.ts",
|
|
1306
|
-
"line":
|
|
1307
|
-
"character":
|
|
1228
|
+
"line": 23,
|
|
1229
|
+
"character": 1
|
|
1308
1230
|
},
|
|
1309
|
-
"
|
|
1310
|
-
"
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
"
|
|
1320
|
-
"
|
|
1321
|
-
|
|
1231
|
+
"raw": "/**\n * a component environment built for Aspects .\n */",
|
|
1232
|
+
"comment": "a component environment built for Aspects ."
|
|
1233
|
+
},
|
|
1234
|
+
"signature": "class AspectEnv",
|
|
1235
|
+
"name": "AspectEnv",
|
|
1236
|
+
"members": [
|
|
1237
|
+
{
|
|
1238
|
+
"__schema": "ConstructorSchema",
|
|
1239
|
+
"location": {
|
|
1240
|
+
"filePath": "aspect.env.ts",
|
|
1241
|
+
"line": 27,
|
|
1242
|
+
"character": 3
|
|
1243
|
+
},
|
|
1244
|
+
"signature": "constructor AspectEnv(reactEnv: ReactEnv, aspectLoader: AspectLoaderMain, logger: Logger): AspectEnv",
|
|
1245
|
+
"name": "constructor",
|
|
1246
|
+
"params": [
|
|
1247
|
+
{
|
|
1248
|
+
"__schema": "ParameterSchema",
|
|
1322
1249
|
"location": {
|
|
1323
1250
|
"filePath": "aspect.env.ts",
|
|
1324
1251
|
"line": 27,
|
|
1325
|
-
"character":
|
|
1252
|
+
"character": 15
|
|
1326
1253
|
},
|
|
1327
|
-
"name": "
|
|
1328
|
-
"
|
|
1329
|
-
"
|
|
1330
|
-
"
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
"filePath": "aspect.env.ts",
|
|
1340
|
-
"line": 27,
|
|
1341
|
-
"character": 43
|
|
1254
|
+
"name": "reactEnv",
|
|
1255
|
+
"type": {
|
|
1256
|
+
"__schema": "TypeRefSchema",
|
|
1257
|
+
"location": {
|
|
1258
|
+
"filePath": "aspect.env.ts",
|
|
1259
|
+
"line": 27,
|
|
1260
|
+
"character": 33
|
|
1261
|
+
},
|
|
1262
|
+
"name": "ReactEnv"
|
|
1263
|
+
},
|
|
1264
|
+
"isOptional": false,
|
|
1265
|
+
"isSpread": false
|
|
1342
1266
|
},
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
"__schema": "TypeRefSchema",
|
|
1267
|
+
{
|
|
1268
|
+
"__schema": "ParameterSchema",
|
|
1346
1269
|
"location": {
|
|
1347
1270
|
"filePath": "aspect.env.ts",
|
|
1348
1271
|
"line": 27,
|
|
1349
|
-
"character":
|
|
1272
|
+
"character": 43
|
|
1350
1273
|
},
|
|
1351
|
-
"name": "
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
"filePath": "aspect.env.ts",
|
|
1364
|
-
"line": 27,
|
|
1365
|
-
"character": 83
|
|
1274
|
+
"name": "aspectLoader",
|
|
1275
|
+
"type": {
|
|
1276
|
+
"__schema": "TypeRefSchema",
|
|
1277
|
+
"location": {
|
|
1278
|
+
"filePath": "aspect.env.ts",
|
|
1279
|
+
"line": 27,
|
|
1280
|
+
"character": 65
|
|
1281
|
+
},
|
|
1282
|
+
"name": "AspectLoaderMain"
|
|
1283
|
+
},
|
|
1284
|
+
"isOptional": false,
|
|
1285
|
+
"isSpread": false
|
|
1366
1286
|
},
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
"__schema": "TypeRefSchema",
|
|
1287
|
+
{
|
|
1288
|
+
"__schema": "ParameterSchema",
|
|
1370
1289
|
"location": {
|
|
1371
1290
|
"filePath": "aspect.env.ts",
|
|
1372
1291
|
"line": 27,
|
|
1373
|
-
"character":
|
|
1292
|
+
"character": 83
|
|
1374
1293
|
},
|
|
1375
|
-
"name": "
|
|
1376
|
-
"
|
|
1377
|
-
"
|
|
1378
|
-
"
|
|
1379
|
-
|
|
1294
|
+
"name": "logger",
|
|
1295
|
+
"type": {
|
|
1296
|
+
"__schema": "TypeRefSchema",
|
|
1297
|
+
"location": {
|
|
1298
|
+
"filePath": "aspect.env.ts",
|
|
1299
|
+
"line": 27,
|
|
1300
|
+
"character": 99
|
|
1301
|
+
},
|
|
1302
|
+
"name": "Logger"
|
|
1303
|
+
},
|
|
1304
|
+
"isOptional": false,
|
|
1305
|
+
"isSpread": false
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"returnType": {
|
|
1309
|
+
"__schema": "ThisTypeSchema",
|
|
1310
|
+
"location": {
|
|
1311
|
+
"filePath": "aspect.env.ts",
|
|
1312
|
+
"line": 26,
|
|
1313
|
+
"character": 1
|
|
1380
1314
|
},
|
|
1381
|
-
"
|
|
1382
|
-
"isSpread": false
|
|
1383
|
-
}
|
|
1384
|
-
],
|
|
1385
|
-
"returnType": {
|
|
1386
|
-
"__schema": "ThisTypeSchema",
|
|
1387
|
-
"location": {
|
|
1388
|
-
"filePath": "aspect.env.ts",
|
|
1389
|
-
"line": 26,
|
|
1390
|
-
"character": 1
|
|
1315
|
+
"name": "AspectEnv"
|
|
1391
1316
|
},
|
|
1392
|
-
"
|
|
1393
|
-
},
|
|
1394
|
-
"modifiers": []
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"__schema": "VariableLikeSchema",
|
|
1398
|
-
"location": {
|
|
1399
|
-
"filePath": "aspect.env.ts",
|
|
1400
|
-
"line": 29,
|
|
1401
|
-
"character": 3
|
|
1317
|
+
"modifiers": []
|
|
1402
1318
|
},
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
"type": {
|
|
1406
|
-
"__schema": "InferenceTypeSchema",
|
|
1319
|
+
{
|
|
1320
|
+
"__schema": "VariableLikeSchema",
|
|
1407
1321
|
"location": {
|
|
1408
1322
|
"filePath": "aspect.env.ts",
|
|
1409
1323
|
"line": 29,
|
|
1410
1324
|
"character": 3
|
|
1411
1325
|
},
|
|
1412
|
-
"
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1326
|
+
"signature": "(property) AspectEnv.icon: string",
|
|
1327
|
+
"name": "icon",
|
|
1328
|
+
"type": {
|
|
1329
|
+
"__schema": "InferenceTypeSchema",
|
|
1330
|
+
"location": {
|
|
1331
|
+
"filePath": "aspect.env.ts",
|
|
1332
|
+
"line": 29,
|
|
1333
|
+
"character": 3
|
|
1334
|
+
},
|
|
1335
|
+
"type": "string"
|
|
1336
|
+
},
|
|
1337
|
+
"isOptional": true,
|
|
1338
|
+
"defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
|
|
1423
1339
|
},
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
"params": [],
|
|
1427
|
-
"returnType": {
|
|
1428
|
-
"__schema": "InferenceTypeSchema",
|
|
1340
|
+
{
|
|
1341
|
+
"__schema": "FunctionLikeSchema",
|
|
1429
1342
|
"location": {
|
|
1430
1343
|
"filePath": "aspect.env.ts",
|
|
1431
1344
|
"line": 31,
|
|
1432
1345
|
"character": 3
|
|
1433
1346
|
},
|
|
1434
|
-
"
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
"
|
|
1438
|
-
|
|
1439
|
-
},
|
|
1440
|
-
{
|
|
1441
|
-
"__schema": "FunctionLikeSchema",
|
|
1442
|
-
"location": {
|
|
1443
|
-
"filePath": "aspect.env.ts",
|
|
1444
|
-
"line": 37,
|
|
1445
|
-
"character": 3
|
|
1446
|
-
},
|
|
1447
|
-
"signature": "(method) AspectEnv.getTsConfig(tsConfig: TsConfigSourceFile): any",
|
|
1448
|
-
"name": "getTsConfig",
|
|
1449
|
-
"params": [
|
|
1450
|
-
{
|
|
1451
|
-
"__schema": "ParameterSchema",
|
|
1347
|
+
"signature": "(method) AspectEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
|
|
1348
|
+
"name": "__getDescriptor",
|
|
1349
|
+
"params": [],
|
|
1350
|
+
"returnType": {
|
|
1351
|
+
"__schema": "InferenceTypeSchema",
|
|
1452
1352
|
"location": {
|
|
1453
1353
|
"filePath": "aspect.env.ts",
|
|
1454
|
-
"line":
|
|
1455
|
-
"character":
|
|
1354
|
+
"line": 31,
|
|
1355
|
+
"character": 3
|
|
1456
1356
|
},
|
|
1457
|
-
"
|
|
1458
|
-
|
|
1459
|
-
|
|
1357
|
+
"type": "Promise<{\n type: string;\n}>"
|
|
1358
|
+
},
|
|
1359
|
+
"modifiers": [
|
|
1360
|
+
"async"
|
|
1361
|
+
]
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"__schema": "FunctionLikeSchema",
|
|
1365
|
+
"location": {
|
|
1366
|
+
"filePath": "aspect.env.ts",
|
|
1367
|
+
"line": 37,
|
|
1368
|
+
"character": 3
|
|
1369
|
+
},
|
|
1370
|
+
"signature": "(method) AspectEnv.getTsConfig(tsConfig: TsConfigSourceFile): any",
|
|
1371
|
+
"name": "getTsConfig",
|
|
1372
|
+
"params": [
|
|
1373
|
+
{
|
|
1374
|
+
"__schema": "ParameterSchema",
|
|
1460
1375
|
"location": {
|
|
1461
1376
|
"filePath": "aspect.env.ts",
|
|
1462
1377
|
"line": 37,
|
|
1463
|
-
"character":
|
|
1378
|
+
"character": 15
|
|
1379
|
+
},
|
|
1380
|
+
"name": "tsConfig",
|
|
1381
|
+
"type": {
|
|
1382
|
+
"__schema": "TypeRefSchema",
|
|
1383
|
+
"location": {
|
|
1384
|
+
"filePath": "aspect.env.ts",
|
|
1385
|
+
"line": 37,
|
|
1386
|
+
"character": 25
|
|
1387
|
+
},
|
|
1388
|
+
"name": "TsConfigSourceFile"
|
|
1464
1389
|
},
|
|
1465
|
-
"
|
|
1466
|
-
"
|
|
1390
|
+
"isOptional": false,
|
|
1391
|
+
"isSpread": false
|
|
1392
|
+
}
|
|
1393
|
+
],
|
|
1394
|
+
"returnType": {
|
|
1395
|
+
"__schema": "InferenceTypeSchema",
|
|
1396
|
+
"location": {
|
|
1397
|
+
"filePath": "aspect.env.ts",
|
|
1398
|
+
"line": 37,
|
|
1399
|
+
"character": 3
|
|
1467
1400
|
},
|
|
1468
|
-
"
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
"__schema": "
|
|
1401
|
+
"type": "any"
|
|
1402
|
+
},
|
|
1403
|
+
"modifiers": []
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
"__schema": "FunctionLikeSchema",
|
|
1474
1407
|
"location": {
|
|
1475
1408
|
"filePath": "aspect.env.ts",
|
|
1476
|
-
"line":
|
|
1409
|
+
"line": 44,
|
|
1477
1410
|
"character": 3
|
|
1478
1411
|
},
|
|
1479
|
-
"
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1412
|
+
"signature": "(method) AspectEnv.createTsCompiler(tsConfig: TsConfigSourceFile): Compiler",
|
|
1413
|
+
"name": "createTsCompiler",
|
|
1414
|
+
"params": [
|
|
1415
|
+
{
|
|
1416
|
+
"__schema": "ParameterSchema",
|
|
1417
|
+
"location": {
|
|
1418
|
+
"filePath": "aspect.env.ts",
|
|
1419
|
+
"line": 44,
|
|
1420
|
+
"character": 20
|
|
1421
|
+
},
|
|
1422
|
+
"name": "tsConfig",
|
|
1423
|
+
"type": {
|
|
1424
|
+
"__schema": "TypeRefSchema",
|
|
1425
|
+
"location": {
|
|
1426
|
+
"filePath": "aspect.env.ts",
|
|
1427
|
+
"line": 44,
|
|
1428
|
+
"character": 30
|
|
1429
|
+
},
|
|
1430
|
+
"name": "TsConfigSourceFile"
|
|
1431
|
+
},
|
|
1432
|
+
"isOptional": false,
|
|
1433
|
+
"isSpread": false
|
|
1434
|
+
}
|
|
1435
|
+
],
|
|
1436
|
+
"returnType": {
|
|
1437
|
+
"__schema": "TypeRefSchema",
|
|
1495
1438
|
"location": {
|
|
1496
1439
|
"filePath": "aspect.env.ts",
|
|
1497
1440
|
"line": 44,
|
|
1498
|
-
"character":
|
|
1499
|
-
},
|
|
1500
|
-
"name": "tsConfig",
|
|
1501
|
-
"type": {
|
|
1502
|
-
"__schema": "TypeRefSchema",
|
|
1503
|
-
"location": {
|
|
1504
|
-
"filePath": "aspect.env.ts",
|
|
1505
|
-
"line": 44,
|
|
1506
|
-
"character": 30
|
|
1507
|
-
},
|
|
1508
|
-
"name": "TsConfigSourceFile",
|
|
1509
|
-
"packageName": "typescript"
|
|
1441
|
+
"character": 3
|
|
1510
1442
|
},
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
"__schema": "TypeRefSchema",
|
|
1517
|
-
"location": {
|
|
1518
|
-
"filePath": "aspect.env.ts",
|
|
1519
|
-
"line": 44,
|
|
1520
|
-
"character": 3
|
|
1443
|
+
"name": "Compiler",
|
|
1444
|
+
"componentId": {
|
|
1445
|
+
"scope": "teambit.compilation",
|
|
1446
|
+
"name": "compiler"
|
|
1447
|
+
}
|
|
1521
1448
|
},
|
|
1522
|
-
"
|
|
1523
|
-
"componentId": {
|
|
1524
|
-
"scope": "teambit.compilation",
|
|
1525
|
-
"name": "compiler"
|
|
1526
|
-
}
|
|
1527
|
-
},
|
|
1528
|
-
"modifiers": []
|
|
1529
|
-
},
|
|
1530
|
-
{
|
|
1531
|
-
"__schema": "FunctionLikeSchema",
|
|
1532
|
-
"location": {
|
|
1533
|
-
"filePath": "aspect.env.ts",
|
|
1534
|
-
"line": 51,
|
|
1535
|
-
"character": 3
|
|
1449
|
+
"modifiers": []
|
|
1536
1450
|
},
|
|
1537
|
-
|
|
1538
|
-
"__schema": "
|
|
1451
|
+
{
|
|
1452
|
+
"__schema": "FunctionLikeSchema",
|
|
1539
1453
|
"location": {
|
|
1540
1454
|
"filePath": "aspect.env.ts",
|
|
1541
|
-
"line":
|
|
1455
|
+
"line": 51,
|
|
1542
1456
|
"character": 3
|
|
1543
1457
|
},
|
|
1544
|
-
"
|
|
1545
|
-
|
|
1546
|
-
},
|
|
1547
|
-
"signature": "(method) AspectEnv.getTester(jestConfigPath: string, jestModulePath?: string): Tester",
|
|
1548
|
-
"name": "getTester",
|
|
1549
|
-
"params": [
|
|
1550
|
-
{
|
|
1551
|
-
"__schema": "ParameterSchema",
|
|
1458
|
+
"doc": {
|
|
1459
|
+
"__schema": "DocSchema",
|
|
1552
1460
|
"location": {
|
|
1553
1461
|
"filePath": "aspect.env.ts",
|
|
1554
|
-
"line":
|
|
1555
|
-
"character":
|
|
1462
|
+
"line": 48,
|
|
1463
|
+
"character": 3
|
|
1556
1464
|
},
|
|
1557
|
-
"
|
|
1558
|
-
"
|
|
1559
|
-
|
|
1465
|
+
"raw": "/**\n * returns a component tester.\n */",
|
|
1466
|
+
"comment": "returns a component tester."
|
|
1467
|
+
},
|
|
1468
|
+
"signature": "(method) AspectEnv.getTester(jestConfigPath: string, jestModulePath?: string): Tester",
|
|
1469
|
+
"name": "getTester",
|
|
1470
|
+
"params": [
|
|
1471
|
+
{
|
|
1472
|
+
"__schema": "ParameterSchema",
|
|
1560
1473
|
"location": {
|
|
1561
1474
|
"filePath": "aspect.env.ts",
|
|
1562
1475
|
"line": 51,
|
|
1563
|
-
"character":
|
|
1476
|
+
"character": 13
|
|
1564
1477
|
},
|
|
1565
|
-
"name": "
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
"
|
|
1478
|
+
"name": "jestConfigPath",
|
|
1479
|
+
"type": {
|
|
1480
|
+
"__schema": "KeywordTypeSchema",
|
|
1481
|
+
"location": {
|
|
1482
|
+
"filePath": "aspect.env.ts",
|
|
1483
|
+
"line": 51,
|
|
1484
|
+
"character": 29
|
|
1485
|
+
},
|
|
1486
|
+
"name": "string"
|
|
1487
|
+
},
|
|
1488
|
+
"isOptional": false,
|
|
1489
|
+
"isSpread": false
|
|
1576
1490
|
},
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
"__schema": "KeywordTypeSchema",
|
|
1491
|
+
{
|
|
1492
|
+
"__schema": "ParameterSchema",
|
|
1580
1493
|
"location": {
|
|
1581
1494
|
"filePath": "aspect.env.ts",
|
|
1582
1495
|
"line": 51,
|
|
1583
|
-
"character":
|
|
1496
|
+
"character": 37
|
|
1584
1497
|
},
|
|
1585
|
-
"name": "
|
|
1498
|
+
"name": "jestModulePath",
|
|
1499
|
+
"type": {
|
|
1500
|
+
"__schema": "KeywordTypeSchema",
|
|
1501
|
+
"location": {
|
|
1502
|
+
"filePath": "aspect.env.ts",
|
|
1503
|
+
"line": 51,
|
|
1504
|
+
"character": 54
|
|
1505
|
+
},
|
|
1506
|
+
"name": "string"
|
|
1507
|
+
},
|
|
1508
|
+
"isOptional": true,
|
|
1509
|
+
"isSpread": false
|
|
1510
|
+
}
|
|
1511
|
+
],
|
|
1512
|
+
"returnType": {
|
|
1513
|
+
"__schema": "TypeRefSchema",
|
|
1514
|
+
"location": {
|
|
1515
|
+
"filePath": "aspect.env.ts",
|
|
1516
|
+
"line": 51,
|
|
1517
|
+
"character": 3
|
|
1586
1518
|
},
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1519
|
+
"name": "Tester",
|
|
1520
|
+
"componentId": {
|
|
1521
|
+
"scope": "teambit.defender",
|
|
1522
|
+
"name": "tester"
|
|
1523
|
+
}
|
|
1524
|
+
},
|
|
1525
|
+
"modifiers": []
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"__schema": "FunctionLikeSchema",
|
|
1593
1529
|
"location": {
|
|
1594
1530
|
"filePath": "aspect.env.ts",
|
|
1595
|
-
"line":
|
|
1531
|
+
"line": 56,
|
|
1596
1532
|
"character": 3
|
|
1597
1533
|
},
|
|
1598
|
-
"
|
|
1599
|
-
"
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
},
|
|
1604
|
-
"modifiers": []
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"__schema": "FunctionLikeSchema",
|
|
1608
|
-
"location": {
|
|
1609
|
-
"filePath": "aspect.env.ts",
|
|
1610
|
-
"line": 56,
|
|
1611
|
-
"character": 3
|
|
1612
|
-
},
|
|
1613
|
-
"signature": "(method) AspectEnv.getTemplateBundler(context: BundlerContext, transformers?: WebpackConfigTransformer[]): Promise<Bundler>",
|
|
1614
|
-
"name": "getTemplateBundler",
|
|
1615
|
-
"params": [
|
|
1616
|
-
{
|
|
1617
|
-
"__schema": "ParameterSchema",
|
|
1618
|
-
"location": {
|
|
1619
|
-
"filePath": "aspect.env.ts",
|
|
1620
|
-
"line": 56,
|
|
1621
|
-
"character": 28
|
|
1622
|
-
},
|
|
1623
|
-
"name": "context",
|
|
1624
|
-
"type": {
|
|
1625
|
-
"__schema": "TypeRefSchema",
|
|
1534
|
+
"signature": "(method) AspectEnv.getTemplateBundler(context: BundlerContext, transformers?: WebpackConfigTransformer[]): Promise<Bundler>",
|
|
1535
|
+
"name": "getTemplateBundler",
|
|
1536
|
+
"params": [
|
|
1537
|
+
{
|
|
1538
|
+
"__schema": "ParameterSchema",
|
|
1626
1539
|
"location": {
|
|
1627
1540
|
"filePath": "aspect.env.ts",
|
|
1628
1541
|
"line": 56,
|
|
1629
|
-
"character":
|
|
1542
|
+
"character": 28
|
|
1630
1543
|
},
|
|
1631
|
-
"name": "
|
|
1632
|
-
"
|
|
1633
|
-
"
|
|
1634
|
-
"
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
"filePath": "aspect.env.ts",
|
|
1644
|
-
"line": 56,
|
|
1645
|
-
"character": 53
|
|
1544
|
+
"name": "context",
|
|
1545
|
+
"type": {
|
|
1546
|
+
"__schema": "TypeRefSchema",
|
|
1547
|
+
"location": {
|
|
1548
|
+
"filePath": "aspect.env.ts",
|
|
1549
|
+
"line": 56,
|
|
1550
|
+
"character": 37
|
|
1551
|
+
},
|
|
1552
|
+
"name": "BundlerContext"
|
|
1553
|
+
},
|
|
1554
|
+
"isOptional": false,
|
|
1555
|
+
"isSpread": false
|
|
1646
1556
|
},
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
"__schema": "TypeArraySchema",
|
|
1557
|
+
{
|
|
1558
|
+
"__schema": "ParameterSchema",
|
|
1650
1559
|
"location": {
|
|
1651
1560
|
"filePath": "aspect.env.ts",
|
|
1652
1561
|
"line": 56,
|
|
1653
|
-
"character":
|
|
1562
|
+
"character": 53
|
|
1654
1563
|
},
|
|
1564
|
+
"name": "transformers",
|
|
1655
1565
|
"type": {
|
|
1656
|
-
"__schema": "
|
|
1566
|
+
"__schema": "TypeArraySchema",
|
|
1657
1567
|
"location": {
|
|
1658
1568
|
"filePath": "aspect.env.ts",
|
|
1659
1569
|
"line": 56,
|
|
1660
1570
|
"character": 67
|
|
1661
1571
|
},
|
|
1662
|
-
"
|
|
1663
|
-
|
|
1664
|
-
"
|
|
1665
|
-
|
|
1572
|
+
"type": {
|
|
1573
|
+
"__schema": "TypeRefSchema",
|
|
1574
|
+
"location": {
|
|
1575
|
+
"filePath": "aspect.env.ts",
|
|
1576
|
+
"line": 56,
|
|
1577
|
+
"character": 67
|
|
1578
|
+
},
|
|
1579
|
+
"name": "WebpackConfigTransformer"
|
|
1666
1580
|
}
|
|
1667
|
-
}
|
|
1581
|
+
},
|
|
1582
|
+
"isOptional": true,
|
|
1583
|
+
"defaultValue": "[]",
|
|
1584
|
+
"isSpread": false
|
|
1585
|
+
}
|
|
1586
|
+
],
|
|
1587
|
+
"returnType": {
|
|
1588
|
+
"__schema": "TypeRefSchema",
|
|
1589
|
+
"location": {
|
|
1590
|
+
"filePath": "aspect.env.ts",
|
|
1591
|
+
"line": 56,
|
|
1592
|
+
"character": 101
|
|
1668
1593
|
},
|
|
1669
|
-
"
|
|
1670
|
-
"
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1594
|
+
"name": "Promise",
|
|
1595
|
+
"typeArgs": [
|
|
1596
|
+
{
|
|
1597
|
+
"__schema": "TypeRefSchema",
|
|
1598
|
+
"location": {
|
|
1599
|
+
"filePath": "aspect.env.ts",
|
|
1600
|
+
"line": 56,
|
|
1601
|
+
"character": 109
|
|
1602
|
+
},
|
|
1603
|
+
"name": "Bundler"
|
|
1604
|
+
}
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
"modifiers": [
|
|
1608
|
+
"async"
|
|
1609
|
+
]
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
"__schema": "FunctionLikeSchema",
|
|
1676
1613
|
"location": {
|
|
1677
1614
|
"filePath": "aspect.env.ts",
|
|
1678
|
-
"line":
|
|
1679
|
-
"character":
|
|
1615
|
+
"line": 60,
|
|
1616
|
+
"character": 3
|
|
1680
1617
|
},
|
|
1681
|
-
"
|
|
1682
|
-
"
|
|
1618
|
+
"signature": "(method) AspectEnv.createTemplateWebpackBundler(context: BundlerContext, transformers?: WebpackConfigTransformer[]): Promise<Bundler>",
|
|
1619
|
+
"name": "createTemplateWebpackBundler",
|
|
1620
|
+
"params": [
|
|
1683
1621
|
{
|
|
1684
|
-
"__schema": "
|
|
1622
|
+
"__schema": "ParameterSchema",
|
|
1685
1623
|
"location": {
|
|
1686
1624
|
"filePath": "aspect.env.ts",
|
|
1687
|
-
"line":
|
|
1688
|
-
"character":
|
|
1625
|
+
"line": 61,
|
|
1626
|
+
"character": 5
|
|
1689
1627
|
},
|
|
1690
|
-
"name": "
|
|
1691
|
-
"
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
{
|
|
1703
|
-
"__schema": "FunctionLikeSchema",
|
|
1704
|
-
"location": {
|
|
1705
|
-
"filePath": "aspect.env.ts",
|
|
1706
|
-
"line": 60,
|
|
1707
|
-
"character": 3
|
|
1708
|
-
},
|
|
1709
|
-
"signature": "(method) AspectEnv.createTemplateWebpackBundler(context: BundlerContext, transformers?: WebpackConfigTransformer[]): Promise<Bundler>",
|
|
1710
|
-
"name": "createTemplateWebpackBundler",
|
|
1711
|
-
"params": [
|
|
1712
|
-
{
|
|
1713
|
-
"__schema": "ParameterSchema",
|
|
1714
|
-
"location": {
|
|
1715
|
-
"filePath": "aspect.env.ts",
|
|
1716
|
-
"line": 61,
|
|
1717
|
-
"character": 5
|
|
1628
|
+
"name": "context",
|
|
1629
|
+
"type": {
|
|
1630
|
+
"__schema": "TypeRefSchema",
|
|
1631
|
+
"location": {
|
|
1632
|
+
"filePath": "aspect.env.ts",
|
|
1633
|
+
"line": 61,
|
|
1634
|
+
"character": 14
|
|
1635
|
+
},
|
|
1636
|
+
"name": "BundlerContext"
|
|
1637
|
+
},
|
|
1638
|
+
"isOptional": false,
|
|
1639
|
+
"isSpread": false
|
|
1718
1640
|
},
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
"__schema": "TypeRefSchema",
|
|
1641
|
+
{
|
|
1642
|
+
"__schema": "ParameterSchema",
|
|
1722
1643
|
"location": {
|
|
1723
1644
|
"filePath": "aspect.env.ts",
|
|
1724
|
-
"line":
|
|
1725
|
-
"character":
|
|
1645
|
+
"line": 62,
|
|
1646
|
+
"character": 5
|
|
1726
1647
|
},
|
|
1727
|
-
"name": "
|
|
1728
|
-
"
|
|
1729
|
-
"
|
|
1730
|
-
"
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1648
|
+
"name": "transformers",
|
|
1649
|
+
"type": {
|
|
1650
|
+
"__schema": "TypeArraySchema",
|
|
1651
|
+
"location": {
|
|
1652
|
+
"filePath": "aspect.env.ts",
|
|
1653
|
+
"line": 62,
|
|
1654
|
+
"character": 19
|
|
1655
|
+
},
|
|
1656
|
+
"type": {
|
|
1657
|
+
"__schema": "TypeRefSchema",
|
|
1658
|
+
"location": {
|
|
1659
|
+
"filePath": "aspect.env.ts",
|
|
1660
|
+
"line": 62,
|
|
1661
|
+
"character": 19
|
|
1662
|
+
},
|
|
1663
|
+
"name": "WebpackConfigTransformer"
|
|
1664
|
+
}
|
|
1665
|
+
},
|
|
1666
|
+
"isOptional": true,
|
|
1667
|
+
"defaultValue": "[]",
|
|
1668
|
+
"isSpread": false
|
|
1669
|
+
}
|
|
1670
|
+
],
|
|
1671
|
+
"returnType": {
|
|
1672
|
+
"__schema": "TypeRefSchema",
|
|
1738
1673
|
"location": {
|
|
1739
1674
|
"filePath": "aspect.env.ts",
|
|
1740
|
-
"line":
|
|
1741
|
-
"character":
|
|
1675
|
+
"line": 63,
|
|
1676
|
+
"character": 6
|
|
1742
1677
|
},
|
|
1743
|
-
"name": "
|
|
1744
|
-
"
|
|
1745
|
-
|
|
1746
|
-
"location": {
|
|
1747
|
-
"filePath": "aspect.env.ts",
|
|
1748
|
-
"line": 62,
|
|
1749
|
-
"character": 19
|
|
1750
|
-
},
|
|
1751
|
-
"type": {
|
|
1678
|
+
"name": "Promise",
|
|
1679
|
+
"typeArgs": [
|
|
1680
|
+
{
|
|
1752
1681
|
"__schema": "TypeRefSchema",
|
|
1753
1682
|
"location": {
|
|
1754
1683
|
"filePath": "aspect.env.ts",
|
|
1755
|
-
"line":
|
|
1756
|
-
"character":
|
|
1684
|
+
"line": 63,
|
|
1685
|
+
"character": 14
|
|
1757
1686
|
},
|
|
1758
|
-
"name": "
|
|
1759
|
-
"componentId": {
|
|
1760
|
-
"scope": "teambit.webpack",
|
|
1761
|
-
"name": "webpack"
|
|
1762
|
-
}
|
|
1687
|
+
"name": "Bundler"
|
|
1763
1688
|
}
|
|
1764
|
-
|
|
1765
|
-
"isOptional": true,
|
|
1766
|
-
"defaultValue": "[]",
|
|
1767
|
-
"isSpread": false
|
|
1768
|
-
}
|
|
1769
|
-
],
|
|
1770
|
-
"returnType": {
|
|
1771
|
-
"__schema": "TypeRefSchema",
|
|
1772
|
-
"location": {
|
|
1773
|
-
"filePath": "aspect.env.ts",
|
|
1774
|
-
"line": 63,
|
|
1775
|
-
"character": 6
|
|
1689
|
+
]
|
|
1776
1690
|
},
|
|
1777
|
-
"
|
|
1778
|
-
|
|
1779
|
-
{
|
|
1780
|
-
"__schema": "TypeRefSchema",
|
|
1781
|
-
"location": {
|
|
1782
|
-
"filePath": "aspect.env.ts",
|
|
1783
|
-
"line": 63,
|
|
1784
|
-
"character": 14
|
|
1785
|
-
},
|
|
1786
|
-
"name": "Bundler",
|
|
1787
|
-
"componentId": {
|
|
1788
|
-
"scope": "teambit.compilation",
|
|
1789
|
-
"name": "bundler"
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1691
|
+
"modifiers": [
|
|
1692
|
+
"async"
|
|
1792
1693
|
]
|
|
1793
1694
|
},
|
|
1794
|
-
|
|
1795
|
-
"
|
|
1796
|
-
]
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"__schema": "FunctionLikeSchema",
|
|
1800
|
-
"location": {
|
|
1801
|
-
"filePath": "aspect.env.ts",
|
|
1802
|
-
"line": 67,
|
|
1803
|
-
"character": 3
|
|
1804
|
-
},
|
|
1805
|
-
"signature": "(method) AspectEnv.getPackageJsonProps(): PackageJsonProps",
|
|
1806
|
-
"name": "getPackageJsonProps",
|
|
1807
|
-
"params": [],
|
|
1808
|
-
"returnType": {
|
|
1809
|
-
"__schema": "TypeRefSchema",
|
|
1695
|
+
{
|
|
1696
|
+
"__schema": "FunctionLikeSchema",
|
|
1810
1697
|
"location": {
|
|
1811
1698
|
"filePath": "aspect.env.ts",
|
|
1812
1699
|
"line": 67,
|
|
1813
1700
|
"character": 3
|
|
1814
1701
|
},
|
|
1815
|
-
"
|
|
1816
|
-
"
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1702
|
+
"signature": "(method) AspectEnv.getPackageJsonProps(): PackageJsonProps",
|
|
1703
|
+
"name": "getPackageJsonProps",
|
|
1704
|
+
"params": [],
|
|
1705
|
+
"returnType": {
|
|
1706
|
+
"__schema": "TypeRefSchema",
|
|
1707
|
+
"location": {
|
|
1708
|
+
"filePath": "aspect.env.ts",
|
|
1709
|
+
"line": 67,
|
|
1710
|
+
"character": 3
|
|
1711
|
+
},
|
|
1712
|
+
"name": "PackageJsonProps",
|
|
1713
|
+
"componentId": {
|
|
1714
|
+
"scope": "teambit.pkg",
|
|
1715
|
+
"name": "pkg"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
"modifiers": []
|
|
1829
1719
|
},
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
"params": [],
|
|
1833
|
-
"returnType": {
|
|
1834
|
-
"__schema": "InferenceTypeSchema",
|
|
1720
|
+
{
|
|
1721
|
+
"__schema": "FunctionLikeSchema",
|
|
1835
1722
|
"location": {
|
|
1836
1723
|
"filePath": "aspect.env.ts",
|
|
1837
1724
|
"line": 80,
|
|
1838
1725
|
"character": 3
|
|
1839
1726
|
},
|
|
1840
|
-
"
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1727
|
+
"signature": "(method) AspectEnv.getNpmIgnore(): string[]",
|
|
1728
|
+
"name": "getNpmIgnore",
|
|
1729
|
+
"params": [],
|
|
1730
|
+
"returnType": {
|
|
1731
|
+
"__schema": "InferenceTypeSchema",
|
|
1732
|
+
"location": {
|
|
1733
|
+
"filePath": "aspect.env.ts",
|
|
1734
|
+
"line": 80,
|
|
1735
|
+
"character": 3
|
|
1736
|
+
},
|
|
1737
|
+
"type": "string[]"
|
|
1738
|
+
},
|
|
1739
|
+
"modifiers": []
|
|
1850
1740
|
},
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
"params": [],
|
|
1854
|
-
"returnType": {
|
|
1855
|
-
"__schema": "InferenceTypeSchema",
|
|
1741
|
+
{
|
|
1742
|
+
"__schema": "FunctionLikeSchema",
|
|
1856
1743
|
"location": {
|
|
1857
1744
|
"filePath": "aspect.env.ts",
|
|
1858
1745
|
"line": 84,
|
|
1859
1746
|
"character": 3
|
|
1860
1747
|
},
|
|
1861
|
-
"
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1748
|
+
"signature": "(method) AspectEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
|
|
1749
|
+
"name": "getPreviewConfig",
|
|
1750
|
+
"params": [],
|
|
1751
|
+
"returnType": {
|
|
1752
|
+
"__schema": "InferenceTypeSchema",
|
|
1753
|
+
"location": {
|
|
1754
|
+
"filePath": "aspect.env.ts",
|
|
1755
|
+
"line": 84,
|
|
1756
|
+
"character": 3
|
|
1757
|
+
},
|
|
1758
|
+
"type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
|
|
1759
|
+
},
|
|
1760
|
+
"modifiers": []
|
|
1871
1761
|
},
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
"params": [],
|
|
1875
|
-
"returnType": {
|
|
1876
|
-
"__schema": "InferenceTypeSchema",
|
|
1762
|
+
{
|
|
1763
|
+
"__schema": "FunctionLikeSchema",
|
|
1877
1764
|
"location": {
|
|
1878
1765
|
"filePath": "aspect.env.ts",
|
|
1879
1766
|
"line": 91,
|
|
1880
1767
|
"character": 3
|
|
1881
1768
|
},
|
|
1882
|
-
"
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
"
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1769
|
+
"signature": "(method) AspectEnv.getDependencies(): Promise<{\n dependencies: {\n react: string;\n 'react-dom': string;\n 'core-js': string;\n '@babel/runtime': string;\n };\n devDependencies: {\n react: string;\n 'react-dom': string;\n '@types/mocha': string;\n '@types/node': string;\n '@types/react': string;\n '@types/react-dom': string;\n '@types/jest': string;\n '@types/testing-library__jest-dom': string;\n };\n peerDependencies: {\n ...;\n };\n}>",
|
|
1770
|
+
"name": "getDependencies",
|
|
1771
|
+
"params": [],
|
|
1772
|
+
"returnType": {
|
|
1773
|
+
"__schema": "InferenceTypeSchema",
|
|
1774
|
+
"location": {
|
|
1775
|
+
"filePath": "aspect.env.ts",
|
|
1776
|
+
"line": 91,
|
|
1777
|
+
"character": 3
|
|
1778
|
+
},
|
|
1779
|
+
"type": "Promise<{\n dependencies: {\n react: string;\n 'react-dom': string;\n 'core-js': string;\n '@babel/runtime': string;\n };\n devDependencies: {\n react: string;\n 'react-dom': string;\n '@types/mocha': string;\n '@types/node': string;\n '@types/react': string;\n '@types/react-dom': string;\n '@types/jest': string;\n '@types/testing-library__jest-dom': string;\n };\n peerDependencies: {\n ...;\n };\n}>"
|
|
1780
|
+
},
|
|
1781
|
+
"modifiers": [
|
|
1782
|
+
"async"
|
|
1783
|
+
]
|
|
1894
1784
|
},
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
"params": [],
|
|
1898
|
-
"returnType": {
|
|
1899
|
-
"__schema": "TypeArraySchema",
|
|
1785
|
+
{
|
|
1786
|
+
"__schema": "FunctionLikeSchema",
|
|
1900
1787
|
"location": {
|
|
1901
1788
|
"filePath": "aspect.env.ts",
|
|
1902
1789
|
"line": 119,
|
|
1903
|
-
"character":
|
|
1790
|
+
"character": 3
|
|
1904
1791
|
},
|
|
1905
|
-
"
|
|
1906
|
-
|
|
1792
|
+
"signature": "(method) AspectEnv.workspaceConfig(): ConfigWriterEntry[]",
|
|
1793
|
+
"name": "workspaceConfig",
|
|
1794
|
+
"params": [],
|
|
1795
|
+
"returnType": {
|
|
1796
|
+
"__schema": "TypeArraySchema",
|
|
1907
1797
|
"location": {
|
|
1908
1798
|
"filePath": "aspect.env.ts",
|
|
1909
1799
|
"line": 119,
|
|
1910
1800
|
"character": 22
|
|
1911
1801
|
},
|
|
1912
|
-
"
|
|
1913
|
-
|
|
1914
|
-
"
|
|
1915
|
-
|
|
1802
|
+
"type": {
|
|
1803
|
+
"__schema": "TypeRefSchema",
|
|
1804
|
+
"location": {
|
|
1805
|
+
"filePath": "aspect.env.ts",
|
|
1806
|
+
"line": 119,
|
|
1807
|
+
"character": 22
|
|
1808
|
+
},
|
|
1809
|
+
"name": "ConfigWriterEntry"
|
|
1916
1810
|
}
|
|
1917
|
-
}
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1926
|
-
"location": {
|
|
1927
|
-
"filePath": "aspect.env.ts",
|
|
1928
|
-
"line": 26,
|
|
1929
|
-
"character": 35
|
|
1930
|
-
},
|
|
1931
|
-
"name": "implements DependenciesEnv, PackageEnv, PreviewEnv",
|
|
1932
|
-
"typeArgs": [],
|
|
1933
|
-
"expression": {
|
|
1934
|
-
"__schema": "TypeRefSchema",
|
|
1811
|
+
},
|
|
1812
|
+
"modifiers": []
|
|
1813
|
+
}
|
|
1814
|
+
],
|
|
1815
|
+
"extendsNodes": [],
|
|
1816
|
+
"implementNodes": [
|
|
1817
|
+
{
|
|
1818
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1935
1819
|
"location": {
|
|
1936
1820
|
"filePath": "aspect.env.ts",
|
|
1937
1821
|
"line": 26,
|
|
1938
1822
|
"character": 35
|
|
1939
1823
|
},
|
|
1940
|
-
"name": "DependenciesEnv",
|
|
1941
|
-
"
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
"
|
|
1824
|
+
"name": "implements DependenciesEnv, PackageEnv, PreviewEnv",
|
|
1825
|
+
"typeArgs": [],
|
|
1826
|
+
"expression": {
|
|
1827
|
+
"__schema": "TypeRefSchema",
|
|
1828
|
+
"location": {
|
|
1829
|
+
"filePath": "aspect.env.ts",
|
|
1830
|
+
"line": 26,
|
|
1831
|
+
"character": 35
|
|
1946
1832
|
},
|
|
1947
|
-
"
|
|
1833
|
+
"name": "DependenciesEnv",
|
|
1834
|
+
"componentId": {
|
|
1835
|
+
"_legacy": {
|
|
1836
|
+
"scope": "teambit.harmony",
|
|
1837
|
+
"name": "aspect",
|
|
1838
|
+
"version": "1.0.258"
|
|
1839
|
+
},
|
|
1840
|
+
"_scope": "teambit.harmony"
|
|
1841
|
+
}
|
|
1948
1842
|
}
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1953
|
-
"location": {
|
|
1954
|
-
"filePath": "aspect.env.ts",
|
|
1955
|
-
"line": 26,
|
|
1956
|
-
"character": 52
|
|
1957
1843
|
},
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
"expression": {
|
|
1961
|
-
"__schema": "TypeRefSchema",
|
|
1844
|
+
{
|
|
1845
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1962
1846
|
"location": {
|
|
1963
1847
|
"filePath": "aspect.env.ts",
|
|
1964
1848
|
"line": 26,
|
|
1965
1849
|
"character": 52
|
|
1966
1850
|
},
|
|
1967
|
-
"name": "PackageEnv",
|
|
1968
|
-
"
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
"
|
|
1851
|
+
"name": "implements DependenciesEnv, PackageEnv, PreviewEnv",
|
|
1852
|
+
"typeArgs": [],
|
|
1853
|
+
"expression": {
|
|
1854
|
+
"__schema": "TypeRefSchema",
|
|
1855
|
+
"location": {
|
|
1856
|
+
"filePath": "aspect.env.ts",
|
|
1857
|
+
"line": 26,
|
|
1858
|
+
"character": 52
|
|
1973
1859
|
},
|
|
1974
|
-
"
|
|
1860
|
+
"name": "PackageEnv",
|
|
1861
|
+
"componentId": {
|
|
1862
|
+
"_legacy": {
|
|
1863
|
+
"scope": "teambit.harmony",
|
|
1864
|
+
"name": "aspect",
|
|
1865
|
+
"version": "1.0.258"
|
|
1866
|
+
},
|
|
1867
|
+
"_scope": "teambit.harmony"
|
|
1868
|
+
}
|
|
1975
1869
|
}
|
|
1976
|
-
}
|
|
1977
|
-
},
|
|
1978
|
-
{
|
|
1979
|
-
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1980
|
-
"location": {
|
|
1981
|
-
"filePath": "aspect.env.ts",
|
|
1982
|
-
"line": 26,
|
|
1983
|
-
"character": 64
|
|
1984
1870
|
},
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
"expression": {
|
|
1988
|
-
"__schema": "TypeRefSchema",
|
|
1871
|
+
{
|
|
1872
|
+
"__schema": "ExpressionWithTypeArgumentsSchema",
|
|
1989
1873
|
"location": {
|
|
1990
1874
|
"filePath": "aspect.env.ts",
|
|
1991
1875
|
"line": 26,
|
|
1992
1876
|
"character": 64
|
|
1993
1877
|
},
|
|
1994
|
-
"name": "PreviewEnv",
|
|
1995
|
-
"
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
"
|
|
1878
|
+
"name": "implements DependenciesEnv, PackageEnv, PreviewEnv",
|
|
1879
|
+
"typeArgs": [],
|
|
1880
|
+
"expression": {
|
|
1881
|
+
"__schema": "TypeRefSchema",
|
|
1882
|
+
"location": {
|
|
1883
|
+
"filePath": "aspect.env.ts",
|
|
1884
|
+
"line": 26,
|
|
1885
|
+
"character": 64
|
|
2000
1886
|
},
|
|
2001
|
-
"
|
|
1887
|
+
"name": "PreviewEnv",
|
|
1888
|
+
"componentId": {
|
|
1889
|
+
"_legacy": {
|
|
1890
|
+
"scope": "teambit.harmony",
|
|
1891
|
+
"name": "aspect",
|
|
1892
|
+
"version": "1.0.258"
|
|
1893
|
+
},
|
|
1894
|
+
"_scope": "teambit.harmony"
|
|
1895
|
+
}
|
|
2002
1896
|
}
|
|
2003
1897
|
}
|
|
2004
|
-
|
|
2005
|
-
|
|
1898
|
+
]
|
|
1899
|
+
}
|
|
2006
1900
|
}
|
|
2007
1901
|
],
|
|
2008
1902
|
"internals": []
|
|
@@ -2151,11 +2045,7 @@
|
|
|
2151
2045
|
"line": 38,
|
|
2152
2046
|
"character": 60
|
|
2153
2047
|
},
|
|
2154
|
-
"name": "EnvsMain"
|
|
2155
|
-
"componentId": {
|
|
2156
|
-
"scope": "teambit.envs",
|
|
2157
|
-
"name": "envs"
|
|
2158
|
-
}
|
|
2048
|
+
"name": "EnvsMain"
|
|
2159
2049
|
},
|
|
2160
2050
|
"isOptional": false,
|
|
2161
2051
|
"isSpread": false
|
|
@@ -2175,11 +2065,7 @@
|
|
|
2175
2065
|
"line": 38,
|
|
2176
2066
|
"character": 89
|
|
2177
2067
|
},
|
|
2178
|
-
"name": "Workspace"
|
|
2179
|
-
"componentId": {
|
|
2180
|
-
"scope": "teambit.workspace",
|
|
2181
|
-
"name": "workspace"
|
|
2182
|
-
}
|
|
2068
|
+
"name": "Workspace"
|
|
2183
2069
|
},
|
|
2184
2070
|
"isOptional": false,
|
|
2185
2071
|
"isSpread": false
|
|
@@ -2238,11 +2124,7 @@
|
|
|
2238
2124
|
"line": 43,
|
|
2239
2125
|
"character": 25
|
|
2240
2126
|
},
|
|
2241
|
-
"name": "EnvTransformer"
|
|
2242
|
-
"componentId": {
|
|
2243
|
-
"scope": "teambit.envs",
|
|
2244
|
-
"name": "envs"
|
|
2245
|
-
}
|
|
2127
|
+
"name": "EnvTransformer"
|
|
2246
2128
|
}
|
|
2247
2129
|
},
|
|
2248
2130
|
"isOptional": true,
|
|
@@ -2264,11 +2146,7 @@
|
|
|
2264
2146
|
"line": 43,
|
|
2265
2147
|
"character": 59
|
|
2266
2148
|
},
|
|
2267
|
-
"name": "Environment"
|
|
2268
|
-
"componentId": {
|
|
2269
|
-
"scope": "teambit.envs",
|
|
2270
|
-
"name": "envs"
|
|
2271
|
-
}
|
|
2149
|
+
"name": "Environment"
|
|
2272
2150
|
},
|
|
2273
2151
|
"isOptional": true,
|
|
2274
2152
|
"defaultValue": "{}",
|
|
@@ -2379,8 +2257,7 @@
|
|
|
2379
2257
|
"line": 47,
|
|
2380
2258
|
"character": 82
|
|
2381
2259
|
},
|
|
2382
|
-
"name": "AspectSource"
|
|
2383
|
-
"internalFilePath": "aspect.main.runtime.ts"
|
|
2260
|
+
"name": "AspectSource"
|
|
2384
2261
|
}
|
|
2385
2262
|
}
|
|
2386
2263
|
}
|
|
@@ -2517,8 +2394,7 @@
|
|
|
2517
2394
|
"line": 97,
|
|
2518
2395
|
"character": 14
|
|
2519
2396
|
},
|
|
2520
|
-
"name": "SetAspectOptions"
|
|
2521
|
-
"internalFilePath": "aspect.cmd.ts"
|
|
2397
|
+
"name": "SetAspectOptions"
|
|
2522
2398
|
},
|
|
2523
2399
|
"isOptional": true,
|
|
2524
2400
|
"defaultValue": "{}",
|
|
@@ -2548,12 +2424,7 @@
|
|
|
2548
2424
|
"line": 98,
|
|
2549
2425
|
"character": 14
|
|
2550
2426
|
},
|
|
2551
|
-
"name": "ComponentID"
|
|
2552
|
-
"componentId": {
|
|
2553
|
-
"scope": "teambit.component",
|
|
2554
|
-
"name": "component-id",
|
|
2555
|
-
"version": "1.2.0"
|
|
2556
|
-
}
|
|
2427
|
+
"name": "ComponentID"
|
|
2557
2428
|
}
|
|
2558
2429
|
}
|
|
2559
2430
|
]
|
|
@@ -2636,12 +2507,7 @@
|
|
|
2636
2507
|
"line": 112,
|
|
2637
2508
|
"character": 83
|
|
2638
2509
|
},
|
|
2639
|
-
"name": "ComponentID"
|
|
2640
|
-
"componentId": {
|
|
2641
|
-
"scope": "teambit.component",
|
|
2642
|
-
"name": "component-id",
|
|
2643
|
-
"version": "1.2.0"
|
|
2644
|
-
}
|
|
2510
|
+
"name": "ComponentID"
|
|
2645
2511
|
}
|
|
2646
2512
|
}
|
|
2647
2513
|
]
|
|
@@ -2702,12 +2568,7 @@
|
|
|
2702
2568
|
"line": 132,
|
|
2703
2569
|
"character": 44
|
|
2704
2570
|
},
|
|
2705
|
-
"name": "ComponentID"
|
|
2706
|
-
"componentId": {
|
|
2707
|
-
"scope": "teambit.component",
|
|
2708
|
-
"name": "component-id",
|
|
2709
|
-
"version": "1.2.0"
|
|
2710
|
-
}
|
|
2571
|
+
"name": "ComponentID"
|
|
2711
2572
|
}
|
|
2712
2573
|
]
|
|
2713
2574
|
},
|
|
@@ -2731,11 +2592,7 @@
|
|
|
2731
2592
|
"line": 132,
|
|
2732
2593
|
"character": 66
|
|
2733
2594
|
},
|
|
2734
|
-
"name": "AspectList"
|
|
2735
|
-
"componentId": {
|
|
2736
|
-
"scope": "teambit.component",
|
|
2737
|
-
"name": "component"
|
|
2738
|
-
}
|
|
2595
|
+
"name": "AspectList"
|
|
2739
2596
|
}
|
|
2740
2597
|
]
|
|
2741
2598
|
},
|
|
@@ -2795,12 +2652,7 @@
|
|
|
2795
2652
|
"line": 143,
|
|
2796
2653
|
"character": 56
|
|
2797
2654
|
},
|
|
2798
|
-
"name": "ComponentID"
|
|
2799
|
-
"componentId": {
|
|
2800
|
-
"scope": "teambit.component",
|
|
2801
|
-
"name": "component-id",
|
|
2802
|
-
"version": "1.2.0"
|
|
2803
|
-
}
|
|
2655
|
+
"name": "ComponentID"
|
|
2804
2656
|
}
|
|
2805
2657
|
]
|
|
2806
2658
|
},
|
|
@@ -2912,12 +2764,7 @@
|
|
|
2912
2764
|
"line": 160,
|
|
2913
2765
|
"character": 25
|
|
2914
2766
|
},
|
|
2915
|
-
"name": "ComponentID"
|
|
2916
|
-
"componentId": {
|
|
2917
|
-
"scope": "teambit.component",
|
|
2918
|
-
"name": "component-id",
|
|
2919
|
-
"version": "1.2.0"
|
|
2920
|
-
}
|
|
2767
|
+
"name": "ComponentID"
|
|
2921
2768
|
}
|
|
2922
2769
|
},
|
|
2923
2770
|
"isOptional": false
|
|
@@ -2945,12 +2792,7 @@
|
|
|
2945
2792
|
"line": 160,
|
|
2946
2793
|
"character": 57
|
|
2947
2794
|
},
|
|
2948
|
-
"name": "ComponentID"
|
|
2949
|
-
"componentId": {
|
|
2950
|
-
"scope": "teambit.component",
|
|
2951
|
-
"name": "component-id",
|
|
2952
|
-
"version": "1.2.0"
|
|
2953
|
-
}
|
|
2795
|
+
"name": "ComponentID"
|
|
2954
2796
|
}
|
|
2955
2797
|
},
|
|
2956
2798
|
"isOptional": false
|
|
@@ -2998,11 +2840,7 @@
|
|
|
2998
2840
|
"line": 198,
|
|
2999
2841
|
"character": 42
|
|
3000
2842
|
},
|
|
3001
|
-
"name": "EnvPolicyConfigObject"
|
|
3002
|
-
"componentId": {
|
|
3003
|
-
"scope": "teambit.dependencies",
|
|
3004
|
-
"name": "dependency-resolver"
|
|
3005
|
-
}
|
|
2843
|
+
"name": "EnvPolicyConfigObject"
|
|
3006
2844
|
},
|
|
3007
2845
|
"isOptional": false,
|
|
3008
2846
|
"isSpread": false
|
|
@@ -3098,11 +2936,7 @@
|
|
|
3098
2936
|
"line": 223,
|
|
3099
2937
|
"character": 7
|
|
3100
2938
|
},
|
|
3101
|
-
"name": "ReactMain"
|
|
3102
|
-
"componentId": {
|
|
3103
|
-
"scope": "teambit.react",
|
|
3104
|
-
"name": "react"
|
|
3105
|
-
}
|
|
2939
|
+
"name": "ReactMain"
|
|
3106
2940
|
},
|
|
3107
2941
|
{
|
|
3108
2942
|
"__schema": "TypeRefSchema",
|
|
@@ -3111,11 +2945,7 @@
|
|
|
3111
2945
|
"line": 224,
|
|
3112
2946
|
"character": 7
|
|
3113
2947
|
},
|
|
3114
|
-
"name": "EnvsMain"
|
|
3115
|
-
"componentId": {
|
|
3116
|
-
"scope": "teambit.envs",
|
|
3117
|
-
"name": "envs"
|
|
3118
|
-
}
|
|
2948
|
+
"name": "EnvsMain"
|
|
3119
2949
|
},
|
|
3120
2950
|
{
|
|
3121
2951
|
"__schema": "TypeRefSchema",
|
|
@@ -3124,11 +2954,7 @@
|
|
|
3124
2954
|
"line": 225,
|
|
3125
2955
|
"character": 7
|
|
3126
2956
|
},
|
|
3127
|
-
"name": "BuilderMain"
|
|
3128
|
-
"componentId": {
|
|
3129
|
-
"scope": "teambit.pipelines",
|
|
3130
|
-
"name": "builder"
|
|
3131
|
-
}
|
|
2957
|
+
"name": "BuilderMain"
|
|
3132
2958
|
},
|
|
3133
2959
|
{
|
|
3134
2960
|
"__schema": "TypeRefSchema",
|
|
@@ -3137,11 +2963,7 @@
|
|
|
3137
2963
|
"line": 226,
|
|
3138
2964
|
"character": 7
|
|
3139
2965
|
},
|
|
3140
|
-
"name": "AspectLoaderMain"
|
|
3141
|
-
"componentId": {
|
|
3142
|
-
"scope": "teambit.harmony",
|
|
3143
|
-
"name": "aspect-loader"
|
|
3144
|
-
}
|
|
2966
|
+
"name": "AspectLoaderMain"
|
|
3145
2967
|
},
|
|
3146
2968
|
{
|
|
3147
2969
|
"__schema": "TypeRefSchema",
|
|
@@ -3150,11 +2972,7 @@
|
|
|
3150
2972
|
"line": 227,
|
|
3151
2973
|
"character": 7
|
|
3152
2974
|
},
|
|
3153
|
-
"name": "CompilerMain"
|
|
3154
|
-
"componentId": {
|
|
3155
|
-
"scope": "teambit.compilation",
|
|
3156
|
-
"name": "compiler"
|
|
3157
|
-
}
|
|
2975
|
+
"name": "CompilerMain"
|
|
3158
2976
|
},
|
|
3159
2977
|
{
|
|
3160
2978
|
"__schema": "TypeRefSchema",
|
|
@@ -3163,11 +2981,7 @@
|
|
|
3163
2981
|
"line": 228,
|
|
3164
2982
|
"character": 7
|
|
3165
2983
|
},
|
|
3166
|
-
"name": "GeneratorMain"
|
|
3167
|
-
"componentId": {
|
|
3168
|
-
"scope": "teambit.generator",
|
|
3169
|
-
"name": "generator"
|
|
3170
|
-
}
|
|
2984
|
+
"name": "GeneratorMain"
|
|
3171
2985
|
},
|
|
3172
2986
|
{
|
|
3173
2987
|
"__schema": "TypeRefSchema",
|
|
@@ -3176,11 +2990,7 @@
|
|
|
3176
2990
|
"line": 229,
|
|
3177
2991
|
"character": 7
|
|
3178
2992
|
},
|
|
3179
|
-
"name": "Workspace"
|
|
3180
|
-
"componentId": {
|
|
3181
|
-
"scope": "teambit.workspace",
|
|
3182
|
-
"name": "workspace"
|
|
3183
|
-
}
|
|
2993
|
+
"name": "Workspace"
|
|
3184
2994
|
},
|
|
3185
2995
|
{
|
|
3186
2996
|
"__schema": "TypeRefSchema",
|
|
@@ -3189,11 +2999,7 @@
|
|
|
3189
2999
|
"line": 230,
|
|
3190
3000
|
"character": 7
|
|
3191
3001
|
},
|
|
3192
|
-
"name": "CLIMain"
|
|
3193
|
-
"componentId": {
|
|
3194
|
-
"scope": "teambit.harmony",
|
|
3195
|
-
"name": "cli"
|
|
3196
|
-
}
|
|
3002
|
+
"name": "CLIMain"
|
|
3197
3003
|
},
|
|
3198
3004
|
{
|
|
3199
3005
|
"__schema": "TypeRefSchema",
|
|
@@ -3202,11 +3008,7 @@
|
|
|
3202
3008
|
"line": 231,
|
|
3203
3009
|
"character": 7
|
|
3204
3010
|
},
|
|
3205
|
-
"name": "LoggerMain"
|
|
3206
|
-
"componentId": {
|
|
3207
|
-
"scope": "teambit.harmony",
|
|
3208
|
-
"name": "logger"
|
|
3209
|
-
}
|
|
3011
|
+
"name": "LoggerMain"
|
|
3210
3012
|
},
|
|
3211
3013
|
{
|
|
3212
3014
|
"__schema": "TypeRefSchema",
|
|
@@ -3215,11 +3017,7 @@
|
|
|
3215
3017
|
"line": 232,
|
|
3216
3018
|
"character": 7
|
|
3217
3019
|
},
|
|
3218
|
-
"name": "WorkerMain"
|
|
3219
|
-
"componentId": {
|
|
3220
|
-
"scope": "teambit.harmony",
|
|
3221
|
-
"name": "worker"
|
|
3222
|
-
}
|
|
3020
|
+
"name": "WorkerMain"
|
|
3223
3021
|
}
|
|
3224
3022
|
]
|
|
3225
3023
|
},
|
|
@@ -3281,12 +3079,7 @@
|
|
|
3281
3079
|
"line": 236,
|
|
3282
3080
|
"character": 14
|
|
3283
3081
|
},
|
|
3284
|
-
"name": "Harmony"
|
|
3285
|
-
"componentId": {
|
|
3286
|
-
"scope": "teambit.harmony",
|
|
3287
|
-
"name": "harmony",
|
|
3288
|
-
"version": "0.4.6"
|
|
3289
|
-
}
|
|
3082
|
+
"name": "Harmony"
|
|
3290
3083
|
},
|
|
3291
3084
|
"isOptional": false,
|
|
3292
3085
|
"isSpread": false
|
|
@@ -3477,11 +3270,7 @@
|
|
|
3477
3270
|
"line": 27,
|
|
3478
3271
|
"character": 33
|
|
3479
3272
|
},
|
|
3480
|
-
"name": "ReactEnv"
|
|
3481
|
-
"componentId": {
|
|
3482
|
-
"scope": "teambit.react",
|
|
3483
|
-
"name": "react"
|
|
3484
|
-
}
|
|
3273
|
+
"name": "ReactEnv"
|
|
3485
3274
|
},
|
|
3486
3275
|
"isOptional": false,
|
|
3487
3276
|
"isSpread": false
|
|
@@ -3501,11 +3290,7 @@
|
|
|
3501
3290
|
"line": 27,
|
|
3502
3291
|
"character": 65
|
|
3503
3292
|
},
|
|
3504
|
-
"name": "AspectLoaderMain"
|
|
3505
|
-
"componentId": {
|
|
3506
|
-
"scope": "teambit.harmony",
|
|
3507
|
-
"name": "aspect-loader"
|
|
3508
|
-
}
|
|
3293
|
+
"name": "AspectLoaderMain"
|
|
3509
3294
|
},
|
|
3510
3295
|
"isOptional": false,
|
|
3511
3296
|
"isSpread": false
|
|
@@ -3525,11 +3310,7 @@
|
|
|
3525
3310
|
"line": 27,
|
|
3526
3311
|
"character": 99
|
|
3527
3312
|
},
|
|
3528
|
-
"name": "Logger"
|
|
3529
|
-
"componentId": {
|
|
3530
|
-
"scope": "teambit.harmony",
|
|
3531
|
-
"name": "logger"
|
|
3532
|
-
}
|
|
3313
|
+
"name": "Logger"
|
|
3533
3314
|
},
|
|
3534
3315
|
"isOptional": false,
|
|
3535
3316
|
"isSpread": false
|
|
@@ -3615,8 +3396,7 @@
|
|
|
3615
3396
|
"line": 37,
|
|
3616
3397
|
"character": 25
|
|
3617
3398
|
},
|
|
3618
|
-
"name": "TsConfigSourceFile"
|
|
3619
|
-
"packageName": "typescript"
|
|
3399
|
+
"name": "TsConfigSourceFile"
|
|
3620
3400
|
},
|
|
3621
3401
|
"isOptional": false,
|
|
3622
3402
|
"isSpread": false
|
|
@@ -3658,8 +3438,7 @@
|
|
|
3658
3438
|
"line": 44,
|
|
3659
3439
|
"character": 30
|
|
3660
3440
|
},
|
|
3661
|
-
"name": "TsConfigSourceFile"
|
|
3662
|
-
"packageName": "typescript"
|
|
3441
|
+
"name": "TsConfigSourceFile"
|
|
3663
3442
|
},
|
|
3664
3443
|
"isOptional": false,
|
|
3665
3444
|
"isSpread": false
|
|
@@ -3781,11 +3560,7 @@
|
|
|
3781
3560
|
"line": 56,
|
|
3782
3561
|
"character": 37
|
|
3783
3562
|
},
|
|
3784
|
-
"name": "BundlerContext"
|
|
3785
|
-
"componentId": {
|
|
3786
|
-
"scope": "teambit.compilation",
|
|
3787
|
-
"name": "bundler"
|
|
3788
|
-
}
|
|
3563
|
+
"name": "BundlerContext"
|
|
3789
3564
|
},
|
|
3790
3565
|
"isOptional": false,
|
|
3791
3566
|
"isSpread": false
|
|
@@ -3812,11 +3587,7 @@
|
|
|
3812
3587
|
"line": 56,
|
|
3813
3588
|
"character": 67
|
|
3814
3589
|
},
|
|
3815
|
-
"name": "WebpackConfigTransformer"
|
|
3816
|
-
"componentId": {
|
|
3817
|
-
"scope": "teambit.webpack",
|
|
3818
|
-
"name": "webpack"
|
|
3819
|
-
}
|
|
3590
|
+
"name": "WebpackConfigTransformer"
|
|
3820
3591
|
}
|
|
3821
3592
|
},
|
|
3822
3593
|
"isOptional": true,
|
|
@@ -3840,11 +3611,7 @@
|
|
|
3840
3611
|
"line": 56,
|
|
3841
3612
|
"character": 109
|
|
3842
3613
|
},
|
|
3843
|
-
"name": "Bundler"
|
|
3844
|
-
"componentId": {
|
|
3845
|
-
"scope": "teambit.compilation",
|
|
3846
|
-
"name": "bundler"
|
|
3847
|
-
}
|
|
3614
|
+
"name": "Bundler"
|
|
3848
3615
|
}
|
|
3849
3616
|
]
|
|
3850
3617
|
},
|
|
@@ -3877,11 +3644,7 @@
|
|
|
3877
3644
|
"line": 61,
|
|
3878
3645
|
"character": 14
|
|
3879
3646
|
},
|
|
3880
|
-
"name": "BundlerContext"
|
|
3881
|
-
"componentId": {
|
|
3882
|
-
"scope": "teambit.compilation",
|
|
3883
|
-
"name": "bundler"
|
|
3884
|
-
}
|
|
3647
|
+
"name": "BundlerContext"
|
|
3885
3648
|
},
|
|
3886
3649
|
"isOptional": false,
|
|
3887
3650
|
"isSpread": false
|
|
@@ -3908,11 +3671,7 @@
|
|
|
3908
3671
|
"line": 62,
|
|
3909
3672
|
"character": 19
|
|
3910
3673
|
},
|
|
3911
|
-
"name": "WebpackConfigTransformer"
|
|
3912
|
-
"componentId": {
|
|
3913
|
-
"scope": "teambit.webpack",
|
|
3914
|
-
"name": "webpack"
|
|
3915
|
-
}
|
|
3674
|
+
"name": "WebpackConfigTransformer"
|
|
3916
3675
|
}
|
|
3917
3676
|
},
|
|
3918
3677
|
"isOptional": true,
|
|
@@ -3936,11 +3695,7 @@
|
|
|
3936
3695
|
"line": 63,
|
|
3937
3696
|
"character": 14
|
|
3938
3697
|
},
|
|
3939
|
-
"name": "Bundler"
|
|
3940
|
-
"componentId": {
|
|
3941
|
-
"scope": "teambit.compilation",
|
|
3942
|
-
"name": "bundler"
|
|
3943
|
-
}
|
|
3698
|
+
"name": "Bundler"
|
|
3944
3699
|
}
|
|
3945
3700
|
]
|
|
3946
3701
|
},
|
|
@@ -4062,11 +3817,7 @@
|
|
|
4062
3817
|
"line": 119,
|
|
4063
3818
|
"character": 22
|
|
4064
3819
|
},
|
|
4065
|
-
"name": "ConfigWriterEntry"
|
|
4066
|
-
"componentId": {
|
|
4067
|
-
"scope": "teambit.workspace",
|
|
4068
|
-
"name": "workspace-config-files"
|
|
4069
|
-
}
|
|
3820
|
+
"name": "ConfigWriterEntry"
|
|
4070
3821
|
}
|
|
4071
3822
|
},
|
|
4072
3823
|
"modifiers": []
|
|
@@ -4095,7 +3846,7 @@
|
|
|
4095
3846
|
"_legacy": {
|
|
4096
3847
|
"scope": "teambit.harmony",
|
|
4097
3848
|
"name": "aspect",
|
|
4098
|
-
"version": "1.0.
|
|
3849
|
+
"version": "1.0.258"
|
|
4099
3850
|
},
|
|
4100
3851
|
"_scope": "teambit.harmony"
|
|
4101
3852
|
}
|
|
@@ -4122,7 +3873,7 @@
|
|
|
4122
3873
|
"_legacy": {
|
|
4123
3874
|
"scope": "teambit.harmony",
|
|
4124
3875
|
"name": "aspect",
|
|
4125
|
-
"version": "1.0.
|
|
3876
|
+
"version": "1.0.258"
|
|
4126
3877
|
},
|
|
4127
3878
|
"_scope": "teambit.harmony"
|
|
4128
3879
|
}
|
|
@@ -4149,7 +3900,7 @@
|
|
|
4149
3900
|
"_legacy": {
|
|
4150
3901
|
"scope": "teambit.harmony",
|
|
4151
3902
|
"name": "aspect",
|
|
4152
|
-
"version": "1.0.
|
|
3903
|
+
"version": "1.0.258"
|
|
4153
3904
|
},
|
|
4154
3905
|
"_scope": "teambit.harmony"
|
|
4155
3906
|
}
|
|
@@ -4197,7 +3948,7 @@
|
|
|
4197
3948
|
"componentId": {
|
|
4198
3949
|
"scope": "teambit.harmony",
|
|
4199
3950
|
"name": "aspect",
|
|
4200
|
-
"version": "1.0.
|
|
3951
|
+
"version": "1.0.258"
|
|
4201
3952
|
},
|
|
4202
3953
|
"taggedModuleExports": []
|
|
4203
3954
|
}
|