@teambit/env 1.0.187 → 1.0.188

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1044 +0,0 @@
1
- {
2
- "__schema": "APISchema",
3
- "location": {
4
- "filePath": "index.ts",
5
- "line": 1,
6
- "character": 1
7
- },
8
- "module": {
9
- "__schema": "ModuleSchema",
10
- "location": {
11
- "filePath": "index.ts",
12
- "line": 1,
13
- "character": 1
14
- },
15
- "exports": [
16
- {
17
- "__schema": "ClassSchema",
18
- "location": {
19
- "filePath": "env.env.ts",
20
- "line": 10,
21
- "character": 1
22
- },
23
- "doc": {
24
- "__schema": "DocSchema",
25
- "location": {
26
- "filePath": "env.env.ts",
27
- "line": 7,
28
- "character": 1
29
- },
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",
38
- "location": {
39
- "filePath": "env.env.ts",
40
- "line": 11,
41
- "character": 3
42
- },
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",
56
- "location": {
57
- "filePath": "env.env.ts",
58
- "line": 11,
59
- "character": 34
60
- },
61
- "name": "AspectEnv"
62
- },
63
- "isOptional": false,
64
- "isSpread": false
65
- }
66
- ],
67
- "returnType": {
68
- "__schema": "ThisTypeSchema",
69
- "location": {
70
- "filePath": "env.env.ts",
71
- "line": 10,
72
- "character": 1
73
- },
74
- "name": "EnvEnv"
75
- },
76
- "modifiers": []
77
- },
78
- {
79
- "__schema": "VariableLikeSchema",
80
- "location": {
81
- "filePath": "env.env.ts",
82
- "line": 13,
83
- "character": 3
84
- },
85
- "signature": "(property) EnvEnv.icon: string",
86
- "name": "icon",
87
- "type": {
88
- "__schema": "InferenceTypeSchema",
89
- "location": {
90
- "filePath": "env.env.ts",
91
- "line": 13,
92
- "character": 3
93
- },
94
- "type": "string"
95
- },
96
- "isOptional": true,
97
- "defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
98
- },
99
- {
100
- "__schema": "FunctionLikeSchema",
101
- "location": {
102
- "filePath": "env.env.ts",
103
- "line": 15,
104
- "character": 3
105
- },
106
- "signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
107
- "name": "__getDescriptor",
108
- "params": [],
109
- "returnType": {
110
- "__schema": "InferenceTypeSchema",
111
- "location": {
112
- "filePath": "env.env.ts",
113
- "line": 15,
114
- "character": 3
115
- },
116
- "type": "Promise<{\n type: string;\n}>"
117
- },
118
- "modifiers": [
119
- "async"
120
- ]
121
- },
122
- {
123
- "__schema": "FunctionLikeSchema",
124
- "location": {
125
- "filePath": "env.env.ts",
126
- "line": 21,
127
- "character": 3
128
- },
129
- "signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
130
- "name": "getPackageJsonProps",
131
- "params": [],
132
- "returnType": {
133
- "__schema": "TypeRefSchema",
134
- "location": {
135
- "filePath": "env.env.ts",
136
- "line": 21,
137
- "character": 3
138
- },
139
- "name": "PackageJsonProps",
140
- "componentId": {
141
- "scope": "teambit.pkg",
142
- "name": "pkg"
143
- }
144
- },
145
- "modifiers": []
146
- },
147
- {
148
- "__schema": "FunctionLikeSchema",
149
- "location": {
150
- "filePath": "env.env.ts",
151
- "line": 27,
152
- "character": 3
153
- },
154
- "signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
155
- "name": "getPreviewConfig",
156
- "params": [],
157
- "returnType": {
158
- "__schema": "InferenceTypeSchema",
159
- "location": {
160
- "filePath": "env.env.ts",
161
- "line": 27,
162
- "character": 3
163
- },
164
- "type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
165
- },
166
- "modifiers": []
167
- }
168
- ],
169
- "extendsNodes": [],
170
- "implementNodes": []
171
- },
172
- {
173
- "__schema": "ClassSchema",
174
- "location": {
175
- "filePath": "env.main.runtime.ts",
176
- "line": 7,
177
- "character": 1
178
- },
179
- "signature": "class EnvMain",
180
- "name": "EnvMain",
181
- "members": [
182
- {
183
- "__schema": "ConstructorSchema",
184
- "location": {
185
- "filePath": "env.main.runtime.ts",
186
- "line": 8,
187
- "character": 3
188
- },
189
- "signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
190
- "name": "constructor",
191
- "params": [
192
- {
193
- "__schema": "ParameterSchema",
194
- "location": {
195
- "filePath": "env.main.runtime.ts",
196
- "line": 8,
197
- "character": 15
198
- },
199
- "name": "envEnv",
200
- "type": {
201
- "__schema": "TypeRefSchema",
202
- "location": {
203
- "filePath": "env.main.runtime.ts",
204
- "line": 8,
205
- "character": 32
206
- },
207
- "name": "EnvEnv"
208
- },
209
- "isOptional": false,
210
- "isSpread": false
211
- },
212
- {
213
- "__schema": "ParameterSchema",
214
- "location": {
215
- "filePath": "env.main.runtime.ts",
216
- "line": 8,
217
- "character": 40
218
- },
219
- "name": "envs",
220
- "type": {
221
- "__schema": "TypeRefSchema",
222
- "location": {
223
- "filePath": "env.main.runtime.ts",
224
- "line": 8,
225
- "character": 54
226
- },
227
- "name": "EnvsMain"
228
- },
229
- "isOptional": false,
230
- "isSpread": false
231
- }
232
- ],
233
- "returnType": {
234
- "__schema": "ThisTypeSchema",
235
- "location": {
236
- "filePath": "env.main.runtime.ts",
237
- "line": 7,
238
- "character": 1
239
- },
240
- "name": "EnvMain"
241
- },
242
- "modifiers": []
243
- },
244
- {
245
- "__schema": "FunctionLikeSchema",
246
- "location": {
247
- "filePath": "env.main.runtime.ts",
248
- "line": 13,
249
- "character": 3
250
- },
251
- "doc": {
252
- "__schema": "DocSchema",
253
- "location": {
254
- "filePath": "env.main.runtime.ts",
255
- "line": 10,
256
- "character": 3
257
- },
258
- "raw": "/**\n * compose your own aspect environment.\n */",
259
- "comment": "compose your own aspect environment."
260
- },
261
- "signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
262
- "name": "compose",
263
- "params": [
264
- {
265
- "__schema": "ParameterSchema",
266
- "location": {
267
- "filePath": "env.main.runtime.ts",
268
- "line": 13,
269
- "character": 11
270
- },
271
- "name": "transformers",
272
- "type": {
273
- "__schema": "TypeArraySchema",
274
- "location": {
275
- "filePath": "env.main.runtime.ts",
276
- "line": 13,
277
- "character": 25
278
- },
279
- "type": {
280
- "__schema": "TypeRefSchema",
281
- "location": {
282
- "filePath": "env.main.runtime.ts",
283
- "line": 13,
284
- "character": 25
285
- },
286
- "name": "EnvTransformer"
287
- }
288
- },
289
- "isOptional": true,
290
- "defaultValue": "[]",
291
- "isSpread": false
292
- },
293
- {
294
- "__schema": "ParameterSchema",
295
- "location": {
296
- "filePath": "env.main.runtime.ts",
297
- "line": 13,
298
- "character": 48
299
- },
300
- "name": "targetEnv",
301
- "type": {
302
- "__schema": "TypeRefSchema",
303
- "location": {
304
- "filePath": "env.main.runtime.ts",
305
- "line": 13,
306
- "character": 59
307
- },
308
- "name": "Environment"
309
- },
310
- "isOptional": true,
311
- "defaultValue": "{}",
312
- "isSpread": false
313
- }
314
- ],
315
- "returnType": {
316
- "__schema": "TypeRefSchema",
317
- "location": {
318
- "filePath": "env.main.runtime.ts",
319
- "line": 13,
320
- "character": 3
321
- },
322
- "name": "Environment",
323
- "componentId": {
324
- "scope": "teambit.envs",
325
- "name": "envs"
326
- }
327
- },
328
- "modifiers": []
329
- },
330
- {
331
- "__schema": "VariableLikeSchema",
332
- "location": {
333
- "filePath": "env.main.runtime.ts",
334
- "line": 17,
335
- "character": 3
336
- },
337
- "signature": "(property) EnvMain.slots: never[]",
338
- "name": "slots",
339
- "type": {
340
- "__schema": "InferenceTypeSchema",
341
- "location": {
342
- "filePath": "env.main.runtime.ts",
343
- "line": 17,
344
- "character": 3
345
- },
346
- "type": "never[]"
347
- },
348
- "isOptional": true,
349
- "defaultValue": "[]"
350
- },
351
- {
352
- "__schema": "VariableLikeSchema",
353
- "location": {
354
- "filePath": "env.main.runtime.ts",
355
- "line": 18,
356
- "character": 3
357
- },
358
- "signature": "(property) EnvMain.dependencies: Aspect[]",
359
- "name": "dependencies",
360
- "type": {
361
- "__schema": "InferenceTypeSchema",
362
- "location": {
363
- "filePath": "env.main.runtime.ts",
364
- "line": 18,
365
- "character": 3
366
- },
367
- "type": "Aspect[]"
368
- },
369
- "isOptional": true,
370
- "defaultValue": "[AspectAspect, EnvsAspect]"
371
- },
372
- {
373
- "__schema": "VariableLikeSchema",
374
- "location": {
375
- "filePath": "env.main.runtime.ts",
376
- "line": 19,
377
- "character": 3
378
- },
379
- "signature": "(property) EnvMain.runtime: RuntimeDefinition",
380
- "name": "runtime",
381
- "type": {
382
- "__schema": "InferenceTypeSchema",
383
- "location": {
384
- "filePath": "env.main.runtime.ts",
385
- "line": 19,
386
- "character": 3
387
- },
388
- "type": "RuntimeDefinition"
389
- },
390
- "isOptional": true,
391
- "defaultValue": "MainRuntime"
392
- },
393
- {
394
- "__schema": "FunctionLikeSchema",
395
- "location": {
396
- "filePath": "env.main.runtime.ts",
397
- "line": 20,
398
- "character": 3
399
- },
400
- "signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
401
- "name": "provider",
402
- "params": [
403
- {
404
- "__schema": "ParameterSchema",
405
- "location": {
406
- "filePath": "env.main.runtime.ts",
407
- "line": 20,
408
- "character": 25
409
- },
410
- "name": "[ aspectAspect, envs ]",
411
- "type": {
412
- "__schema": "TupleTypeSchema",
413
- "location": {
414
- "filePath": "env.main.runtime.ts",
415
- "line": 20,
416
- "character": 47
417
- },
418
- "elements": [
419
- {
420
- "__schema": "TypeRefSchema",
421
- "location": {
422
- "filePath": "env.main.runtime.ts",
423
- "line": 20,
424
- "character": 48
425
- },
426
- "name": "AspectMain"
427
- },
428
- {
429
- "__schema": "TypeRefSchema",
430
- "location": {
431
- "filePath": "env.main.runtime.ts",
432
- "line": 20,
433
- "character": 60
434
- },
435
- "name": "EnvsMain"
436
- }
437
- ]
438
- },
439
- "isOptional": false,
440
- "isSpread": false
441
- }
442
- ],
443
- "returnType": {
444
- "__schema": "InferenceTypeSchema",
445
- "location": {
446
- "filePath": "env.main.runtime.ts",
447
- "line": 20,
448
- "character": 3
449
- },
450
- "type": "Promise<EnvMain>"
451
- },
452
- "modifiers": [
453
- "static",
454
- "async"
455
- ]
456
- }
457
- ],
458
- "extendsNodes": [],
459
- "implementNodes": []
460
- },
461
- {
462
- "__schema": "UnImplementedSchema",
463
- "location": {
464
- "filePath": "index.ts",
465
- "line": 5,
466
- "character": 16
467
- },
468
- "name": "EnvAspect",
469
- "type": "Identifier"
470
- },
471
- {
472
- "__schema": "VariableLikeSchema",
473
- "location": {
474
- "filePath": "env.aspect.ts",
475
- "line": 3,
476
- "character": 14
477
- },
478
- "signature": "const EnvAspect: Aspect",
479
- "name": "EnvAspect",
480
- "type": {
481
- "__schema": "TypeRefSchema",
482
- "location": {
483
- "filePath": "env.aspect.ts",
484
- "line": 3,
485
- "character": 14
486
- },
487
- "name": "Aspect",
488
- "componentId": {
489
- "scope": "teambit.harmony",
490
- "name": "harmony",
491
- "version": "0.4.6"
492
- }
493
- },
494
- "isOptional": false,
495
- "defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
496
- }
497
- ],
498
- "internals": []
499
- },
500
- "internals": [
501
- {
502
- "__schema": "ModuleSchema",
503
- "location": {
504
- "filePath": "env.env.ts",
505
- "line": 1,
506
- "character": 1
507
- },
508
- "exports": [
509
- {
510
- "__schema": "VariableLikeSchema",
511
- "location": {
512
- "filePath": "env.env.ts",
513
- "line": 5,
514
- "character": 14
515
- },
516
- "signature": "const EnvEnvType: \"env\"",
517
- "name": "EnvEnvType",
518
- "type": {
519
- "__schema": "InferenceTypeSchema",
520
- "location": {
521
- "filePath": "env.env.ts",
522
- "line": 5,
523
- "character": 14
524
- },
525
- "type": "\"env\""
526
- },
527
- "isOptional": false,
528
- "defaultValue": "'env'"
529
- },
530
- {
531
- "__schema": "ClassSchema",
532
- "location": {
533
- "filePath": "env.env.ts",
534
- "line": 10,
535
- "character": 1
536
- },
537
- "doc": {
538
- "__schema": "DocSchema",
539
- "location": {
540
- "filePath": "env.env.ts",
541
- "line": 7,
542
- "character": 1
543
- },
544
- "raw": "/**\n * a component environment built for Envs.\n */",
545
- "comment": "a component environment built for Envs."
546
- },
547
- "signature": "class EnvEnv",
548
- "name": "EnvEnv",
549
- "members": [
550
- {
551
- "__schema": "ConstructorSchema",
552
- "location": {
553
- "filePath": "env.env.ts",
554
- "line": 11,
555
- "character": 3
556
- },
557
- "signature": "constructor EnvEnv(aspectEnv: AspectEnv): EnvEnv",
558
- "name": "constructor",
559
- "params": [
560
- {
561
- "__schema": "ParameterSchema",
562
- "location": {
563
- "filePath": "env.env.ts",
564
- "line": 11,
565
- "character": 15
566
- },
567
- "name": "aspectEnv",
568
- "type": {
569
- "__schema": "TypeRefSchema",
570
- "location": {
571
- "filePath": "env.env.ts",
572
- "line": 11,
573
- "character": 34
574
- },
575
- "name": "AspectEnv"
576
- },
577
- "isOptional": false,
578
- "isSpread": false
579
- }
580
- ],
581
- "returnType": {
582
- "__schema": "ThisTypeSchema",
583
- "location": {
584
- "filePath": "env.env.ts",
585
- "line": 10,
586
- "character": 1
587
- },
588
- "name": "EnvEnv"
589
- },
590
- "modifiers": []
591
- },
592
- {
593
- "__schema": "VariableLikeSchema",
594
- "location": {
595
- "filePath": "env.env.ts",
596
- "line": 13,
597
- "character": 3
598
- },
599
- "signature": "(property) EnvEnv.icon: string",
600
- "name": "icon",
601
- "type": {
602
- "__schema": "InferenceTypeSchema",
603
- "location": {
604
- "filePath": "env.env.ts",
605
- "line": 13,
606
- "character": 3
607
- },
608
- "type": "string"
609
- },
610
- "isOptional": true,
611
- "defaultValue": "'https://static.bit.dev/extensions-icons/default.svg'"
612
- },
613
- {
614
- "__schema": "FunctionLikeSchema",
615
- "location": {
616
- "filePath": "env.env.ts",
617
- "line": 15,
618
- "character": 3
619
- },
620
- "signature": "(method) EnvEnv.__getDescriptor(): Promise<{\n type: string;\n}>",
621
- "name": "__getDescriptor",
622
- "params": [],
623
- "returnType": {
624
- "__schema": "InferenceTypeSchema",
625
- "location": {
626
- "filePath": "env.env.ts",
627
- "line": 15,
628
- "character": 3
629
- },
630
- "type": "Promise<{\n type: string;\n}>"
631
- },
632
- "modifiers": [
633
- "async"
634
- ]
635
- },
636
- {
637
- "__schema": "FunctionLikeSchema",
638
- "location": {
639
- "filePath": "env.env.ts",
640
- "line": 21,
641
- "character": 3
642
- },
643
- "signature": "(method) EnvEnv.getPackageJsonProps(): PackageJsonProps",
644
- "name": "getPackageJsonProps",
645
- "params": [],
646
- "returnType": {
647
- "__schema": "TypeRefSchema",
648
- "location": {
649
- "filePath": "env.env.ts",
650
- "line": 21,
651
- "character": 3
652
- },
653
- "name": "PackageJsonProps",
654
- "componentId": {
655
- "scope": "teambit.pkg",
656
- "name": "pkg"
657
- }
658
- },
659
- "modifiers": []
660
- },
661
- {
662
- "__schema": "FunctionLikeSchema",
663
- "location": {
664
- "filePath": "env.env.ts",
665
- "line": 27,
666
- "character": 3
667
- },
668
- "signature": "(method) EnvEnv.getPreviewConfig(): {\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}",
669
- "name": "getPreviewConfig",
670
- "params": [],
671
- "returnType": {
672
- "__schema": "InferenceTypeSchema",
673
- "location": {
674
- "filePath": "env.env.ts",
675
- "line": 27,
676
- "character": 3
677
- },
678
- "type": "{\n strategyName: PreviewStrategyName;\n splitComponentBundle: boolean;\n}"
679
- },
680
- "modifiers": []
681
- }
682
- ],
683
- "extendsNodes": [],
684
- "implementNodes": []
685
- }
686
- ],
687
- "internals": []
688
- },
689
- {
690
- "__schema": "ModuleSchema",
691
- "location": {
692
- "filePath": "env.main.runtime.ts",
693
- "line": 1,
694
- "character": 1
695
- },
696
- "exports": [
697
- {
698
- "__schema": "ClassSchema",
699
- "location": {
700
- "filePath": "env.main.runtime.ts",
701
- "line": 7,
702
- "character": 1
703
- },
704
- "signature": "class EnvMain",
705
- "name": "EnvMain",
706
- "members": [
707
- {
708
- "__schema": "ConstructorSchema",
709
- "location": {
710
- "filePath": "env.main.runtime.ts",
711
- "line": 8,
712
- "character": 3
713
- },
714
- "signature": "constructor EnvMain(envEnv: EnvEnv, envs: EnvsMain): EnvMain",
715
- "name": "constructor",
716
- "params": [
717
- {
718
- "__schema": "ParameterSchema",
719
- "location": {
720
- "filePath": "env.main.runtime.ts",
721
- "line": 8,
722
- "character": 15
723
- },
724
- "name": "envEnv",
725
- "type": {
726
- "__schema": "TypeRefSchema",
727
- "location": {
728
- "filePath": "env.main.runtime.ts",
729
- "line": 8,
730
- "character": 32
731
- },
732
- "name": "EnvEnv"
733
- },
734
- "isOptional": false,
735
- "isSpread": false
736
- },
737
- {
738
- "__schema": "ParameterSchema",
739
- "location": {
740
- "filePath": "env.main.runtime.ts",
741
- "line": 8,
742
- "character": 40
743
- },
744
- "name": "envs",
745
- "type": {
746
- "__schema": "TypeRefSchema",
747
- "location": {
748
- "filePath": "env.main.runtime.ts",
749
- "line": 8,
750
- "character": 54
751
- },
752
- "name": "EnvsMain"
753
- },
754
- "isOptional": false,
755
- "isSpread": false
756
- }
757
- ],
758
- "returnType": {
759
- "__schema": "ThisTypeSchema",
760
- "location": {
761
- "filePath": "env.main.runtime.ts",
762
- "line": 7,
763
- "character": 1
764
- },
765
- "name": "EnvMain"
766
- },
767
- "modifiers": []
768
- },
769
- {
770
- "__schema": "FunctionLikeSchema",
771
- "location": {
772
- "filePath": "env.main.runtime.ts",
773
- "line": 13,
774
- "character": 3
775
- },
776
- "doc": {
777
- "__schema": "DocSchema",
778
- "location": {
779
- "filePath": "env.main.runtime.ts",
780
- "line": 10,
781
- "character": 3
782
- },
783
- "raw": "/**\n * compose your own aspect environment.\n */",
784
- "comment": "compose your own aspect environment."
785
- },
786
- "signature": "(method) EnvMain.compose(transformers?: EnvTransformer[], targetEnv?: Environment): Environment",
787
- "name": "compose",
788
- "params": [
789
- {
790
- "__schema": "ParameterSchema",
791
- "location": {
792
- "filePath": "env.main.runtime.ts",
793
- "line": 13,
794
- "character": 11
795
- },
796
- "name": "transformers",
797
- "type": {
798
- "__schema": "TypeArraySchema",
799
- "location": {
800
- "filePath": "env.main.runtime.ts",
801
- "line": 13,
802
- "character": 25
803
- },
804
- "type": {
805
- "__schema": "TypeRefSchema",
806
- "location": {
807
- "filePath": "env.main.runtime.ts",
808
- "line": 13,
809
- "character": 25
810
- },
811
- "name": "EnvTransformer"
812
- }
813
- },
814
- "isOptional": true,
815
- "defaultValue": "[]",
816
- "isSpread": false
817
- },
818
- {
819
- "__schema": "ParameterSchema",
820
- "location": {
821
- "filePath": "env.main.runtime.ts",
822
- "line": 13,
823
- "character": 48
824
- },
825
- "name": "targetEnv",
826
- "type": {
827
- "__schema": "TypeRefSchema",
828
- "location": {
829
- "filePath": "env.main.runtime.ts",
830
- "line": 13,
831
- "character": 59
832
- },
833
- "name": "Environment"
834
- },
835
- "isOptional": true,
836
- "defaultValue": "{}",
837
- "isSpread": false
838
- }
839
- ],
840
- "returnType": {
841
- "__schema": "TypeRefSchema",
842
- "location": {
843
- "filePath": "env.main.runtime.ts",
844
- "line": 13,
845
- "character": 3
846
- },
847
- "name": "Environment",
848
- "componentId": {
849
- "scope": "teambit.envs",
850
- "name": "envs"
851
- }
852
- },
853
- "modifiers": []
854
- },
855
- {
856
- "__schema": "VariableLikeSchema",
857
- "location": {
858
- "filePath": "env.main.runtime.ts",
859
- "line": 17,
860
- "character": 3
861
- },
862
- "signature": "(property) EnvMain.slots: never[]",
863
- "name": "slots",
864
- "type": {
865
- "__schema": "InferenceTypeSchema",
866
- "location": {
867
- "filePath": "env.main.runtime.ts",
868
- "line": 17,
869
- "character": 3
870
- },
871
- "type": "never[]"
872
- },
873
- "isOptional": true,
874
- "defaultValue": "[]"
875
- },
876
- {
877
- "__schema": "VariableLikeSchema",
878
- "location": {
879
- "filePath": "env.main.runtime.ts",
880
- "line": 18,
881
- "character": 3
882
- },
883
- "signature": "(property) EnvMain.dependencies: Aspect[]",
884
- "name": "dependencies",
885
- "type": {
886
- "__schema": "InferenceTypeSchema",
887
- "location": {
888
- "filePath": "env.main.runtime.ts",
889
- "line": 18,
890
- "character": 3
891
- },
892
- "type": "Aspect[]"
893
- },
894
- "isOptional": true,
895
- "defaultValue": "[AspectAspect, EnvsAspect]"
896
- },
897
- {
898
- "__schema": "VariableLikeSchema",
899
- "location": {
900
- "filePath": "env.main.runtime.ts",
901
- "line": 19,
902
- "character": 3
903
- },
904
- "signature": "(property) EnvMain.runtime: RuntimeDefinition",
905
- "name": "runtime",
906
- "type": {
907
- "__schema": "InferenceTypeSchema",
908
- "location": {
909
- "filePath": "env.main.runtime.ts",
910
- "line": 19,
911
- "character": 3
912
- },
913
- "type": "RuntimeDefinition"
914
- },
915
- "isOptional": true,
916
- "defaultValue": "MainRuntime"
917
- },
918
- {
919
- "__schema": "FunctionLikeSchema",
920
- "location": {
921
- "filePath": "env.main.runtime.ts",
922
- "line": 20,
923
- "character": 3
924
- },
925
- "signature": "(method) EnvMain.provider([aspectAspect, envs]: [AspectMain, EnvsMain]): Promise<EnvMain>",
926
- "name": "provider",
927
- "params": [
928
- {
929
- "__schema": "ParameterSchema",
930
- "location": {
931
- "filePath": "env.main.runtime.ts",
932
- "line": 20,
933
- "character": 25
934
- },
935
- "name": "[ aspectAspect, envs ]",
936
- "type": {
937
- "__schema": "TupleTypeSchema",
938
- "location": {
939
- "filePath": "env.main.runtime.ts",
940
- "line": 20,
941
- "character": 47
942
- },
943
- "elements": [
944
- {
945
- "__schema": "TypeRefSchema",
946
- "location": {
947
- "filePath": "env.main.runtime.ts",
948
- "line": 20,
949
- "character": 48
950
- },
951
- "name": "AspectMain"
952
- },
953
- {
954
- "__schema": "TypeRefSchema",
955
- "location": {
956
- "filePath": "env.main.runtime.ts",
957
- "line": 20,
958
- "character": 60
959
- },
960
- "name": "EnvsMain"
961
- }
962
- ]
963
- },
964
- "isOptional": false,
965
- "isSpread": false
966
- }
967
- ],
968
- "returnType": {
969
- "__schema": "InferenceTypeSchema",
970
- "location": {
971
- "filePath": "env.main.runtime.ts",
972
- "line": 20,
973
- "character": 3
974
- },
975
- "type": "Promise<EnvMain>"
976
- },
977
- "modifiers": [
978
- "static",
979
- "async"
980
- ]
981
- }
982
- ],
983
- "extendsNodes": [],
984
- "implementNodes": []
985
- }
986
- ],
987
- "internals": [
988
- {
989
- "__schema": "UnImplementedSchema",
990
- "location": {
991
- "filePath": "env.main.runtime.ts",
992
- "line": 28,
993
- "character": 1
994
- },
995
- "name": "EnvAspect.addRuntime(EnvMain);",
996
- "type": "ExpressionStatement"
997
- }
998
- ]
999
- },
1000
- {
1001
- "__schema": "ModuleSchema",
1002
- "location": {
1003
- "filePath": "env.aspect.ts",
1004
- "line": 1,
1005
- "character": 1
1006
- },
1007
- "exports": [
1008
- {
1009
- "__schema": "VariableLikeSchema",
1010
- "location": {
1011
- "filePath": "env.aspect.ts",
1012
- "line": 3,
1013
- "character": 14
1014
- },
1015
- "signature": "const EnvAspect: Aspect",
1016
- "name": "EnvAspect",
1017
- "type": {
1018
- "__schema": "TypeRefSchema",
1019
- "location": {
1020
- "filePath": "env.aspect.ts",
1021
- "line": 3,
1022
- "character": 14
1023
- },
1024
- "name": "Aspect",
1025
- "componentId": {
1026
- "scope": "teambit.harmony",
1027
- "name": "harmony",
1028
- "version": "0.4.6"
1029
- }
1030
- },
1031
- "isOptional": false,
1032
- "defaultValue": "Aspect.create({\n id: 'teambit.envs/env',\n})"
1033
- }
1034
- ],
1035
- "internals": []
1036
- }
1037
- ],
1038
- "componentId": {
1039
- "scope": "teambit.envs",
1040
- "name": "env",
1041
- "version": "1.0.187"
1042
- },
1043
- "taggedModuleExports": []
1044
- }