@teambit/env 1.0.257 → 1.0.258

Sign up to get free protection for your applications and to get access to all the features.
Files changed (21) hide show
  1. package/artifacts/__bit_junit.xml +1 -1
  2. package/artifacts/env-template/public/{310.b428735c7f66bfde6bb5.js → 310.4c8d2f8d6b68e75b7371.js} +321 -9
  3. package/artifacts/env-template/public/{136.a9819b1b60881cd5007a.js → 393.710e54aea1b5a73dd6c6.js} +10 -10
  4. package/artifacts/env-template/public/{214.b883ba893a08e57c8e1a.js → 447.2d6fc0b3bba8a28a3b30.js} +2 -2
  5. package/artifacts/env-template/public/assets-manifest.json +16 -16
  6. package/artifacts/env-template/public/compositions.c848eb80b5690d051699.js +17 -0
  7. package/artifacts/env-template/public/compositions.html +1 -1
  8. package/artifacts/env-template/public/{overview.727dd0d935bc89162854.js → overview.cdb616709f3ae8d90bfb.js} +1 -1
  9. package/artifacts/env-template/public/overview.html +1 -1
  10. package/artifacts/env-template/public/peers.f49b0320d23720e1745e.js +1 -0
  11. package/artifacts/env-template/public/{preview-root.34e0999bfedb25e2ec3e.js → preview-root.db4c569323bddd21c98c.js} +1 -1
  12. package/artifacts/env-template/public/static/css/{310.b5a000fd.css → 310.3ebec769.css} +1 -1
  13. package/artifacts/preview/teambit_envs_env-preview.js +1 -1
  14. package/artifacts/schema.json +382 -403
  15. package/{compositions-1714360874807.js → compositions-1714472366682.js} +1 -1
  16. package/dist/preview-1714472366682.js +7 -0
  17. package/{overview-1714360874807.js → overview-1714472366682.js} +1 -1
  18. package/package.json +6 -6
  19. package/artifacts/env-template/public/compositions.34653c773feb400d7efd.js +0 -17
  20. package/artifacts/env-template/public/peers.816ef19d751638cfbf5c.js +0 -1
  21. package/dist/preview-1714360874807.js +0 -7
@@ -14,473 +14,467 @@
14
14
  },
15
15
  "exports": [
16
16
  {
17
- "__schema": "ClassSchema",
17
+ "__schema": "ExportSchema",
18
18
  "location": {
19
- "filePath": "env.env.ts",
20
- "line": 10,
21
- "character": 1
19
+ "filePath": "index.ts",
20
+ "line": 3,
21
+ "character": 15
22
22
  },
23
- "doc": {
24
- "__schema": "DocSchema",
23
+ "name": "EnvEnv",
24
+ "exportNode": {
25
+ "__schema": "ClassSchema",
25
26
  "location": {
26
27
  "filePath": "env.env.ts",
27
- "line": 7,
28
+ "line": 10,
28
29
  "character": 1
29
30
  },
30
- "raw": "/**\n * a component environment built for Envs.\n */",
31
- "comment": "a component environment built for Envs."
32
- },
33
- "signature": "class EnvEnv",
34
- "name": "EnvEnv",
35
- "members": [
36
- {
37
- "__schema": "ConstructorSchema",
31
+ "doc": {
32
+ "__schema": "DocSchema",
38
33
  "location": {
39
34
  "filePath": "env.env.ts",
40
- "line": 11,
41
- "character": 3
35
+ "line": 7,
36
+ "character": 1
42
37
  },
43
- "signature": "constructor EnvEnv(aspectEnv: AspectEnv): EnvEnv",
44
- "name": "constructor",
45
- "params": [
46
- {
47
- "__schema": "ParameterSchema",
48
- "location": {
49
- "filePath": "env.env.ts",
50
- "line": 11,
51
- "character": 15
52
- },
53
- "name": "aspectEnv",
54
- "type": {
55
- "__schema": "TypeRefSchema",
38
+ "raw": "/**\n * a component environment built for Envs.\n */",
39
+ "comment": "a component environment built for Envs."
40
+ },
41
+ "signature": "class EnvEnv",
42
+ "name": "EnvEnv",
43
+ "members": [
44
+ {
45
+ "__schema": "ConstructorSchema",
46
+ "location": {
47
+ "filePath": "env.env.ts",
48
+ "line": 11,
49
+ "character": 3
50
+ },
51
+ "signature": "constructor EnvEnv(aspectEnv: AspectEnv): EnvEnv",
52
+ "name": "constructor",
53
+ "params": [
54
+ {
55
+ "__schema": "ParameterSchema",
56
56
  "location": {
57
57
  "filePath": "env.env.ts",
58
58
  "line": 11,
59
- "character": 34
59
+ "character": 15
60
+ },
61
+ "name": "aspectEnv",
62
+ "type": {
63
+ "__schema": "TypeRefSchema",
64
+ "location": {
65
+ "filePath": "env.env.ts",
66
+ "line": 11,
67
+ "character": 34
68
+ },
69
+ "name": "AspectEnv"
60
70
  },
61
- "name": "AspectEnv",
62
- "componentId": {
63
- "scope": "teambit.harmony",
64
- "name": "aspect"
65
- }
71
+ "isOptional": false,
72
+ "isSpread": false
73
+ }
74
+ ],
75
+ "returnType": {
76
+ "__schema": "ThisTypeSchema",
77
+ "location": {
78
+ "filePath": "env.env.ts",
79
+ "line": 10,
80
+ "character": 1
66
81
  },
67
- "isOptional": false,
68
- "isSpread": false
69
- }
70
- ],
71
- "returnType": {
72
- "__schema": "ThisTypeSchema",
73
- "location": {
74
- "filePath": "env.env.ts",
75
- "line": 10,
76
- "character": 1
82
+ "name": "EnvEnv"
77
83
  },
78
- "name": "EnvEnv"
79
- },
80
- "modifiers": []
81
- },
82
- {
83
- "__schema": "VariableLikeSchema",
84
- "location": {
85
- "filePath": "env.env.ts",
86
- "line": 13,
87
- "character": 3
84
+ "modifiers": []
88
85
  },
89
- "signature": "(property) EnvEnv.icon: string",
90
- "name": "icon",
91
- "type": {
92
- "__schema": "InferenceTypeSchema",
86
+ {
87
+ "__schema": "VariableLikeSchema",
93
88
  "location": {
94
89
  "filePath": "env.env.ts",
95
90
  "line": 13,
96
91
  "character": 3
97
92
  },
98
- "type": "string"
99
- },
100
- "isOptional": true,
101
- "defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
102
- },
103
- {
104
- "__schema": "FunctionLikeSchema",
105
- "location": {
106
- "filePath": "env.env.ts",
107
- "line": 15,
108
- "character": 3
93
+ "signature": "(property) EnvEnv.icon: string",
94
+ "name": "icon",
95
+ "type": {
96
+ "__schema": "InferenceTypeSchema",
97
+ "location": {
98
+ "filePath": "env.env.ts",
99
+ "line": 13,
100
+ "character": 3
101
+ },
102
+ "type": "string"
103
+ },
104
+ "isOptional": true,
105
+ "defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
109
106
  },
110
- "signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
111
- "name": "__getDescriptor",
112
- "params": [],
113
- "returnType": {
114
- "__schema": "InferenceTypeSchema",
107
+ {
108
+ "__schema": "FunctionLikeSchema",
115
109
  "location": {
116
110
  "filePath": "env.env.ts",
117
111
  "line": 15,
118
112
  "character": 3
119
113
  },
120
- "type": "Promise<{\n type: string;\n}>"
121
- },
122
- "modifiers": [
123
- "async"
124
- ]
125
- },
126
- {
127
- "__schema": "FunctionLikeSchema",
128
- "location": {
129
- "filePath": "env.env.ts",
130
- "line": 21,
131
- "character": 3
114
+ "signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
115
+ "name": "__getDescriptor",
116
+ "params": [],
117
+ "returnType": {
118
+ "__schema": "InferenceTypeSchema",
119
+ "location": {
120
+ "filePath": "env.env.ts",
121
+ "line": 15,
122
+ "character": 3
123
+ },
124
+ "type": "Promise<{\n type: string;\n}>"
125
+ },
126
+ "modifiers": [
127
+ "async"
128
+ ]
132
129
  },
133
- "signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
134
- "name": "getPackageJsonProps",
135
- "params": [],
136
- "returnType": {
137
- "__schema": "TypeRefSchema",
130
+ {
131
+ "__schema": "FunctionLikeSchema",
138
132
  "location": {
139
133
  "filePath": "env.env.ts",
140
134
  "line": 21,
141
135
  "character": 3
142
136
  },
143
- "name": "PackageJsonProps",
144
- "componentId": {
145
- "scope": "teambit.pkg",
146
- "name": "pkg"
147
- }
148
- },
149
- "modifiers": []
150
- },
151
- {
152
- "__schema": "FunctionLikeSchema",
153
- "location": {
154
- "filePath": "env.env.ts",
155
- "line": 27,
156
- "character": 3
137
+ "signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
138
+ "name": "getPackageJsonProps",
139
+ "params": [],
140
+ "returnType": {
141
+ "__schema": "TypeRefSchema",
142
+ "location": {
143
+ "filePath": "env.env.ts",
144
+ "line": 21,
145
+ "character": 3
146
+ },
147
+ "name": "PackageJsonProps",
148
+ "componentId": {
149
+ "scope": "teambit.pkg",
150
+ "name": "pkg"
151
+ }
152
+ },
153
+ "modifiers": []
157
154
  },
158
- "signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
159
- "name": "getPreviewConfig",
160
- "params": [],
161
- "returnType": {
162
- "__schema": "InferenceTypeSchema",
155
+ {
156
+ "__schema": "FunctionLikeSchema",
163
157
  "location": {
164
158
  "filePath": "env.env.ts",
165
159
  "line": 27,
166
160
  "character": 3
167
161
  },
168
- "type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
169
- },
170
- "modifiers": []
171
- }
172
- ],
173
- "extendsNodes": [],
174
- "implementNodes": []
162
+ "signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
163
+ "name": "getPreviewConfig",
164
+ "params": [],
165
+ "returnType": {
166
+ "__schema": "InferenceTypeSchema",
167
+ "location": {
168
+ "filePath": "env.env.ts",
169
+ "line": 27,
170
+ "character": 3
171
+ },
172
+ "type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
173
+ },
174
+ "modifiers": []
175
+ }
176
+ ],
177
+ "extendsNodes": [],
178
+ "implementNodes": []
179
+ }
175
180
  },
176
181
  {
177
- "__schema": "ClassSchema",
182
+ "__schema": "ExportSchema",
178
183
  "location": {
179
- "filePath": "env.main.runtime.ts",
180
- "line": 7,
181
- "character": 1
184
+ "filePath": "index.ts",
185
+ "line": 4,
186
+ "character": 15
182
187
  },
183
- "signature": "class EnvMain",
184
188
  "name": "EnvMain",
185
- "members": [
186
- {
187
- "__schema": "ConstructorSchema",
188
- "location": {
189
- "filePath": "env.main.runtime.ts",
190
- "line": 8,
191
- "character": 3
192
- },
193
- "signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
194
- "name": "constructor",
195
- "params": [
196
- {
197
- "__schema": "ParameterSchema",
198
- "location": {
199
- "filePath": "env.main.runtime.ts",
200
- "line": 8,
201
- "character": 15
202
- },
203
- "name": "envEnv",
204
- "type": {
205
- "__schema": "TypeRefSchema",
189
+ "exportNode": {
190
+ "__schema": "ClassSchema",
191
+ "location": {
192
+ "filePath": "env.main.runtime.ts",
193
+ "line": 7,
194
+ "character": 1
195
+ },
196
+ "signature": "class EnvMain",
197
+ "name": "EnvMain",
198
+ "members": [
199
+ {
200
+ "__schema": "ConstructorSchema",
201
+ "location": {
202
+ "filePath": "env.main.runtime.ts",
203
+ "line": 8,
204
+ "character": 3
205
+ },
206
+ "signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
207
+ "name": "constructor",
208
+ "params": [
209
+ {
210
+ "__schema": "ParameterSchema",
206
211
  "location": {
207
212
  "filePath": "env.main.runtime.ts",
208
213
  "line": 8,
209
- "character": 32
214
+ "character": 15
210
215
  },
211
- "name": "EnvEnv"
212
- },
213
- "isOptional": false,
214
- "isSpread": false
215
- },
216
- {
217
- "__schema": "ParameterSchema",
218
- "location": {
219
- "filePath": "env.main.runtime.ts",
220
- "line": 8,
221
- "character": 40
216
+ "name": "envEnv",
217
+ "type": {
218
+ "__schema": "TypeRefSchema",
219
+ "location": {
220
+ "filePath": "env.main.runtime.ts",
221
+ "line": 8,
222
+ "character": 32
223
+ },
224
+ "name": "EnvEnv"
225
+ },
226
+ "isOptional": false,
227
+ "isSpread": false
222
228
  },
223
- "name": "envs",
224
- "type": {
225
- "__schema": "TypeRefSchema",
229
+ {
230
+ "__schema": "ParameterSchema",
226
231
  "location": {
227
232
  "filePath": "env.main.runtime.ts",
228
233
  "line": 8,
229
- "character": 54
234
+ "character": 40
230
235
  },
231
- "name": "EnvsMain",
232
- "componentId": {
233
- "scope": "teambit.envs",
234
- "name": "envs"
235
- }
236
+ "name": "envs",
237
+ "type": {
238
+ "__schema": "TypeRefSchema",
239
+ "location": {
240
+ "filePath": "env.main.runtime.ts",
241
+ "line": 8,
242
+ "character": 54
243
+ },
244
+ "name": "EnvsMain"
245
+ },
246
+ "isOptional": false,
247
+ "isSpread": false
248
+ }
249
+ ],
250
+ "returnType": {
251
+ "__schema": "ThisTypeSchema",
252
+ "location": {
253
+ "filePath": "env.main.runtime.ts",
254
+ "line": 7,
255
+ "character": 1
236
256
  },
237
- "isOptional": false,
238
- "isSpread": false
239
- }
240
- ],
241
- "returnType": {
242
- "__schema": "ThisTypeSchema",
243
- "location": {
244
- "filePath": "env.main.runtime.ts",
245
- "line": 7,
246
- "character": 1
257
+ "name": "EnvMain"
247
258
  },
248
- "name": "EnvMain"
249
- },
250
- "modifiers": []
251
- },
252
- {
253
- "__schema": "FunctionLikeSchema",
254
- "location": {
255
- "filePath": "env.main.runtime.ts",
256
- "line": 13,
257
- "character": 3
259
+ "modifiers": []
258
260
  },
259
- "doc": {
260
- "__schema": "DocSchema",
261
+ {
262
+ "__schema": "FunctionLikeSchema",
261
263
  "location": {
262
264
  "filePath": "env.main.runtime.ts",
263
- "line": 10,
265
+ "line": 13,
264
266
  "character": 3
265
267
  },
266
- "raw": "/**\n * compose your own aspect environment.\n */",
267
- "comment": "compose your own aspect environment."
268
- },
269
- "signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
270
- "name": "compose",
271
- "params": [
272
- {
273
- "__schema": "ParameterSchema",
268
+ "doc": {
269
+ "__schema": "DocSchema",
274
270
  "location": {
275
271
  "filePath": "env.main.runtime.ts",
276
- "line": 13,
277
- "character": 11
272
+ "line": 10,
273
+ "character": 3
278
274
  },
279
- "name": "transformers",
280
- "type": {
281
- "__schema": "TypeArraySchema",
275
+ "raw": "/**\n * compose your own aspect environment.\n */",
276
+ "comment": "compose your own aspect environment."
277
+ },
278
+ "signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
279
+ "name": "compose",
280
+ "params": [
281
+ {
282
+ "__schema": "ParameterSchema",
282
283
  "location": {
283
284
  "filePath": "env.main.runtime.ts",
284
285
  "line": 13,
285
- "character": 25
286
+ "character": 11
286
287
  },
288
+ "name": "transformers",
287
289
  "type": {
288
- "__schema": "TypeRefSchema",
290
+ "__schema": "TypeArraySchema",
289
291
  "location": {
290
292
  "filePath": "env.main.runtime.ts",
291
293
  "line": 13,
292
294
  "character": 25
293
295
  },
294
- "name": "EnvTransformer",
295
- "componentId": {
296
- "scope": "teambit.envs",
297
- "name": "envs"
296
+ "type": {
297
+ "__schema": "TypeRefSchema",
298
+ "location": {
299
+ "filePath": "env.main.runtime.ts",
300
+ "line": 13,
301
+ "character": 25
302
+ },
303
+ "name": "EnvTransformer"
298
304
  }
299
- }
300
- },
301
- "isOptional": true,
302
- "defaultValue": "[]",
303
- "isSpread": false
304
- },
305
- {
306
- "__schema": "ParameterSchema",
307
- "location": {
308
- "filePath": "env.main.runtime.ts",
309
- "line": 13,
310
- "character": 48
305
+ },
306
+ "isOptional": true,
307
+ "defaultValue": "[]",
308
+ "isSpread": false
311
309
  },
312
- "name": "targetEnv",
313
- "type": {
314
- "__schema": "TypeRefSchema",
310
+ {
311
+ "__schema": "ParameterSchema",
315
312
  "location": {
316
313
  "filePath": "env.main.runtime.ts",
317
314
  "line": 13,
318
- "character": 59
315
+ "character": 48
316
+ },
317
+ "name": "targetEnv",
318
+ "type": {
319
+ "__schema": "TypeRefSchema",
320
+ "location": {
321
+ "filePath": "env.main.runtime.ts",
322
+ "line": 13,
323
+ "character": 59
324
+ },
325
+ "name": "Environment"
319
326
  },
320
- "name": "Environment",
321
- "componentId": {
322
- "scope": "teambit.envs",
323
- "name": "envs"
324
- }
327
+ "isOptional": true,
328
+ "defaultValue": "{}",
329
+ "isSpread": false
330
+ }
331
+ ],
332
+ "returnType": {
333
+ "__schema": "TypeRefSchema",
334
+ "location": {
335
+ "filePath": "env.main.runtime.ts",
336
+ "line": 13,
337
+ "character": 3
325
338
  },
326
- "isOptional": true,
327
- "defaultValue": "{}",
328
- "isSpread": false
329
- }
330
- ],
331
- "returnType": {
332
- "__schema": "TypeRefSchema",
333
- "location": {
334
- "filePath": "env.main.runtime.ts",
335
- "line": 13,
336
- "character": 3
339
+ "name": "Environment",
340
+ "componentId": {
341
+ "scope": "teambit.envs",
342
+ "name": "envs"
343
+ }
337
344
  },
338
- "name": "Environment",
339
- "componentId": {
340
- "scope": "teambit.envs",
341
- "name": "envs"
342
- }
343
- },
344
- "modifiers": []
345
- },
346
- {
347
- "__schema": "VariableLikeSchema",
348
- "location": {
349
- "filePath": "env.main.runtime.ts",
350
- "line": 17,
351
- "character": 3
345
+ "modifiers": []
352
346
  },
353
- "signature": "(property) EnvMain.slots: never[]",
354
- "name": "slots",
355
- "type": {
356
- "__schema": "InferenceTypeSchema",
347
+ {
348
+ "__schema": "VariableLikeSchema",
357
349
  "location": {
358
350
  "filePath": "env.main.runtime.ts",
359
351
  "line": 17,
360
352
  "character": 3
361
353
  },
362
- "type": "never[]"
363
- },
364
- "isOptional": true,
365
- "defaultValue": "[]"
366
- },
367
- {
368
- "__schema": "VariableLikeSchema",
369
- "location": {
370
- "filePath": "env.main.runtime.ts",
371
- "line": 18,
372
- "character": 3
354
+ "signature": "(property) EnvMain.slots: never[]",
355
+ "name": "slots",
356
+ "type": {
357
+ "__schema": "InferenceTypeSchema",
358
+ "location": {
359
+ "filePath": "env.main.runtime.ts",
360
+ "line": 17,
361
+ "character": 3
362
+ },
363
+ "type": "never[]"
364
+ },
365
+ "isOptional": true,
366
+ "defaultValue": "[]"
373
367
  },
374
- "signature": "(property) EnvMain.dependencies: Aspect[]",
375
- "name": "dependencies",
376
- "type": {
377
- "__schema": "InferenceTypeSchema",
368
+ {
369
+ "__schema": "VariableLikeSchema",
378
370
  "location": {
379
371
  "filePath": "env.main.runtime.ts",
380
372
  "line": 18,
381
373
  "character": 3
382
374
  },
383
- "type": "Aspect[]"
384
- },
385
- "isOptional": true,
386
- "defaultValue": "[AspectAspect, EnvsAspect]"
387
- },
388
- {
389
- "__schema": "VariableLikeSchema",
390
- "location": {
391
- "filePath": "env.main.runtime.ts",
392
- "line": 19,
393
- "character": 3
375
+ "signature": "(property) EnvMain.dependencies: Aspect[]",
376
+ "name": "dependencies",
377
+ "type": {
378
+ "__schema": "InferenceTypeSchema",
379
+ "location": {
380
+ "filePath": "env.main.runtime.ts",
381
+ "line": 18,
382
+ "character": 3
383
+ },
384
+ "type": "Aspect[]"
385
+ },
386
+ "isOptional": true,
387
+ "defaultValue": "[AspectAspect, EnvsAspect]"
394
388
  },
395
- "signature": "(property) EnvMain.runtime: RuntimeDefinition",
396
- "name": "runtime",
397
- "type": {
398
- "__schema": "InferenceTypeSchema",
389
+ {
390
+ "__schema": "VariableLikeSchema",
399
391
  "location": {
400
392
  "filePath": "env.main.runtime.ts",
401
393
  "line": 19,
402
394
  "character": 3
403
395
  },
404
- "type": "RuntimeDefinition"
405
- },
406
- "isOptional": true,
407
- "defaultValue": "MainRuntime"
408
- },
409
- {
410
- "__schema": "FunctionLikeSchema",
411
- "location": {
412
- "filePath": "env.main.runtime.ts",
413
- "line": 20,
414
- "character": 3
415
- },
416
- "signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
417
- "name": "provider",
418
- "params": [
419
- {
420
- "__schema": "ParameterSchema",
396
+ "signature": "(property) EnvMain.runtime: RuntimeDefinition",
397
+ "name": "runtime",
398
+ "type": {
399
+ "__schema": "InferenceTypeSchema",
421
400
  "location": {
422
401
  "filePath": "env.main.runtime.ts",
423
- "line": 20,
424
- "character": 25
402
+ "line": 19,
403
+ "character": 3
425
404
  },
426
- "name": "[ aspectAspect, envs ]",
427
- "type": {
428
- "__schema": "TupleTypeSchema",
405
+ "type": "RuntimeDefinition"
406
+ },
407
+ "isOptional": true,
408
+ "defaultValue": "MainRuntime"
409
+ },
410
+ {
411
+ "__schema": "FunctionLikeSchema",
412
+ "location": {
413
+ "filePath": "env.main.runtime.ts",
414
+ "line": 20,
415
+ "character": 3
416
+ },
417
+ "signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
418
+ "name": "provider",
419
+ "params": [
420
+ {
421
+ "__schema": "ParameterSchema",
429
422
  "location": {
430
423
  "filePath": "env.main.runtime.ts",
431
424
  "line": 20,
432
- "character": 47
425
+ "character": 25
433
426
  },
434
- "elements": [
435
- {
436
- "__schema": "TypeRefSchema",
437
- "location": {
438
- "filePath": "env.main.runtime.ts",
439
- "line": 20,
440
- "character": 48
441
- },
442
- "name": "AspectMain",
443
- "componentId": {
444
- "scope": "teambit.harmony",
445
- "name": "aspect"
446
- }
427
+ "name": "[ aspectAspect, envs ]",
428
+ "type": {
429
+ "__schema": "TupleTypeSchema",
430
+ "location": {
431
+ "filePath": "env.main.runtime.ts",
432
+ "line": 20,
433
+ "character": 47
447
434
  },
448
- {
449
- "__schema": "TypeRefSchema",
450
- "location": {
451
- "filePath": "env.main.runtime.ts",
452
- "line": 20,
453
- "character": 60
435
+ "elements": [
436
+ {
437
+ "__schema": "TypeRefSchema",
438
+ "location": {
439
+ "filePath": "env.main.runtime.ts",
440
+ "line": 20,
441
+ "character": 48
442
+ },
443
+ "name": "AspectMain"
454
444
  },
455
- "name": "EnvsMain",
456
- "componentId": {
457
- "scope": "teambit.envs",
458
- "name": "envs"
445
+ {
446
+ "__schema": "TypeRefSchema",
447
+ "location": {
448
+ "filePath": "env.main.runtime.ts",
449
+ "line": 20,
450
+ "character": 60
451
+ },
452
+ "name": "EnvsMain"
459
453
  }
460
- }
461
- ]
454
+ ]
455
+ },
456
+ "isOptional": false,
457
+ "isSpread": false
458
+ }
459
+ ],
460
+ "returnType": {
461
+ "__schema": "InferenceTypeSchema",
462
+ "location": {
463
+ "filePath": "env.main.runtime.ts",
464
+ "line": 20,
465
+ "character": 3
462
466
  },
463
- "isOptional": false,
464
- "isSpread": false
465
- }
466
- ],
467
- "returnType": {
468
- "__schema": "InferenceTypeSchema",
469
- "location": {
470
- "filePath": "env.main.runtime.ts",
471
- "line": 20,
472
- "character": 3
467
+ "type": "Promise<EnvMain>"
473
468
  },
474
- "type": "Promise<EnvMain>"
475
- },
476
- "modifiers": [
477
- "static",
478
- "async"
479
- ]
480
- }
481
- ],
482
- "extendsNodes": [],
483
- "implementNodes": []
469
+ "modifiers": [
470
+ "static",
471
+ "async"
472
+ ]
473
+ }
474
+ ],
475
+ "extendsNodes": [],
476
+ "implementNodes": []
477
+ }
484
478
  },
485
479
  {
486
480
  "__schema": "UnImplementedSchema",
@@ -493,30 +487,39 @@
493
487
  "type": "Identifier"
494
488
  },
495
489
  {
496
- "__schema": "VariableLikeSchema",
490
+ "__schema": "ExportSchema",
497
491
  "location": {
498
- "filePath": "env.aspect.ts",
499
- "line": 3,
500
- "character": 14
492
+ "filePath": "index.ts",
493
+ "line": 6,
494
+ "character": 10
501
495
  },
502
- "signature": "const EnvAspect: Aspect",
503
496
  "name": "EnvAspect",
504
- "type": {
505
- "__schema": "TypeRefSchema",
497
+ "exportNode": {
498
+ "__schema": "VariableLikeSchema",
506
499
  "location": {
507
500
  "filePath": "env.aspect.ts",
508
501
  "line": 3,
509
502
  "character": 14
510
503
  },
511
- "name": "Aspect",
512
- "componentId": {
513
- "scope": "teambit.harmony",
514
- "name": "harmony",
515
- "version": "0.4.6"
516
- }
517
- },
518
- "isOptional": false,
519
- "defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
504
+ "signature": "const EnvAspect: Aspect",
505
+ "name": "EnvAspect",
506
+ "type": {
507
+ "__schema": "TypeRefSchema",
508
+ "location": {
509
+ "filePath": "env.aspect.ts",
510
+ "line": 3,
511
+ "character": 14
512
+ },
513
+ "name": "Aspect",
514
+ "componentId": {
515
+ "scope": "teambit.harmony",
516
+ "name": "harmony",
517
+ "version": "0.4.6"
518
+ }
519
+ },
520
+ "isOptional": false,
521
+ "defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
522
+ }
520
523
  }
521
524
  ],
522
525
  "internals": []
@@ -596,11 +599,7 @@
596
599
  "line": 11,
597
600
  "character": 34
598
601
  },
599
- "name": "AspectEnv",
600
- "componentId": {
601
- "scope": "teambit.harmony",
602
- "name": "aspect"
603
- }
602
+ "name": "AspectEnv"
604
603
  },
605
604
  "isOptional": false,
606
605
  "isSpread": false
@@ -777,11 +776,7 @@
777
776
  "line": 8,
778
777
  "character": 54
779
778
  },
780
- "name": "EnvsMain",
781
- "componentId": {
782
- "scope": "teambit.envs",
783
- "name": "envs"
784
- }
779
+ "name": "EnvsMain"
785
780
  },
786
781
  "isOptional": false,
787
782
  "isSpread": false
@@ -840,11 +835,7 @@
840
835
  "line": 13,
841
836
  "character": 25
842
837
  },
843
- "name": "EnvTransformer",
844
- "componentId": {
845
- "scope": "teambit.envs",
846
- "name": "envs"
847
- }
838
+ "name": "EnvTransformer"
848
839
  }
849
840
  },
850
841
  "isOptional": true,
@@ -866,11 +857,7 @@
866
857
  "line": 13,
867
858
  "character": 59
868
859
  },
869
- "name": "Environment",
870
- "componentId": {
871
- "scope": "teambit.envs",
872
- "name": "envs"
873
- }
860
+ "name": "Environment"
874
861
  },
875
862
  "isOptional": true,
876
863
  "defaultValue": "{}",
@@ -988,11 +975,7 @@
988
975
  "line": 20,
989
976
  "character": 48
990
977
  },
991
- "name": "AspectMain",
992
- "componentId": {
993
- "scope": "teambit.harmony",
994
- "name": "aspect"
995
- }
978
+ "name": "AspectMain"
996
979
  },
997
980
  {
998
981
  "__schema": "TypeRefSchema",
@@ -1001,11 +984,7 @@
1001
984
  "line": 20,
1002
985
  "character": 60
1003
986
  },
1004
- "name": "EnvsMain",
1005
- "componentId": {
1006
- "scope": "teambit.envs",
1007
- "name": "envs"
1008
- }
987
+ "name": "EnvsMain"
1009
988
  }
1010
989
  ]
1011
990
  },
@@ -1086,7 +1065,7 @@
1086
1065
  "componentId": {
1087
1066
  "scope": "teambit.envs",
1088
1067
  "name": "env",
1089
- "version": "1.0.257"
1068
+ "version": "1.0.258"
1090
1069
  },
1091
1070
  "taggedModuleExports": []
1092
1071
  }