@teambit/env 1.0.257 → 1.0.259

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,473 +14,491 @@
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",
70
+ "componentId": {
71
+ "scope": "teambit.harmony",
72
+ "name": "aspect"
73
+ }
60
74
  },
61
- "name": "AspectEnv",
62
- "componentId": {
63
- "scope": "teambit.harmony",
64
- "name": "aspect"
65
- }
75
+ "isOptional": false,
76
+ "isSpread": false
77
+ }
78
+ ],
79
+ "returnType": {
80
+ "__schema": "ThisTypeSchema",
81
+ "location": {
82
+ "filePath": "env.env.ts",
83
+ "line": 10,
84
+ "character": 1
66
85
  },
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
86
+ "name": "EnvEnv"
77
87
  },
78
- "name": "EnvEnv"
79
- },
80
- "modifiers": []
81
- },
82
- {
83
- "__schema": "VariableLikeSchema",
84
- "location": {
85
- "filePath": "env.env.ts",
86
- "line": 13,
87
- "character": 3
88
+ "modifiers": []
88
89
  },
89
- "signature": "(property) EnvEnv.icon: string",
90
- "name": "icon",
91
- "type": {
92
- "__schema": "InferenceTypeSchema",
90
+ {
91
+ "__schema": "VariableLikeSchema",
93
92
  "location": {
94
93
  "filePath": "env.env.ts",
95
94
  "line": 13,
96
95
  "character": 3
97
96
  },
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
97
+ "signature": "(property) EnvEnv.icon: string",
98
+ "name": "icon",
99
+ "type": {
100
+ "__schema": "InferenceTypeSchema",
101
+ "location": {
102
+ "filePath": "env.env.ts",
103
+ "line": 13,
104
+ "character": 3
105
+ },
106
+ "type": "string"
107
+ },
108
+ "isOptional": true,
109
+ "defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
109
110
  },
110
- "signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
111
- "name": "__getDescriptor",
112
- "params": [],
113
- "returnType": {
114
- "__schema": "InferenceTypeSchema",
111
+ {
112
+ "__schema": "FunctionLikeSchema",
115
113
  "location": {
116
114
  "filePath": "env.env.ts",
117
115
  "line": 15,
118
116
  "character": 3
119
117
  },
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
118
+ "signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
119
+ "name": "__getDescriptor",
120
+ "params": [],
121
+ "returnType": {
122
+ "__schema": "InferenceTypeSchema",
123
+ "location": {
124
+ "filePath": "env.env.ts",
125
+ "line": 15,
126
+ "character": 3
127
+ },
128
+ "type": "Promise<{\n type: string;\n}>"
129
+ },
130
+ "modifiers": [
131
+ "async"
132
+ ]
132
133
  },
133
- "signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
134
- "name": "getPackageJsonProps",
135
- "params": [],
136
- "returnType": {
137
- "__schema": "TypeRefSchema",
134
+ {
135
+ "__schema": "FunctionLikeSchema",
138
136
  "location": {
139
137
  "filePath": "env.env.ts",
140
138
  "line": 21,
141
139
  "character": 3
142
140
  },
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
141
+ "signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
142
+ "name": "getPackageJsonProps",
143
+ "params": [],
144
+ "returnType": {
145
+ "__schema": "TypeRefSchema",
146
+ "location": {
147
+ "filePath": "env.env.ts",
148
+ "line": 21,
149
+ "character": 3
150
+ },
151
+ "name": "PackageJsonProps",
152
+ "componentId": {
153
+ "scope": "teambit.pkg",
154
+ "name": "pkg"
155
+ }
156
+ },
157
+ "modifiers": []
157
158
  },
158
- "signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
159
- "name": "getPreviewConfig",
160
- "params": [],
161
- "returnType": {
162
- "__schema": "InferenceTypeSchema",
159
+ {
160
+ "__schema": "FunctionLikeSchema",
163
161
  "location": {
164
162
  "filePath": "env.env.ts",
165
163
  "line": 27,
166
164
  "character": 3
167
165
  },
168
- "type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
169
- },
170
- "modifiers": []
171
- }
172
- ],
173
- "extendsNodes": [],
174
- "implementNodes": []
166
+ "signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
167
+ "name": "getPreviewConfig",
168
+ "params": [],
169
+ "returnType": {
170
+ "__schema": "InferenceTypeSchema",
171
+ "location": {
172
+ "filePath": "env.env.ts",
173
+ "line": 27,
174
+ "character": 3
175
+ },
176
+ "type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
177
+ },
178
+ "modifiers": []
179
+ }
180
+ ],
181
+ "extendsNodes": [],
182
+ "implementNodes": []
183
+ }
175
184
  },
176
185
  {
177
- "__schema": "ClassSchema",
186
+ "__schema": "ExportSchema",
178
187
  "location": {
179
- "filePath": "env.main.runtime.ts",
180
- "line": 7,
181
- "character": 1
188
+ "filePath": "index.ts",
189
+ "line": 4,
190
+ "character": 15
182
191
  },
183
- "signature": "class EnvMain",
184
192
  "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",
193
+ "exportNode": {
194
+ "__schema": "ClassSchema",
195
+ "location": {
196
+ "filePath": "env.main.runtime.ts",
197
+ "line": 7,
198
+ "character": 1
199
+ },
200
+ "signature": "class EnvMain",
201
+ "name": "EnvMain",
202
+ "members": [
203
+ {
204
+ "__schema": "ConstructorSchema",
205
+ "location": {
206
+ "filePath": "env.main.runtime.ts",
207
+ "line": 8,
208
+ "character": 3
209
+ },
210
+ "signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
211
+ "name": "constructor",
212
+ "params": [
213
+ {
214
+ "__schema": "ParameterSchema",
206
215
  "location": {
207
216
  "filePath": "env.main.runtime.ts",
208
217
  "line": 8,
209
- "character": 32
218
+ "character": 15
210
219
  },
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
220
+ "name": "envEnv",
221
+ "type": {
222
+ "__schema": "TypeRefSchema",
223
+ "location": {
224
+ "filePath": "env.main.runtime.ts",
225
+ "line": 8,
226
+ "character": 32
227
+ },
228
+ "name": "EnvEnv"
229
+ },
230
+ "isOptional": false,
231
+ "isSpread": false
222
232
  },
223
- "name": "envs",
224
- "type": {
225
- "__schema": "TypeRefSchema",
233
+ {
234
+ "__schema": "ParameterSchema",
226
235
  "location": {
227
236
  "filePath": "env.main.runtime.ts",
228
237
  "line": 8,
229
- "character": 54
238
+ "character": 40
230
239
  },
231
- "name": "EnvsMain",
232
- "componentId": {
233
- "scope": "teambit.envs",
234
- "name": "envs"
235
- }
240
+ "name": "envs",
241
+ "type": {
242
+ "__schema": "TypeRefSchema",
243
+ "location": {
244
+ "filePath": "env.main.runtime.ts",
245
+ "line": 8,
246
+ "character": 54
247
+ },
248
+ "name": "EnvsMain",
249
+ "componentId": {
250
+ "scope": "teambit.envs",
251
+ "name": "envs"
252
+ }
253
+ },
254
+ "isOptional": false,
255
+ "isSpread": false
256
+ }
257
+ ],
258
+ "returnType": {
259
+ "__schema": "ThisTypeSchema",
260
+ "location": {
261
+ "filePath": "env.main.runtime.ts",
262
+ "line": 7,
263
+ "character": 1
236
264
  },
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
265
+ "name": "EnvMain"
247
266
  },
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
267
+ "modifiers": []
258
268
  },
259
- "doc": {
260
- "__schema": "DocSchema",
269
+ {
270
+ "__schema": "FunctionLikeSchema",
261
271
  "location": {
262
272
  "filePath": "env.main.runtime.ts",
263
- "line": 10,
273
+ "line": 13,
264
274
  "character": 3
265
275
  },
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",
276
+ "doc": {
277
+ "__schema": "DocSchema",
274
278
  "location": {
275
279
  "filePath": "env.main.runtime.ts",
276
- "line": 13,
277
- "character": 11
280
+ "line": 10,
281
+ "character": 3
278
282
  },
279
- "name": "transformers",
280
- "type": {
281
- "__schema": "TypeArraySchema",
283
+ "raw": "/**\n * compose your own aspect environment.\n */",
284
+ "comment": "compose your own aspect environment."
285
+ },
286
+ "signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
287
+ "name": "compose",
288
+ "params": [
289
+ {
290
+ "__schema": "ParameterSchema",
282
291
  "location": {
283
292
  "filePath": "env.main.runtime.ts",
284
293
  "line": 13,
285
- "character": 25
294
+ "character": 11
286
295
  },
296
+ "name": "transformers",
287
297
  "type": {
288
- "__schema": "TypeRefSchema",
298
+ "__schema": "TypeArraySchema",
289
299
  "location": {
290
300
  "filePath": "env.main.runtime.ts",
291
301
  "line": 13,
292
302
  "character": 25
293
303
  },
294
- "name": "EnvTransformer",
304
+ "type": {
305
+ "__schema": "TypeRefSchema",
306
+ "location": {
307
+ "filePath": "env.main.runtime.ts",
308
+ "line": 13,
309
+ "character": 25
310
+ },
311
+ "name": "EnvTransformer",
312
+ "componentId": {
313
+ "scope": "teambit.envs",
314
+ "name": "envs"
315
+ }
316
+ }
317
+ },
318
+ "isOptional": true,
319
+ "defaultValue": "[]",
320
+ "isSpread": false
321
+ },
322
+ {
323
+ "__schema": "ParameterSchema",
324
+ "location": {
325
+ "filePath": "env.main.runtime.ts",
326
+ "line": 13,
327
+ "character": 48
328
+ },
329
+ "name": "targetEnv",
330
+ "type": {
331
+ "__schema": "TypeRefSchema",
332
+ "location": {
333
+ "filePath": "env.main.runtime.ts",
334
+ "line": 13,
335
+ "character": 59
336
+ },
337
+ "name": "Environment",
295
338
  "componentId": {
296
339
  "scope": "teambit.envs",
297
340
  "name": "envs"
298
341
  }
299
- }
300
- },
301
- "isOptional": true,
302
- "defaultValue": "[]",
303
- "isSpread": false
304
- },
305
- {
306
- "__schema": "ParameterSchema",
342
+ },
343
+ "isOptional": true,
344
+ "defaultValue": "{}",
345
+ "isSpread": false
346
+ }
347
+ ],
348
+ "returnType": {
349
+ "__schema": "TypeRefSchema",
307
350
  "location": {
308
351
  "filePath": "env.main.runtime.ts",
309
352
  "line": 13,
310
- "character": 48
311
- },
312
- "name": "targetEnv",
313
- "type": {
314
- "__schema": "TypeRefSchema",
315
- "location": {
316
- "filePath": "env.main.runtime.ts",
317
- "line": 13,
318
- "character": 59
319
- },
320
- "name": "Environment",
321
- "componentId": {
322
- "scope": "teambit.envs",
323
- "name": "envs"
324
- }
353
+ "character": 3
325
354
  },
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
355
+ "name": "Environment",
356
+ "componentId": {
357
+ "scope": "teambit.envs",
358
+ "name": "envs"
359
+ }
337
360
  },
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
361
+ "modifiers": []
352
362
  },
353
- "signature": "(property) EnvMain.slots: never[]",
354
- "name": "slots",
355
- "type": {
356
- "__schema": "InferenceTypeSchema",
363
+ {
364
+ "__schema": "VariableLikeSchema",
357
365
  "location": {
358
366
  "filePath": "env.main.runtime.ts",
359
367
  "line": 17,
360
368
  "character": 3
361
369
  },
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
370
+ "signature": "(property) EnvMain.slots: never[]",
371
+ "name": "slots",
372
+ "type": {
373
+ "__schema": "InferenceTypeSchema",
374
+ "location": {
375
+ "filePath": "env.main.runtime.ts",
376
+ "line": 17,
377
+ "character": 3
378
+ },
379
+ "type": "never[]"
380
+ },
381
+ "isOptional": true,
382
+ "defaultValue": "[]"
373
383
  },
374
- "signature": "(property) EnvMain.dependencies: Aspect[]",
375
- "name": "dependencies",
376
- "type": {
377
- "__schema": "InferenceTypeSchema",
384
+ {
385
+ "__schema": "VariableLikeSchema",
378
386
  "location": {
379
387
  "filePath": "env.main.runtime.ts",
380
388
  "line": 18,
381
389
  "character": 3
382
390
  },
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
391
+ "signature": "(property) EnvMain.dependencies: Aspect[]",
392
+ "name": "dependencies",
393
+ "type": {
394
+ "__schema": "InferenceTypeSchema",
395
+ "location": {
396
+ "filePath": "env.main.runtime.ts",
397
+ "line": 18,
398
+ "character": 3
399
+ },
400
+ "type": "Aspect[]"
401
+ },
402
+ "isOptional": true,
403
+ "defaultValue": "[AspectAspect, EnvsAspect]"
394
404
  },
395
- "signature": "(property) EnvMain.runtime: RuntimeDefinition",
396
- "name": "runtime",
397
- "type": {
398
- "__schema": "InferenceTypeSchema",
405
+ {
406
+ "__schema": "VariableLikeSchema",
399
407
  "location": {
400
408
  "filePath": "env.main.runtime.ts",
401
409
  "line": 19,
402
410
  "character": 3
403
411
  },
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",
412
+ "signature": "(property) EnvMain.runtime: RuntimeDefinition",
413
+ "name": "runtime",
414
+ "type": {
415
+ "__schema": "InferenceTypeSchema",
421
416
  "location": {
422
417
  "filePath": "env.main.runtime.ts",
423
- "line": 20,
424
- "character": 25
418
+ "line": 19,
419
+ "character": 3
425
420
  },
426
- "name": "[ aspectAspect, envs ]",
427
- "type": {
428
- "__schema": "TupleTypeSchema",
421
+ "type": "RuntimeDefinition"
422
+ },
423
+ "isOptional": true,
424
+ "defaultValue": "MainRuntime"
425
+ },
426
+ {
427
+ "__schema": "FunctionLikeSchema",
428
+ "location": {
429
+ "filePath": "env.main.runtime.ts",
430
+ "line": 20,
431
+ "character": 3
432
+ },
433
+ "signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
434
+ "name": "provider",
435
+ "params": [
436
+ {
437
+ "__schema": "ParameterSchema",
429
438
  "location": {
430
439
  "filePath": "env.main.runtime.ts",
431
440
  "line": 20,
432
- "character": 47
441
+ "character": 25
433
442
  },
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
- }
443
+ "name": "[ aspectAspect, envs ]",
444
+ "type": {
445
+ "__schema": "TupleTypeSchema",
446
+ "location": {
447
+ "filePath": "env.main.runtime.ts",
448
+ "line": 20,
449
+ "character": 47
447
450
  },
448
- {
449
- "__schema": "TypeRefSchema",
450
- "location": {
451
- "filePath": "env.main.runtime.ts",
452
- "line": 20,
453
- "character": 60
451
+ "elements": [
452
+ {
453
+ "__schema": "TypeRefSchema",
454
+ "location": {
455
+ "filePath": "env.main.runtime.ts",
456
+ "line": 20,
457
+ "character": 48
458
+ },
459
+ "name": "AspectMain",
460
+ "componentId": {
461
+ "scope": "teambit.harmony",
462
+ "name": "aspect"
463
+ }
454
464
  },
455
- "name": "EnvsMain",
456
- "componentId": {
457
- "scope": "teambit.envs",
458
- "name": "envs"
465
+ {
466
+ "__schema": "TypeRefSchema",
467
+ "location": {
468
+ "filePath": "env.main.runtime.ts",
469
+ "line": 20,
470
+ "character": 60
471
+ },
472
+ "name": "EnvsMain",
473
+ "componentId": {
474
+ "scope": "teambit.envs",
475
+ "name": "envs"
476
+ }
459
477
  }
460
- }
461
- ]
478
+ ]
479
+ },
480
+ "isOptional": false,
481
+ "isSpread": false
482
+ }
483
+ ],
484
+ "returnType": {
485
+ "__schema": "InferenceTypeSchema",
486
+ "location": {
487
+ "filePath": "env.main.runtime.ts",
488
+ "line": 20,
489
+ "character": 3
462
490
  },
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
491
+ "type": "Promise<EnvMain>"
473
492
  },
474
- "type": "Promise<EnvMain>"
475
- },
476
- "modifiers": [
477
- "static",
478
- "async"
479
- ]
480
- }
481
- ],
482
- "extendsNodes": [],
483
- "implementNodes": []
493
+ "modifiers": [
494
+ "static",
495
+ "async"
496
+ ]
497
+ }
498
+ ],
499
+ "extendsNodes": [],
500
+ "implementNodes": []
501
+ }
484
502
  },
485
503
  {
486
504
  "__schema": "UnImplementedSchema",
@@ -493,30 +511,39 @@
493
511
  "type": "Identifier"
494
512
  },
495
513
  {
496
- "__schema": "VariableLikeSchema",
514
+ "__schema": "ExportSchema",
497
515
  "location": {
498
- "filePath": "env.aspect.ts",
499
- "line": 3,
500
- "character": 14
516
+ "filePath": "index.ts",
517
+ "line": 6,
518
+ "character": 10
501
519
  },
502
- "signature": "const EnvAspect: Aspect",
503
520
  "name": "EnvAspect",
504
- "type": {
505
- "__schema": "TypeRefSchema",
521
+ "exportNode": {
522
+ "__schema": "VariableLikeSchema",
506
523
  "location": {
507
524
  "filePath": "env.aspect.ts",
508
525
  "line": 3,
509
526
  "character": 14
510
527
  },
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})"
528
+ "signature": "const EnvAspect: Aspect",
529
+ "name": "EnvAspect",
530
+ "type": {
531
+ "__schema": "TypeRefSchema",
532
+ "location": {
533
+ "filePath": "env.aspect.ts",
534
+ "line": 3,
535
+ "character": 14
536
+ },
537
+ "name": "Aspect",
538
+ "componentId": {
539
+ "scope": "teambit.harmony",
540
+ "name": "harmony",
541
+ "version": "0.4.6"
542
+ }
543
+ },
544
+ "isOptional": false,
545
+ "defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
546
+ }
520
547
  }
521
548
  ],
522
549
  "internals": []
@@ -1086,7 +1113,7 @@
1086
1113
  "componentId": {
1087
1114
  "scope": "teambit.envs",
1088
1115
  "name": "env",
1089
- "version": "1.0.257"
1116
+ "version": "1.0.259"
1090
1117
  },
1091
1118
  "taggedModuleExports": []
1092
1119
  }