@teambit/env 1.0.515 → 1.0.517

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