@teambit/dev-files 1.0.494 → 1.0.496

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,7 @@
62
62
  "__schema": "ClassSchema",
63
63
  "location": {
64
64
  "filePath": "dev-files.main.runtime.ts",
65
- "line": 52,
65
+ "line": 55,
66
66
  "character": 1
67
67
  },
68
68
  "signature": "class DevFilesMain",
@@ -72,7 +72,7 @@
72
72
  "__schema": "ConstructorSchema",
73
73
  "location": {
74
74
  "filePath": "dev-files.main.runtime.ts",
75
- "line": 53,
75
+ "line": 56,
76
76
  "character": 3
77
77
  },
78
78
  "signature": "constructor DevFilesMain(envs: EnvsMain, workspace: Workspace, devPatternSlot: DevPatternSlot, config: DevFilesConfig): DevFilesMain",
@@ -82,7 +82,7 @@
82
82
  "__schema": "ParameterSchema",
83
83
  "location": {
84
84
  "filePath": "dev-files.main.runtime.ts",
85
- "line": 54,
85
+ "line": 57,
86
86
  "character": 5
87
87
  },
88
88
  "name": "envs",
@@ -90,7 +90,7 @@
90
90
  "__schema": "TypeRefSchema",
91
91
  "location": {
92
92
  "filePath": "dev-files.main.runtime.ts",
93
- "line": 54,
93
+ "line": 57,
94
94
  "character": 19
95
95
  },
96
96
  "name": "EnvsMain",
@@ -106,7 +106,7 @@
106
106
  "__schema": "ParameterSchema",
107
107
  "location": {
108
108
  "filePath": "dev-files.main.runtime.ts",
109
- "line": 56,
109
+ "line": 59,
110
110
  "character": 5
111
111
  },
112
112
  "name": "workspace",
@@ -114,7 +114,7 @@
114
114
  "__schema": "TypeRefSchema",
115
115
  "location": {
116
116
  "filePath": "dev-files.main.runtime.ts",
117
- "line": 56,
117
+ "line": 59,
118
118
  "character": 24
119
119
  },
120
120
  "name": "Workspace",
@@ -130,7 +130,7 @@
130
130
  "__schema": "ParameterSchema",
131
131
  "location": {
132
132
  "filePath": "dev-files.main.runtime.ts",
133
- "line": 58,
133
+ "line": 61,
134
134
  "character": 5
135
135
  },
136
136
  "name": "devPatternSlot",
@@ -138,7 +138,7 @@
138
138
  "__schema": "TypeRefSchema",
139
139
  "location": {
140
140
  "filePath": "dev-files.main.runtime.ts",
141
- "line": 58,
141
+ "line": 61,
142
142
  "character": 29
143
143
  },
144
144
  "name": "DevPatternSlot",
@@ -151,7 +151,7 @@
151
151
  "__schema": "ParameterSchema",
152
152
  "location": {
153
153
  "filePath": "dev-files.main.runtime.ts",
154
- "line": 63,
154
+ "line": 66,
155
155
  "character": 5
156
156
  },
157
157
  "name": "config",
@@ -159,7 +159,7 @@
159
159
  "__schema": "TypeRefSchema",
160
160
  "location": {
161
161
  "filePath": "dev-files.main.runtime.ts",
162
- "line": 63,
162
+ "line": 66,
163
163
  "character": 22
164
164
  },
165
165
  "name": "DevFilesConfig",
@@ -173,7 +173,7 @@
173
173
  "__schema": "ThisTypeSchema",
174
174
  "location": {
175
175
  "filePath": "dev-files.main.runtime.ts",
176
- "line": 52,
176
+ "line": 55,
177
177
  "character": 1
178
178
  },
179
179
  "name": "DevFilesMain"
@@ -184,28 +184,28 @@
184
184
  "__schema": "FunctionLikeSchema",
185
185
  "location": {
186
186
  "filePath": "dev-files.main.runtime.ts",
187
- "line": 71,
187
+ "line": 74,
188
188
  "character": 3
189
189
  },
190
190
  "doc": {
191
191
  "__schema": "DocSchema",
192
192
  "location": {
193
193
  "filePath": "dev-files.main.runtime.ts",
194
- "line": 66,
194
+ "line": 69,
195
195
  "character": 3
196
196
  },
197
197
  "raw": "/**\n * compute all dev patterns on a component.\n * computing of dev patterns is a merge of the configuration, the env (env.getDevPatterns(component)) and\n * the registering aspects (through registerDevPattern()).\n */",
198
198
  "comment": "compute all dev patterns on a component.\ncomputing of dev patterns is a merge of the configuration, the env (env.getDevPatterns(component)) and\nthe registering aspects (through registerDevPattern()).",
199
199
  "tags": []
200
200
  },
201
- "signature": "(method) DevFilesMain.computeDevPatterns(component: Component): Promise<{\n config: any;\n} & {\n [id: string]: string[];\n} & {\n [id: string]: string[];\n}>",
201
+ "signature": "(method) DevFilesMain.computeDevPatterns(component: Component, envExtendsDeps?: LegacyDependency[]): Promise<{\n config: any;\n} & {\n [id: string]: string[];\n} & {\n [id: string]: string[];\n}>",
202
202
  "name": "computeDevPatterns",
203
203
  "params": [
204
204
  {
205
205
  "__schema": "ParameterSchema",
206
206
  "location": {
207
207
  "filePath": "dev-files.main.runtime.ts",
208
- "line": 71,
208
+ "line": 74,
209
209
  "character": 28
210
210
  },
211
211
  "name": "component",
@@ -213,7 +213,7 @@
213
213
  "__schema": "TypeRefSchema",
214
214
  "location": {
215
215
  "filePath": "dev-files.main.runtime.ts",
216
- "line": 71,
216
+ "line": 74,
217
217
  "character": 39
218
218
  },
219
219
  "name": "Component",
@@ -224,13 +224,41 @@
224
224
  },
225
225
  "isOptional": false,
226
226
  "isSpread": false
227
+ },
228
+ {
229
+ "__schema": "ParameterSchema",
230
+ "location": {
231
+ "filePath": "dev-files.main.runtime.ts",
232
+ "line": 74,
233
+ "character": 50
234
+ },
235
+ "name": "envExtendsDeps",
236
+ "type": {
237
+ "__schema": "TypeArraySchema",
238
+ "location": {
239
+ "filePath": "dev-files.main.runtime.ts",
240
+ "line": 74,
241
+ "character": 67
242
+ },
243
+ "type": {
244
+ "__schema": "TypeRefSchema",
245
+ "location": {
246
+ "filePath": "dev-files.main.runtime.ts",
247
+ "line": 74,
248
+ "character": 67
249
+ },
250
+ "name": "LegacyDependency"
251
+ }
252
+ },
253
+ "isOptional": true,
254
+ "isSpread": false
227
255
  }
228
256
  ],
229
257
  "returnType": {
230
258
  "__schema": "InferenceTypeSchema",
231
259
  "location": {
232
260
  "filePath": "dev-files.main.runtime.ts",
233
- "line": 71,
261
+ "line": 74,
234
262
  "character": 3
235
263
  },
236
264
  "type": "Promise<{\n config: any;\n} & {\n [id: string]: string[];\n} & {\n [id: string]: string[];\n}>"
@@ -243,7 +271,7 @@
243
271
  "__schema": "FunctionLikeSchema",
244
272
  "location": {
245
273
  "filePath": "dev-files.main.runtime.ts",
246
- "line": 141,
274
+ "line": 146,
247
275
  "character": 3
248
276
  },
249
277
  "signature": "(method) DevFilesMain.mergeEnvManifestPatterns(parent: EnvJsonc, child: EnvJsonc): Partial<EnvJsonc>",
@@ -253,7 +281,7 @@
253
281
  "__schema": "ParameterSchema",
254
282
  "location": {
255
283
  "filePath": "dev-files.main.runtime.ts",
256
- "line": 141,
284
+ "line": 146,
257
285
  "character": 28
258
286
  },
259
287
  "name": "parent",
@@ -261,7 +289,7 @@
261
289
  "__schema": "TypeRefSchema",
262
290
  "location": {
263
291
  "filePath": "dev-files.main.runtime.ts",
264
- "line": 141,
292
+ "line": 146,
265
293
  "character": 36
266
294
  },
267
295
  "name": "EnvJsonc",
@@ -277,7 +305,7 @@
277
305
  "__schema": "ParameterSchema",
278
306
  "location": {
279
307
  "filePath": "dev-files.main.runtime.ts",
280
- "line": 141,
308
+ "line": 146,
281
309
  "character": 46
282
310
  },
283
311
  "name": "child",
@@ -285,7 +313,7 @@
285
313
  "__schema": "TypeRefSchema",
286
314
  "location": {
287
315
  "filePath": "dev-files.main.runtime.ts",
288
- "line": 141,
316
+ "line": 146,
289
317
  "character": 53
290
318
  },
291
319
  "name": "EnvJsonc",
@@ -302,7 +330,7 @@
302
330
  "__schema": "TypeRefSchema",
303
331
  "location": {
304
332
  "filePath": "dev-files.main.runtime.ts",
305
- "line": 141,
333
+ "line": 146,
306
334
  "character": 64
307
335
  },
308
336
  "name": "Partial",
@@ -311,7 +339,7 @@
311
339
  "__schema": "TypeRefSchema",
312
340
  "location": {
313
341
  "filePath": "dev-files.main.runtime.ts",
314
- "line": 141,
342
+ "line": 146,
315
343
  "character": 72
316
344
  },
317
345
  "name": "EnvJsonc",
@@ -328,14 +356,14 @@
328
356
  "__schema": "FunctionLikeSchema",
329
357
  "location": {
330
358
  "filePath": "dev-files.main.runtime.ts",
331
- "line": 170,
359
+ "line": 177,
332
360
  "character": 3
333
361
  },
334
362
  "doc": {
335
363
  "__schema": "DocSchema",
336
364
  "location": {
337
365
  "filePath": "dev-files.main.runtime.ts",
338
- "line": 167,
366
+ "line": 174,
339
367
  "character": 3
340
368
  },
341
369
  "raw": "/**\n * get all dev files configured on a component.\n */",
@@ -349,7 +377,7 @@
349
377
  "__schema": "ParameterSchema",
350
378
  "location": {
351
379
  "filePath": "dev-files.main.runtime.ts",
352
- "line": 170,
380
+ "line": 177,
353
381
  "character": 18
354
382
  },
355
383
  "name": "component",
@@ -357,7 +385,7 @@
357
385
  "__schema": "TypeRefSchema",
358
386
  "location": {
359
387
  "filePath": "dev-files.main.runtime.ts",
360
- "line": 170,
388
+ "line": 177,
361
389
  "character": 29
362
390
  },
363
391
  "name": "Component",
@@ -373,7 +401,7 @@
373
401
  "__schema": "ParameterSchema",
374
402
  "location": {
375
403
  "filePath": "dev-files.main.runtime.ts",
376
- "line": 170,
404
+ "line": 177,
377
405
  "character": 40
378
406
  },
379
407
  "name": "aspectId",
@@ -381,7 +409,7 @@
381
409
  "__schema": "KeywordTypeSchema",
382
410
  "location": {
383
411
  "filePath": "dev-files.main.runtime.ts",
384
- "line": 170,
412
+ "line": 177,
385
413
  "character": 51
386
414
  },
387
415
  "name": "string"
@@ -394,14 +422,14 @@
394
422
  "__schema": "TypeArraySchema",
395
423
  "location": {
396
424
  "filePath": "dev-files.main.runtime.ts",
397
- "line": 170,
425
+ "line": 177,
398
426
  "character": 60
399
427
  },
400
428
  "type": {
401
429
  "__schema": "KeywordTypeSchema",
402
430
  "location": {
403
431
  "filePath": "dev-files.main.runtime.ts",
404
- "line": 170,
432
+ "line": 177,
405
433
  "character": 60
406
434
  },
407
435
  "name": "string"
@@ -413,14 +441,14 @@
413
441
  "__schema": "FunctionLikeSchema",
414
442
  "location": {
415
443
  "filePath": "dev-files.main.runtime.ts",
416
- "line": 179,
444
+ "line": 186,
417
445
  "character": 3
418
446
  },
419
447
  "doc": {
420
448
  "__schema": "DocSchema",
421
449
  "location": {
422
450
  "filePath": "dev-files.main.runtime.ts",
423
- "line": 176,
451
+ "line": 183,
424
452
  "character": 3
425
453
  },
426
454
  "raw": "/**\n * determine whether a file of a component is a dev file.\n */",
@@ -434,7 +462,7 @@
434
462
  "__schema": "ParameterSchema",
435
463
  "location": {
436
464
  "filePath": "dev-files.main.runtime.ts",
437
- "line": 179,
465
+ "line": 186,
438
466
  "character": 13
439
467
  },
440
468
  "name": "component",
@@ -442,7 +470,7 @@
442
470
  "__schema": "TypeRefSchema",
443
471
  "location": {
444
472
  "filePath": "dev-files.main.runtime.ts",
445
- "line": 179,
473
+ "line": 186,
446
474
  "character": 24
447
475
  },
448
476
  "name": "Component",
@@ -458,7 +486,7 @@
458
486
  "__schema": "ParameterSchema",
459
487
  "location": {
460
488
  "filePath": "dev-files.main.runtime.ts",
461
- "line": 179,
489
+ "line": 186,
462
490
  "character": 35
463
491
  },
464
492
  "name": "filePath",
@@ -466,7 +494,7 @@
466
494
  "__schema": "KeywordTypeSchema",
467
495
  "location": {
468
496
  "filePath": "dev-files.main.runtime.ts",
469
- "line": 179,
497
+ "line": 186,
470
498
  "character": 45
471
499
  },
472
500
  "name": "string"
@@ -479,7 +507,7 @@
479
507
  "__schema": "KeywordTypeSchema",
480
508
  "location": {
481
509
  "filePath": "dev-files.main.runtime.ts",
482
- "line": 179,
510
+ "line": 186,
483
511
  "character": 54
484
512
  },
485
513
  "name": "boolean"
@@ -490,14 +518,14 @@
490
518
  "__schema": "FunctionLikeSchema",
491
519
  "location": {
492
520
  "filePath": "dev-files.main.runtime.ts",
493
- "line": 188,
521
+ "line": 195,
494
522
  "character": 3
495
523
  },
496
524
  "doc": {
497
525
  "__schema": "DocSchema",
498
526
  "location": {
499
527
  "filePath": "dev-files.main.runtime.ts",
500
- "line": 184,
528
+ "line": 191,
501
529
  "character": 3
502
530
  },
503
531
  "raw": "/**\n * register a new dev pattern.\n * @param regex dev pattern\n */",
@@ -507,7 +535,7 @@
507
535
  "__schema": "PropertyLikeTagSchema",
508
536
  "location": {
509
537
  "filePath": "dev-files.main.runtime.ts",
510
- "line": 186,
538
+ "line": 193,
511
539
  "character": 6
512
540
  },
513
541
  "name": "regex",
@@ -523,7 +551,7 @@
523
551
  "__schema": "ParameterSchema",
524
552
  "location": {
525
553
  "filePath": "dev-files.main.runtime.ts",
526
- "line": 188,
554
+ "line": 195,
527
555
  "character": 22
528
556
  },
529
557
  "name": "pattern",
@@ -531,7 +559,7 @@
531
559
  "__schema": "TypeRefSchema",
532
560
  "location": {
533
561
  "filePath": "dev-files.main.runtime.ts",
534
- "line": 188,
562
+ "line": 195,
535
563
  "character": 31
536
564
  },
537
565
  "name": "DevPatterns",
@@ -545,7 +573,7 @@
545
573
  "__schema": "InferenceTypeSchema",
546
574
  "location": {
547
575
  "filePath": "dev-files.main.runtime.ts",
548
- "line": 188,
576
+ "line": 195,
549
577
  "character": 3
550
578
  },
551
579
  "type": "void"
@@ -556,14 +584,14 @@
556
584
  "__schema": "FunctionLikeSchema",
557
585
  "location": {
558
586
  "filePath": "dev-files.main.runtime.ts",
559
- "line": 196,
587
+ "line": 203,
560
588
  "character": 3
561
589
  },
562
590
  "doc": {
563
591
  "__schema": "DocSchema",
564
592
  "location": {
565
593
  "filePath": "dev-files.main.runtime.ts",
566
- "line": 192,
594
+ "line": 199,
567
595
  "character": 3
568
596
  },
569
597
  "raw": "/**\n * get all dev patterns registered.\n * If you want to use this during onLoad event you might need to use computeDevFiles instead, since the component might not include this data yet\n */",
@@ -577,7 +605,7 @@
577
605
  "__schema": "ParameterSchema",
578
606
  "location": {
579
607
  "filePath": "dev-files.main.runtime.ts",
580
- "line": 196,
608
+ "line": 203,
581
609
  "character": 15
582
610
  },
583
611
  "name": "component",
@@ -585,7 +613,7 @@
585
613
  "__schema": "TypeRefSchema",
586
614
  "location": {
587
615
  "filePath": "dev-files.main.runtime.ts",
588
- "line": 196,
616
+ "line": 203,
589
617
  "character": 26
590
618
  },
591
619
  "name": "Component",
@@ -602,7 +630,7 @@
602
630
  "__schema": "TypeRefSchema",
603
631
  "location": {
604
632
  "filePath": "dev-files.main.runtime.ts",
605
- "line": 196,
633
+ "line": 203,
606
634
  "character": 3
607
635
  },
608
636
  "name": "DevFiles",
@@ -614,39 +642,67 @@
614
642
  "__schema": "FunctionLikeSchema",
615
643
  "location": {
616
644
  "filePath": "dev-files.main.runtime.ts",
617
- "line": 202,
645
+ "line": 209,
618
646
  "character": 3
619
647
  },
620
- "signature": "(method) DevFilesMain.getDevFilesForConsumerComp(consumerComponent: LegacyComponent): Promise<string[]>",
648
+ "signature": "(method) DevFilesMain.getDevFilesForConsumerComp(consumerComponent: LegacyComponent, envExtendsDeps?: LegacyDependency[]): Promise<string[]>",
621
649
  "name": "getDevFilesForConsumerComp",
622
650
  "params": [
623
651
  {
624
652
  "__schema": "ParameterSchema",
625
653
  "location": {
626
654
  "filePath": "dev-files.main.runtime.ts",
627
- "line": 202,
628
- "character": 36
655
+ "line": 210,
656
+ "character": 5
629
657
  },
630
658
  "name": "consumerComponent",
631
659
  "type": {
632
660
  "__schema": "TypeRefSchema",
633
661
  "location": {
634
662
  "filePath": "dev-files.main.runtime.ts",
635
- "line": 202,
636
- "character": 55
663
+ "line": 210,
664
+ "character": 24
637
665
  },
638
666
  "name": "LegacyComponent"
639
667
  },
640
668
  "isOptional": false,
641
669
  "isSpread": false
670
+ },
671
+ {
672
+ "__schema": "ParameterSchema",
673
+ "location": {
674
+ "filePath": "dev-files.main.runtime.ts",
675
+ "line": 211,
676
+ "character": 5
677
+ },
678
+ "name": "envExtendsDeps",
679
+ "type": {
680
+ "__schema": "TypeArraySchema",
681
+ "location": {
682
+ "filePath": "dev-files.main.runtime.ts",
683
+ "line": 211,
684
+ "character": 22
685
+ },
686
+ "type": {
687
+ "__schema": "TypeRefSchema",
688
+ "location": {
689
+ "filePath": "dev-files.main.runtime.ts",
690
+ "line": 211,
691
+ "character": 22
692
+ },
693
+ "name": "LegacyDependency"
694
+ }
695
+ },
696
+ "isOptional": true,
697
+ "isSpread": false
642
698
  }
643
699
  ],
644
700
  "returnType": {
645
701
  "__schema": "TypeRefSchema",
646
702
  "location": {
647
703
  "filePath": "dev-files.main.runtime.ts",
648
- "line": 202,
649
- "character": 73
704
+ "line": 212,
705
+ "character": 6
650
706
  },
651
707
  "name": "Promise",
652
708
  "typeArgs": [
@@ -654,15 +710,15 @@
654
710
  "__schema": "TypeArraySchema",
655
711
  "location": {
656
712
  "filePath": "dev-files.main.runtime.ts",
657
- "line": 202,
658
- "character": 81
713
+ "line": 212,
714
+ "character": 14
659
715
  },
660
716
  "type": {
661
717
  "__schema": "KeywordTypeSchema",
662
718
  "location": {
663
719
  "filePath": "dev-files.main.runtime.ts",
664
- "line": 202,
665
- "character": 81
720
+ "line": 212,
721
+ "character": 14
666
722
  },
667
723
  "name": "string"
668
724
  }
@@ -677,28 +733,28 @@
677
733
  "__schema": "FunctionLikeSchema",
678
734
  "location": {
679
735
  "filePath": "dev-files.main.runtime.ts",
680
- "line": 214,
736
+ "line": 227,
681
737
  "character": 3
682
738
  },
683
739
  "doc": {
684
740
  "__schema": "DocSchema",
685
741
  "location": {
686
742
  "filePath": "dev-files.main.runtime.ts",
687
- "line": 211,
743
+ "line": 224,
688
744
  "character": 3
689
745
  },
690
746
  "raw": "/**\n * compute all dev files of a component.\n */",
691
747
  "comment": "compute all dev files of a component.",
692
748
  "tags": []
693
749
  },
694
- "signature": "(method) DevFilesMain.computeDevFiles(component: Component): Promise<DevFiles>",
750
+ "signature": "(method) DevFilesMain.computeDevFiles(component: Component, envExtendsDeps?: LegacyDependency[]): Promise<DevFiles>",
695
751
  "name": "computeDevFiles",
696
752
  "params": [
697
753
  {
698
754
  "__schema": "ParameterSchema",
699
755
  "location": {
700
756
  "filePath": "dev-files.main.runtime.ts",
701
- "line": 214,
757
+ "line": 227,
702
758
  "character": 25
703
759
  },
704
760
  "name": "component",
@@ -706,7 +762,7 @@
706
762
  "__schema": "TypeRefSchema",
707
763
  "location": {
708
764
  "filePath": "dev-files.main.runtime.ts",
709
- "line": 214,
765
+ "line": 227,
710
766
  "character": 36
711
767
  },
712
768
  "name": "Component",
@@ -717,14 +773,42 @@
717
773
  },
718
774
  "isOptional": false,
719
775
  "isSpread": false
776
+ },
777
+ {
778
+ "__schema": "ParameterSchema",
779
+ "location": {
780
+ "filePath": "dev-files.main.runtime.ts",
781
+ "line": 227,
782
+ "character": 47
783
+ },
784
+ "name": "envExtendsDeps",
785
+ "type": {
786
+ "__schema": "TypeArraySchema",
787
+ "location": {
788
+ "filePath": "dev-files.main.runtime.ts",
789
+ "line": 227,
790
+ "character": 64
791
+ },
792
+ "type": {
793
+ "__schema": "TypeRefSchema",
794
+ "location": {
795
+ "filePath": "dev-files.main.runtime.ts",
796
+ "line": 227,
797
+ "character": 64
798
+ },
799
+ "name": "LegacyDependency"
800
+ }
801
+ },
802
+ "isOptional": true,
803
+ "isSpread": false
720
804
  }
721
805
  ],
722
806
  "returnType": {
723
807
  "__schema": "TypeRefSchema",
724
808
  "location": {
725
809
  "filePath": "dev-files.main.runtime.ts",
726
- "line": 214,
727
- "character": 48
810
+ "line": 227,
811
+ "character": 85
728
812
  },
729
813
  "name": "Promise",
730
814
  "typeArgs": [
@@ -732,8 +816,8 @@
732
816
  "__schema": "TypeRefSchema",
733
817
  "location": {
734
818
  "filePath": "dev-files.main.runtime.ts",
735
- "line": 214,
736
- "character": 56
819
+ "line": 227,
820
+ "character": 93
737
821
  },
738
822
  "name": "DevFiles",
739
823
  "internalFilePath": "dev-files.ts"
@@ -748,7 +832,7 @@
748
832
  "__schema": "VariableLikeSchema",
749
833
  "location": {
750
834
  "filePath": "dev-files.main.runtime.ts",
751
- "line": 226,
835
+ "line": 239,
752
836
  "character": 3
753
837
  },
754
838
  "signature": "(property) DevFilesMain.slots: ((registerFn: () => string) => SlotRegistry<DevPatterns>)[]",
@@ -757,7 +841,7 @@
757
841
  "__schema": "InferenceTypeSchema",
758
842
  "location": {
759
843
  "filePath": "dev-files.main.runtime.ts",
760
- "line": 226,
844
+ "line": 239,
761
845
  "character": 3
762
846
  },
763
847
  "type": "((registerFn: () => string) => SlotRegistry<DevPatterns>)[]"
@@ -769,7 +853,7 @@
769
853
  "__schema": "VariableLikeSchema",
770
854
  "location": {
771
855
  "filePath": "dev-files.main.runtime.ts",
772
- "line": 228,
856
+ "line": 241,
773
857
  "character": 3
774
858
  },
775
859
  "signature": "(property) DevFilesMain.defaultConfig: {\n patterns: never[];\n}",
@@ -778,7 +862,7 @@
778
862
  "__schema": "InferenceTypeSchema",
779
863
  "location": {
780
864
  "filePath": "dev-files.main.runtime.ts",
781
- "line": 228,
865
+ "line": 241,
782
866
  "character": 3
783
867
  },
784
868
  "type": "{\n patterns: never[];\n}"
@@ -790,7 +874,7 @@
790
874
  "__schema": "VariableLikeSchema",
791
875
  "location": {
792
876
  "filePath": "dev-files.main.runtime.ts",
793
- "line": 232,
877
+ "line": 245,
794
878
  "character": 3
795
879
  },
796
880
  "signature": "(property) DevFilesMain.runtime: RuntimeDefinition",
@@ -799,7 +883,7 @@
799
883
  "__schema": "InferenceTypeSchema",
800
884
  "location": {
801
885
  "filePath": "dev-files.main.runtime.ts",
802
- "line": 232,
886
+ "line": 245,
803
887
  "character": 3
804
888
  },
805
889
  "type": "RuntimeDefinition"
@@ -811,7 +895,7 @@
811
895
  "__schema": "VariableLikeSchema",
812
896
  "location": {
813
897
  "filePath": "dev-files.main.runtime.ts",
814
- "line": 234,
898
+ "line": 247,
815
899
  "character": 3
816
900
  },
817
901
  "signature": "(property) DevFilesMain.dependencies: Aspect[]",
@@ -820,7 +904,7 @@
820
904
  "__schema": "InferenceTypeSchema",
821
905
  "location": {
822
906
  "filePath": "dev-files.main.runtime.ts",
823
- "line": 234,
907
+ "line": 247,
824
908
  "character": 3
825
909
  },
826
910
  "type": "Aspect[]"
@@ -832,7 +916,7 @@
832
916
  "__schema": "FunctionLikeSchema",
833
917
  "location": {
834
918
  "filePath": "dev-files.main.runtime.ts",
835
- "line": 236,
919
+ "line": 249,
836
920
  "character": 3
837
921
  },
838
922
  "signature": "(method) DevFilesMain.provider([envs, workspace, componentAspect, graphql, scope]: [EnvsMain, Workspace, ComponentMain, GraphqlMain, ScopeMain], config: DevFilesConfig, [devPatternSlot]: [DevPatternSlot]): Promise<DevFilesMain>",
@@ -842,7 +926,7 @@
842
926
  "__schema": "ParameterSchema",
843
927
  "location": {
844
928
  "filePath": "dev-files.main.runtime.ts",
845
- "line": 237,
929
+ "line": 250,
846
930
  "character": 5
847
931
  },
848
932
  "name": "[ envs, workspace, componentAspect, graphql, scope ]",
@@ -850,7 +934,7 @@
850
934
  "__schema": "TupleTypeSchema",
851
935
  "location": {
852
936
  "filePath": "dev-files.main.runtime.ts",
853
- "line": 237,
937
+ "line": 250,
854
938
  "character": 57
855
939
  },
856
940
  "elements": [
@@ -858,7 +942,7 @@
858
942
  "__schema": "TypeRefSchema",
859
943
  "location": {
860
944
  "filePath": "dev-files.main.runtime.ts",
861
- "line": 237,
945
+ "line": 250,
862
946
  "character": 58
863
947
  },
864
948
  "name": "EnvsMain",
@@ -871,7 +955,7 @@
871
955
  "__schema": "TypeRefSchema",
872
956
  "location": {
873
957
  "filePath": "dev-files.main.runtime.ts",
874
- "line": 237,
958
+ "line": 250,
875
959
  "character": 68
876
960
  },
877
961
  "name": "Workspace",
@@ -884,7 +968,7 @@
884
968
  "__schema": "TypeRefSchema",
885
969
  "location": {
886
970
  "filePath": "dev-files.main.runtime.ts",
887
- "line": 237,
971
+ "line": 250,
888
972
  "character": 79
889
973
  },
890
974
  "name": "ComponentMain",
@@ -897,7 +981,7 @@
897
981
  "__schema": "TypeRefSchema",
898
982
  "location": {
899
983
  "filePath": "dev-files.main.runtime.ts",
900
- "line": 237,
984
+ "line": 250,
901
985
  "character": 94
902
986
  },
903
987
  "name": "GraphqlMain",
@@ -910,7 +994,7 @@
910
994
  "__schema": "TypeRefSchema",
911
995
  "location": {
912
996
  "filePath": "dev-files.main.runtime.ts",
913
- "line": 237,
997
+ "line": 250,
914
998
  "character": 107
915
999
  },
916
1000
  "name": "ScopeMain",
@@ -928,7 +1012,7 @@
928
1012
  "__schema": "ParameterSchema",
929
1013
  "location": {
930
1014
  "filePath": "dev-files.main.runtime.ts",
931
- "line": 238,
1015
+ "line": 251,
932
1016
  "character": 5
933
1017
  },
934
1018
  "name": "config",
@@ -936,7 +1020,7 @@
936
1020
  "__schema": "TypeRefSchema",
937
1021
  "location": {
938
1022
  "filePath": "dev-files.main.runtime.ts",
939
- "line": 238,
1023
+ "line": 251,
940
1024
  "character": 13
941
1025
  },
942
1026
  "name": "DevFilesConfig",
@@ -949,7 +1033,7 @@
949
1033
  "__schema": "ParameterSchema",
950
1034
  "location": {
951
1035
  "filePath": "dev-files.main.runtime.ts",
952
- "line": 239,
1036
+ "line": 252,
953
1037
  "character": 5
954
1038
  },
955
1039
  "name": "[ devPatternSlot ]",
@@ -957,7 +1041,7 @@
957
1041
  "__schema": "TupleTypeSchema",
958
1042
  "location": {
959
1043
  "filePath": "dev-files.main.runtime.ts",
960
- "line": 239,
1044
+ "line": 252,
961
1045
  "character": 23
962
1046
  },
963
1047
  "elements": [
@@ -965,7 +1049,7 @@
965
1049
  "__schema": "TypeRefSchema",
966
1050
  "location": {
967
1051
  "filePath": "dev-files.main.runtime.ts",
968
- "line": 239,
1052
+ "line": 252,
969
1053
  "character": 24
970
1054
  },
971
1055
  "name": "DevPatternSlot",
@@ -981,7 +1065,7 @@
981
1065
  "__schema": "InferenceTypeSchema",
982
1066
  "location": {
983
1067
  "filePath": "dev-files.main.runtime.ts",
984
- "line": 236,
1068
+ "line": 249,
985
1069
  "character": 3
986
1070
  },
987
1071
  "type": "Promise<DevFilesMain>"
@@ -1009,7 +1093,7 @@
1009
1093
  "__schema": "TypeSchema",
1010
1094
  "location": {
1011
1095
  "filePath": "dev-files.main.runtime.ts",
1012
- "line": 36,
1096
+ "line": 39,
1013
1097
  "character": 1
1014
1098
  },
1015
1099
  "signature": "type EnvJsoncPatterns = {\n [key: string]: string[] | undefined;\n compositions?: string[] | undefined;\n docs?: string[] | undefined;\n tests?: string[] | undefined;\n}",
@@ -1018,7 +1102,7 @@
1018
1102
  "__schema": "TypeLiteralSchema",
1019
1103
  "location": {
1020
1104
  "filePath": "dev-files.main.runtime.ts",
1021
- "line": 36,
1105
+ "line": 39,
1022
1106
  "character": 32
1023
1107
  },
1024
1108
  "members": [
@@ -1026,7 +1110,7 @@
1026
1110
  "__schema": "VariableLikeSchema",
1027
1111
  "location": {
1028
1112
  "filePath": "dev-files.main.runtime.ts",
1029
- "line": 37,
1113
+ "line": 40,
1030
1114
  "character": 3
1031
1115
  },
1032
1116
  "signature": "(property) compositions?: string[] | undefined",
@@ -1035,14 +1119,14 @@
1035
1119
  "__schema": "TypeArraySchema",
1036
1120
  "location": {
1037
1121
  "filePath": "dev-files.main.runtime.ts",
1038
- "line": 37,
1122
+ "line": 40,
1039
1123
  "character": 18
1040
1124
  },
1041
1125
  "type": {
1042
1126
  "__schema": "KeywordTypeSchema",
1043
1127
  "location": {
1044
1128
  "filePath": "dev-files.main.runtime.ts",
1045
- "line": 37,
1129
+ "line": 40,
1046
1130
  "character": 18
1047
1131
  },
1048
1132
  "name": "string"
@@ -1054,7 +1138,7 @@
1054
1138
  "__schema": "VariableLikeSchema",
1055
1139
  "location": {
1056
1140
  "filePath": "dev-files.main.runtime.ts",
1057
- "line": 38,
1141
+ "line": 41,
1058
1142
  "character": 3
1059
1143
  },
1060
1144
  "signature": "(property) docs?: string[] | undefined",
@@ -1063,14 +1147,14 @@
1063
1147
  "__schema": "TypeArraySchema",
1064
1148
  "location": {
1065
1149
  "filePath": "dev-files.main.runtime.ts",
1066
- "line": 38,
1150
+ "line": 41,
1067
1151
  "character": 10
1068
1152
  },
1069
1153
  "type": {
1070
1154
  "__schema": "KeywordTypeSchema",
1071
1155
  "location": {
1072
1156
  "filePath": "dev-files.main.runtime.ts",
1073
- "line": 38,
1157
+ "line": 41,
1074
1158
  "character": 10
1075
1159
  },
1076
1160
  "name": "string"
@@ -1082,7 +1166,7 @@
1082
1166
  "__schema": "VariableLikeSchema",
1083
1167
  "location": {
1084
1168
  "filePath": "dev-files.main.runtime.ts",
1085
- "line": 39,
1169
+ "line": 42,
1086
1170
  "character": 3
1087
1171
  },
1088
1172
  "signature": "(property) tests?: string[] | undefined",
@@ -1091,14 +1175,14 @@
1091
1175
  "__schema": "TypeArraySchema",
1092
1176
  "location": {
1093
1177
  "filePath": "dev-files.main.runtime.ts",
1094
- "line": 39,
1178
+ "line": 42,
1095
1179
  "character": 11
1096
1180
  },
1097
1181
  "type": {
1098
1182
  "__schema": "KeywordTypeSchema",
1099
1183
  "location": {
1100
1184
  "filePath": "dev-files.main.runtime.ts",
1101
- "line": 39,
1185
+ "line": 42,
1102
1186
  "character": 11
1103
1187
  },
1104
1188
  "name": "string"
@@ -1110,14 +1194,14 @@
1110
1194
  "__schema": "IndexSignatureSchema",
1111
1195
  "location": {
1112
1196
  "filePath": "dev-files.main.runtime.ts",
1113
- "line": 40,
1197
+ "line": 43,
1114
1198
  "character": 3
1115
1199
  },
1116
1200
  "keyType": {
1117
1201
  "__schema": "ParameterSchema",
1118
1202
  "location": {
1119
1203
  "filePath": "dev-files.main.runtime.ts",
1120
- "line": 40,
1204
+ "line": 43,
1121
1205
  "character": 4
1122
1206
  },
1123
1207
  "name": "key",
@@ -1125,7 +1209,7 @@
1125
1209
  "__schema": "KeywordTypeSchema",
1126
1210
  "location": {
1127
1211
  "filePath": "dev-files.main.runtime.ts",
1128
- "line": 40,
1212
+ "line": 43,
1129
1213
  "character": 9
1130
1214
  },
1131
1215
  "name": "string"
@@ -1137,7 +1221,7 @@
1137
1221
  "__schema": "TypeUnionSchema",
1138
1222
  "location": {
1139
1223
  "filePath": "dev-files.main.runtime.ts",
1140
- "line": 40,
1224
+ "line": 43,
1141
1225
  "character": 18
1142
1226
  },
1143
1227
  "types": [
@@ -1145,14 +1229,14 @@
1145
1229
  "__schema": "TypeArraySchema",
1146
1230
  "location": {
1147
1231
  "filePath": "dev-files.main.runtime.ts",
1148
- "line": 40,
1232
+ "line": 43,
1149
1233
  "character": 18
1150
1234
  },
1151
1235
  "type": {
1152
1236
  "__schema": "KeywordTypeSchema",
1153
1237
  "location": {
1154
1238
  "filePath": "dev-files.main.runtime.ts",
1155
- "line": 40,
1239
+ "line": 43,
1156
1240
  "character": 18
1157
1241
  },
1158
1242
  "name": "string"
@@ -1162,7 +1246,7 @@
1162
1246
  "__schema": "KeywordTypeSchema",
1163
1247
  "location": {
1164
1248
  "filePath": "dev-files.main.runtime.ts",
1165
- "line": 40,
1249
+ "line": 43,
1166
1250
  "character": 29
1167
1251
  },
1168
1252
  "name": "undefined"
@@ -1237,14 +1321,14 @@
1237
1321
  "__schema": "TypeSchema",
1238
1322
  "location": {
1239
1323
  "filePath": "dev-files.main.runtime.ts",
1240
- "line": 34,
1324
+ "line": 37,
1241
1325
  "character": 1
1242
1326
  },
1243
1327
  "doc": {
1244
1328
  "__schema": "DocSchema",
1245
1329
  "location": {
1246
1330
  "filePath": "dev-files.main.runtime.ts",
1247
- "line": 31,
1331
+ "line": 34,
1248
1332
  "character": 1
1249
1333
  },
1250
1334
  "raw": "/**\n * dev pattern is a list of strings or a function that returns a list of strings. an example to a pattern can be \"[*.spec.ts]\"\n */",
@@ -1257,7 +1341,7 @@
1257
1341
  "__schema": "TypeUnionSchema",
1258
1342
  "location": {
1259
1343
  "filePath": "dev-files.main.runtime.ts",
1260
- "line": 34,
1344
+ "line": 37,
1261
1345
  "character": 27
1262
1346
  },
1263
1347
  "types": [
@@ -1265,14 +1349,14 @@
1265
1349
  "__schema": "ParenthesizedTypeSchema",
1266
1350
  "location": {
1267
1351
  "filePath": "dev-files.main.runtime.ts",
1268
- "line": 34,
1352
+ "line": 37,
1269
1353
  "character": 27
1270
1354
  },
1271
1355
  "type": {
1272
1356
  "__schema": "FunctionLikeSchema",
1273
1357
  "location": {
1274
1358
  "filePath": "dev-files.main.runtime.ts",
1275
- "line": 34,
1359
+ "line": 37,
1276
1360
  "character": 28
1277
1361
  },
1278
1362
  "signature": "(component: (component: teambit.component/component) Component): DevPattern",
@@ -1282,7 +1366,7 @@
1282
1366
  "__schema": "ParameterSchema",
1283
1367
  "location": {
1284
1368
  "filePath": "dev-files.main.runtime.ts",
1285
- "line": 34,
1369
+ "line": 37,
1286
1370
  "character": 29
1287
1371
  },
1288
1372
  "name": "component",
@@ -1290,7 +1374,7 @@
1290
1374
  "__schema": "TypeRefSchema",
1291
1375
  "location": {
1292
1376
  "filePath": "dev-files.main.runtime.ts",
1293
- "line": 34,
1377
+ "line": 37,
1294
1378
  "character": 40
1295
1379
  },
1296
1380
  "name": "Component",
@@ -1307,7 +1391,7 @@
1307
1391
  "__schema": "TypeRefSchema",
1308
1392
  "location": {
1309
1393
  "filePath": "dev-files.main.runtime.ts",
1310
- "line": 34,
1394
+ "line": 37,
1311
1395
  "character": 54
1312
1396
  },
1313
1397
  "name": "DevPattern",
@@ -1320,7 +1404,7 @@
1320
1404
  "__schema": "TypeRefSchema",
1321
1405
  "location": {
1322
1406
  "filePath": "dev-files.main.runtime.ts",
1323
- "line": 34,
1407
+ "line": 37,
1324
1408
  "character": 68
1325
1409
  },
1326
1410
  "name": "DevPattern",
@@ -1333,7 +1417,7 @@
1333
1417
  "__schema": "TypeSchema",
1334
1418
  "location": {
1335
1419
  "filePath": "dev-files.main.runtime.ts",
1336
- "line": 36,
1420
+ "line": 39,
1337
1421
  "character": 1
1338
1422
  },
1339
1423
  "signature": "type EnvJsoncPatterns = {\n [key: string]: string[] | undefined;\n compositions?: string[] | undefined;\n docs?: string[] | undefined;\n tests?: string[] | undefined;\n}",
@@ -1342,7 +1426,7 @@
1342
1426
  "__schema": "TypeLiteralSchema",
1343
1427
  "location": {
1344
1428
  "filePath": "dev-files.main.runtime.ts",
1345
- "line": 36,
1429
+ "line": 39,
1346
1430
  "character": 32
1347
1431
  },
1348
1432
  "members": [
@@ -1350,7 +1434,7 @@
1350
1434
  "__schema": "VariableLikeSchema",
1351
1435
  "location": {
1352
1436
  "filePath": "dev-files.main.runtime.ts",
1353
- "line": 37,
1437
+ "line": 40,
1354
1438
  "character": 3
1355
1439
  },
1356
1440
  "signature": "(property) compositions?: string[] | undefined",
@@ -1359,14 +1443,14 @@
1359
1443
  "__schema": "TypeArraySchema",
1360
1444
  "location": {
1361
1445
  "filePath": "dev-files.main.runtime.ts",
1362
- "line": 37,
1446
+ "line": 40,
1363
1447
  "character": 18
1364
1448
  },
1365
1449
  "type": {
1366
1450
  "__schema": "KeywordTypeSchema",
1367
1451
  "location": {
1368
1452
  "filePath": "dev-files.main.runtime.ts",
1369
- "line": 37,
1453
+ "line": 40,
1370
1454
  "character": 18
1371
1455
  },
1372
1456
  "name": "string"
@@ -1378,7 +1462,7 @@
1378
1462
  "__schema": "VariableLikeSchema",
1379
1463
  "location": {
1380
1464
  "filePath": "dev-files.main.runtime.ts",
1381
- "line": 38,
1465
+ "line": 41,
1382
1466
  "character": 3
1383
1467
  },
1384
1468
  "signature": "(property) docs?: string[] | undefined",
@@ -1387,14 +1471,14 @@
1387
1471
  "__schema": "TypeArraySchema",
1388
1472
  "location": {
1389
1473
  "filePath": "dev-files.main.runtime.ts",
1390
- "line": 38,
1474
+ "line": 41,
1391
1475
  "character": 10
1392
1476
  },
1393
1477
  "type": {
1394
1478
  "__schema": "KeywordTypeSchema",
1395
1479
  "location": {
1396
1480
  "filePath": "dev-files.main.runtime.ts",
1397
- "line": 38,
1481
+ "line": 41,
1398
1482
  "character": 10
1399
1483
  },
1400
1484
  "name": "string"
@@ -1406,7 +1490,7 @@
1406
1490
  "__schema": "VariableLikeSchema",
1407
1491
  "location": {
1408
1492
  "filePath": "dev-files.main.runtime.ts",
1409
- "line": 39,
1493
+ "line": 42,
1410
1494
  "character": 3
1411
1495
  },
1412
1496
  "signature": "(property) tests?: string[] | undefined",
@@ -1415,14 +1499,14 @@
1415
1499
  "__schema": "TypeArraySchema",
1416
1500
  "location": {
1417
1501
  "filePath": "dev-files.main.runtime.ts",
1418
- "line": 39,
1502
+ "line": 42,
1419
1503
  "character": 11
1420
1504
  },
1421
1505
  "type": {
1422
1506
  "__schema": "KeywordTypeSchema",
1423
1507
  "location": {
1424
1508
  "filePath": "dev-files.main.runtime.ts",
1425
- "line": 39,
1509
+ "line": 42,
1426
1510
  "character": 11
1427
1511
  },
1428
1512
  "name": "string"
@@ -1434,14 +1518,14 @@
1434
1518
  "__schema": "IndexSignatureSchema",
1435
1519
  "location": {
1436
1520
  "filePath": "dev-files.main.runtime.ts",
1437
- "line": 40,
1521
+ "line": 43,
1438
1522
  "character": 3
1439
1523
  },
1440
1524
  "keyType": {
1441
1525
  "__schema": "ParameterSchema",
1442
1526
  "location": {
1443
1527
  "filePath": "dev-files.main.runtime.ts",
1444
- "line": 40,
1528
+ "line": 43,
1445
1529
  "character": 4
1446
1530
  },
1447
1531
  "name": "key",
@@ -1449,7 +1533,7 @@
1449
1533
  "__schema": "KeywordTypeSchema",
1450
1534
  "location": {
1451
1535
  "filePath": "dev-files.main.runtime.ts",
1452
- "line": 40,
1536
+ "line": 43,
1453
1537
  "character": 9
1454
1538
  },
1455
1539
  "name": "string"
@@ -1461,7 +1545,7 @@
1461
1545
  "__schema": "TypeUnionSchema",
1462
1546
  "location": {
1463
1547
  "filePath": "dev-files.main.runtime.ts",
1464
- "line": 40,
1548
+ "line": 43,
1465
1549
  "character": 18
1466
1550
  },
1467
1551
  "types": [
@@ -1469,14 +1553,14 @@
1469
1553
  "__schema": "TypeArraySchema",
1470
1554
  "location": {
1471
1555
  "filePath": "dev-files.main.runtime.ts",
1472
- "line": 40,
1556
+ "line": 43,
1473
1557
  "character": 18
1474
1558
  },
1475
1559
  "type": {
1476
1560
  "__schema": "KeywordTypeSchema",
1477
1561
  "location": {
1478
1562
  "filePath": "dev-files.main.runtime.ts",
1479
- "line": 40,
1563
+ "line": 43,
1480
1564
  "character": 18
1481
1565
  },
1482
1566
  "name": "string"
@@ -1486,7 +1570,7 @@
1486
1570
  "__schema": "KeywordTypeSchema",
1487
1571
  "location": {
1488
1572
  "filePath": "dev-files.main.runtime.ts",
1489
- "line": 40,
1573
+ "line": 43,
1490
1574
  "character": 29
1491
1575
  },
1492
1576
  "name": "undefined"
@@ -1501,14 +1585,14 @@
1501
1585
  "__schema": "TypeSchema",
1502
1586
  "location": {
1503
1587
  "filePath": "dev-files.main.runtime.ts",
1504
- "line": 46,
1588
+ "line": 49,
1505
1589
  "character": 1
1506
1590
  },
1507
1591
  "doc": {
1508
1592
  "__schema": "DocSchema",
1509
1593
  "location": {
1510
1594
  "filePath": "dev-files.main.runtime.ts",
1511
- "line": 43,
1595
+ "line": 46,
1512
1596
  "character": 1
1513
1597
  },
1514
1598
  "raw": "/**\n * slot for dev file patterns.\n */",
@@ -1521,7 +1605,7 @@
1521
1605
  "__schema": "TypeRefSchema",
1522
1606
  "location": {
1523
1607
  "filePath": "dev-files.main.runtime.ts",
1524
- "line": 46,
1608
+ "line": 49,
1525
1609
  "character": 30
1526
1610
  },
1527
1611
  "name": "SlotRegistry",
@@ -1535,7 +1619,7 @@
1535
1619
  "__schema": "TypeRefSchema",
1536
1620
  "location": {
1537
1621
  "filePath": "dev-files.main.runtime.ts",
1538
- "line": 46,
1622
+ "line": 49,
1539
1623
  "character": 43
1540
1624
  },
1541
1625
  "name": "DevPatterns",
@@ -1548,7 +1632,7 @@
1548
1632
  "__schema": "TypeSchema",
1549
1633
  "location": {
1550
1634
  "filePath": "dev-files.main.runtime.ts",
1551
- "line": 48,
1635
+ "line": 51,
1552
1636
  "character": 1
1553
1637
  },
1554
1638
  "signature": "type DevFilesConfig = {\n patterns: string[];\n}",
@@ -1557,7 +1641,7 @@
1557
1641
  "__schema": "TypeLiteralSchema",
1558
1642
  "location": {
1559
1643
  "filePath": "dev-files.main.runtime.ts",
1560
- "line": 48,
1644
+ "line": 51,
1561
1645
  "character": 30
1562
1646
  },
1563
1647
  "members": [
@@ -1565,7 +1649,7 @@
1565
1649
  "__schema": "VariableLikeSchema",
1566
1650
  "location": {
1567
1651
  "filePath": "dev-files.main.runtime.ts",
1568
- "line": 49,
1652
+ "line": 52,
1569
1653
  "character": 3
1570
1654
  },
1571
1655
  "signature": "(property) patterns: string[]",
@@ -1574,14 +1658,14 @@
1574
1658
  "__schema": "TypeArraySchema",
1575
1659
  "location": {
1576
1660
  "filePath": "dev-files.main.runtime.ts",
1577
- "line": 49,
1661
+ "line": 52,
1578
1662
  "character": 13
1579
1663
  },
1580
1664
  "type": {
1581
1665
  "__schema": "KeywordTypeSchema",
1582
1666
  "location": {
1583
1667
  "filePath": "dev-files.main.runtime.ts",
1584
- "line": 49,
1668
+ "line": 52,
1585
1669
  "character": 13
1586
1670
  },
1587
1671
  "name": "string"
@@ -1596,7 +1680,7 @@
1596
1680
  "__schema": "ClassSchema",
1597
1681
  "location": {
1598
1682
  "filePath": "dev-files.main.runtime.ts",
1599
- "line": 52,
1683
+ "line": 55,
1600
1684
  "character": 1
1601
1685
  },
1602
1686
  "signature": "class DevFilesMain",
@@ -1606,7 +1690,7 @@
1606
1690
  "__schema": "ConstructorSchema",
1607
1691
  "location": {
1608
1692
  "filePath": "dev-files.main.runtime.ts",
1609
- "line": 53,
1693
+ "line": 56,
1610
1694
  "character": 3
1611
1695
  },
1612
1696
  "signature": "constructor DevFilesMain(envs: EnvsMain, workspace: Workspace, devPatternSlot: DevPatternSlot, config: DevFilesConfig): DevFilesMain",
@@ -1616,7 +1700,7 @@
1616
1700
  "__schema": "ParameterSchema",
1617
1701
  "location": {
1618
1702
  "filePath": "dev-files.main.runtime.ts",
1619
- "line": 54,
1703
+ "line": 57,
1620
1704
  "character": 5
1621
1705
  },
1622
1706
  "name": "envs",
@@ -1624,7 +1708,7 @@
1624
1708
  "__schema": "TypeRefSchema",
1625
1709
  "location": {
1626
1710
  "filePath": "dev-files.main.runtime.ts",
1627
- "line": 54,
1711
+ "line": 57,
1628
1712
  "character": 19
1629
1713
  },
1630
1714
  "name": "EnvsMain",
@@ -1640,7 +1724,7 @@
1640
1724
  "__schema": "ParameterSchema",
1641
1725
  "location": {
1642
1726
  "filePath": "dev-files.main.runtime.ts",
1643
- "line": 56,
1727
+ "line": 59,
1644
1728
  "character": 5
1645
1729
  },
1646
1730
  "name": "workspace",
@@ -1648,7 +1732,7 @@
1648
1732
  "__schema": "TypeRefSchema",
1649
1733
  "location": {
1650
1734
  "filePath": "dev-files.main.runtime.ts",
1651
- "line": 56,
1735
+ "line": 59,
1652
1736
  "character": 24
1653
1737
  },
1654
1738
  "name": "Workspace",
@@ -1664,7 +1748,7 @@
1664
1748
  "__schema": "ParameterSchema",
1665
1749
  "location": {
1666
1750
  "filePath": "dev-files.main.runtime.ts",
1667
- "line": 58,
1751
+ "line": 61,
1668
1752
  "character": 5
1669
1753
  },
1670
1754
  "name": "devPatternSlot",
@@ -1672,7 +1756,7 @@
1672
1756
  "__schema": "TypeRefSchema",
1673
1757
  "location": {
1674
1758
  "filePath": "dev-files.main.runtime.ts",
1675
- "line": 58,
1759
+ "line": 61,
1676
1760
  "character": 29
1677
1761
  },
1678
1762
  "name": "DevPatternSlot",
@@ -1685,7 +1769,7 @@
1685
1769
  "__schema": "ParameterSchema",
1686
1770
  "location": {
1687
1771
  "filePath": "dev-files.main.runtime.ts",
1688
- "line": 63,
1772
+ "line": 66,
1689
1773
  "character": 5
1690
1774
  },
1691
1775
  "name": "config",
@@ -1693,7 +1777,7 @@
1693
1777
  "__schema": "TypeRefSchema",
1694
1778
  "location": {
1695
1779
  "filePath": "dev-files.main.runtime.ts",
1696
- "line": 63,
1780
+ "line": 66,
1697
1781
  "character": 22
1698
1782
  },
1699
1783
  "name": "DevFilesConfig",
@@ -1707,7 +1791,7 @@
1707
1791
  "__schema": "ThisTypeSchema",
1708
1792
  "location": {
1709
1793
  "filePath": "dev-files.main.runtime.ts",
1710
- "line": 52,
1794
+ "line": 55,
1711
1795
  "character": 1
1712
1796
  },
1713
1797
  "name": "DevFilesMain"
@@ -1718,28 +1802,28 @@
1718
1802
  "__schema": "FunctionLikeSchema",
1719
1803
  "location": {
1720
1804
  "filePath": "dev-files.main.runtime.ts",
1721
- "line": 71,
1805
+ "line": 74,
1722
1806
  "character": 3
1723
1807
  },
1724
1808
  "doc": {
1725
1809
  "__schema": "DocSchema",
1726
1810
  "location": {
1727
1811
  "filePath": "dev-files.main.runtime.ts",
1728
- "line": 66,
1812
+ "line": 69,
1729
1813
  "character": 3
1730
1814
  },
1731
1815
  "raw": "/**\n * compute all dev patterns on a component.\n * computing of dev patterns is a merge of the configuration, the env (env.getDevPatterns(component)) and\n * the registering aspects (through registerDevPattern()).\n */",
1732
1816
  "comment": "compute all dev patterns on a component.\ncomputing of dev patterns is a merge of the configuration, the env (env.getDevPatterns(component)) and\nthe registering aspects (through registerDevPattern()).",
1733
1817
  "tags": []
1734
1818
  },
1735
- "signature": "(method) DevFilesMain.computeDevPatterns(component: Component): Promise<{\n config: any;\n} & {\n [id: string]: string[];\n} & {\n [id: string]: string[];\n}>",
1819
+ "signature": "(method) DevFilesMain.computeDevPatterns(component: Component, envExtendsDeps?: LegacyDependency[]): Promise<{\n config: any;\n} & {\n [id: string]: string[];\n} & {\n [id: string]: string[];\n}>",
1736
1820
  "name": "computeDevPatterns",
1737
1821
  "params": [
1738
1822
  {
1739
1823
  "__schema": "ParameterSchema",
1740
1824
  "location": {
1741
1825
  "filePath": "dev-files.main.runtime.ts",
1742
- "line": 71,
1826
+ "line": 74,
1743
1827
  "character": 28
1744
1828
  },
1745
1829
  "name": "component",
@@ -1747,7 +1831,7 @@
1747
1831
  "__schema": "TypeRefSchema",
1748
1832
  "location": {
1749
1833
  "filePath": "dev-files.main.runtime.ts",
1750
- "line": 71,
1834
+ "line": 74,
1751
1835
  "character": 39
1752
1836
  },
1753
1837
  "name": "Component",
@@ -1758,13 +1842,41 @@
1758
1842
  },
1759
1843
  "isOptional": false,
1760
1844
  "isSpread": false
1845
+ },
1846
+ {
1847
+ "__schema": "ParameterSchema",
1848
+ "location": {
1849
+ "filePath": "dev-files.main.runtime.ts",
1850
+ "line": 74,
1851
+ "character": 50
1852
+ },
1853
+ "name": "envExtendsDeps",
1854
+ "type": {
1855
+ "__schema": "TypeArraySchema",
1856
+ "location": {
1857
+ "filePath": "dev-files.main.runtime.ts",
1858
+ "line": 74,
1859
+ "character": 67
1860
+ },
1861
+ "type": {
1862
+ "__schema": "TypeRefSchema",
1863
+ "location": {
1864
+ "filePath": "dev-files.main.runtime.ts",
1865
+ "line": 74,
1866
+ "character": 67
1867
+ },
1868
+ "name": "LegacyDependency"
1869
+ }
1870
+ },
1871
+ "isOptional": true,
1872
+ "isSpread": false
1761
1873
  }
1762
1874
  ],
1763
1875
  "returnType": {
1764
1876
  "__schema": "InferenceTypeSchema",
1765
1877
  "location": {
1766
1878
  "filePath": "dev-files.main.runtime.ts",
1767
- "line": 71,
1879
+ "line": 74,
1768
1880
  "character": 3
1769
1881
  },
1770
1882
  "type": "Promise<{\n config: any;\n} & {\n [id: string]: string[];\n} & {\n [id: string]: string[];\n}>"
@@ -1777,7 +1889,7 @@
1777
1889
  "__schema": "FunctionLikeSchema",
1778
1890
  "location": {
1779
1891
  "filePath": "dev-files.main.runtime.ts",
1780
- "line": 141,
1892
+ "line": 146,
1781
1893
  "character": 3
1782
1894
  },
1783
1895
  "signature": "(method) DevFilesMain.mergeEnvManifestPatterns(parent: EnvJsonc, child: EnvJsonc): Partial<EnvJsonc>",
@@ -1787,7 +1899,7 @@
1787
1899
  "__schema": "ParameterSchema",
1788
1900
  "location": {
1789
1901
  "filePath": "dev-files.main.runtime.ts",
1790
- "line": 141,
1902
+ "line": 146,
1791
1903
  "character": 28
1792
1904
  },
1793
1905
  "name": "parent",
@@ -1795,7 +1907,7 @@
1795
1907
  "__schema": "TypeRefSchema",
1796
1908
  "location": {
1797
1909
  "filePath": "dev-files.main.runtime.ts",
1798
- "line": 141,
1910
+ "line": 146,
1799
1911
  "character": 36
1800
1912
  },
1801
1913
  "name": "EnvJsonc",
@@ -1811,7 +1923,7 @@
1811
1923
  "__schema": "ParameterSchema",
1812
1924
  "location": {
1813
1925
  "filePath": "dev-files.main.runtime.ts",
1814
- "line": 141,
1926
+ "line": 146,
1815
1927
  "character": 46
1816
1928
  },
1817
1929
  "name": "child",
@@ -1819,7 +1931,7 @@
1819
1931
  "__schema": "TypeRefSchema",
1820
1932
  "location": {
1821
1933
  "filePath": "dev-files.main.runtime.ts",
1822
- "line": 141,
1934
+ "line": 146,
1823
1935
  "character": 53
1824
1936
  },
1825
1937
  "name": "EnvJsonc",
@@ -1836,7 +1948,7 @@
1836
1948
  "__schema": "TypeRefSchema",
1837
1949
  "location": {
1838
1950
  "filePath": "dev-files.main.runtime.ts",
1839
- "line": 141,
1951
+ "line": 146,
1840
1952
  "character": 64
1841
1953
  },
1842
1954
  "name": "Partial",
@@ -1845,7 +1957,7 @@
1845
1957
  "__schema": "TypeRefSchema",
1846
1958
  "location": {
1847
1959
  "filePath": "dev-files.main.runtime.ts",
1848
- "line": 141,
1960
+ "line": 146,
1849
1961
  "character": 72
1850
1962
  },
1851
1963
  "name": "EnvJsonc",
@@ -1862,14 +1974,14 @@
1862
1974
  "__schema": "FunctionLikeSchema",
1863
1975
  "location": {
1864
1976
  "filePath": "dev-files.main.runtime.ts",
1865
- "line": 170,
1977
+ "line": 177,
1866
1978
  "character": 3
1867
1979
  },
1868
1980
  "doc": {
1869
1981
  "__schema": "DocSchema",
1870
1982
  "location": {
1871
1983
  "filePath": "dev-files.main.runtime.ts",
1872
- "line": 167,
1984
+ "line": 174,
1873
1985
  "character": 3
1874
1986
  },
1875
1987
  "raw": "/**\n * get all dev files configured on a component.\n */",
@@ -1883,7 +1995,7 @@
1883
1995
  "__schema": "ParameterSchema",
1884
1996
  "location": {
1885
1997
  "filePath": "dev-files.main.runtime.ts",
1886
- "line": 170,
1998
+ "line": 177,
1887
1999
  "character": 18
1888
2000
  },
1889
2001
  "name": "component",
@@ -1891,7 +2003,7 @@
1891
2003
  "__schema": "TypeRefSchema",
1892
2004
  "location": {
1893
2005
  "filePath": "dev-files.main.runtime.ts",
1894
- "line": 170,
2006
+ "line": 177,
1895
2007
  "character": 29
1896
2008
  },
1897
2009
  "name": "Component",
@@ -1907,7 +2019,7 @@
1907
2019
  "__schema": "ParameterSchema",
1908
2020
  "location": {
1909
2021
  "filePath": "dev-files.main.runtime.ts",
1910
- "line": 170,
2022
+ "line": 177,
1911
2023
  "character": 40
1912
2024
  },
1913
2025
  "name": "aspectId",
@@ -1915,7 +2027,7 @@
1915
2027
  "__schema": "KeywordTypeSchema",
1916
2028
  "location": {
1917
2029
  "filePath": "dev-files.main.runtime.ts",
1918
- "line": 170,
2030
+ "line": 177,
1919
2031
  "character": 51
1920
2032
  },
1921
2033
  "name": "string"
@@ -1928,14 +2040,14 @@
1928
2040
  "__schema": "TypeArraySchema",
1929
2041
  "location": {
1930
2042
  "filePath": "dev-files.main.runtime.ts",
1931
- "line": 170,
2043
+ "line": 177,
1932
2044
  "character": 60
1933
2045
  },
1934
2046
  "type": {
1935
2047
  "__schema": "KeywordTypeSchema",
1936
2048
  "location": {
1937
2049
  "filePath": "dev-files.main.runtime.ts",
1938
- "line": 170,
2050
+ "line": 177,
1939
2051
  "character": 60
1940
2052
  },
1941
2053
  "name": "string"
@@ -1947,14 +2059,14 @@
1947
2059
  "__schema": "FunctionLikeSchema",
1948
2060
  "location": {
1949
2061
  "filePath": "dev-files.main.runtime.ts",
1950
- "line": 179,
2062
+ "line": 186,
1951
2063
  "character": 3
1952
2064
  },
1953
2065
  "doc": {
1954
2066
  "__schema": "DocSchema",
1955
2067
  "location": {
1956
2068
  "filePath": "dev-files.main.runtime.ts",
1957
- "line": 176,
2069
+ "line": 183,
1958
2070
  "character": 3
1959
2071
  },
1960
2072
  "raw": "/**\n * determine whether a file of a component is a dev file.\n */",
@@ -1968,7 +2080,7 @@
1968
2080
  "__schema": "ParameterSchema",
1969
2081
  "location": {
1970
2082
  "filePath": "dev-files.main.runtime.ts",
1971
- "line": 179,
2083
+ "line": 186,
1972
2084
  "character": 13
1973
2085
  },
1974
2086
  "name": "component",
@@ -1976,7 +2088,7 @@
1976
2088
  "__schema": "TypeRefSchema",
1977
2089
  "location": {
1978
2090
  "filePath": "dev-files.main.runtime.ts",
1979
- "line": 179,
2091
+ "line": 186,
1980
2092
  "character": 24
1981
2093
  },
1982
2094
  "name": "Component",
@@ -1992,7 +2104,7 @@
1992
2104
  "__schema": "ParameterSchema",
1993
2105
  "location": {
1994
2106
  "filePath": "dev-files.main.runtime.ts",
1995
- "line": 179,
2107
+ "line": 186,
1996
2108
  "character": 35
1997
2109
  },
1998
2110
  "name": "filePath",
@@ -2000,7 +2112,7 @@
2000
2112
  "__schema": "KeywordTypeSchema",
2001
2113
  "location": {
2002
2114
  "filePath": "dev-files.main.runtime.ts",
2003
- "line": 179,
2115
+ "line": 186,
2004
2116
  "character": 45
2005
2117
  },
2006
2118
  "name": "string"
@@ -2013,7 +2125,7 @@
2013
2125
  "__schema": "KeywordTypeSchema",
2014
2126
  "location": {
2015
2127
  "filePath": "dev-files.main.runtime.ts",
2016
- "line": 179,
2128
+ "line": 186,
2017
2129
  "character": 54
2018
2130
  },
2019
2131
  "name": "boolean"
@@ -2024,14 +2136,14 @@
2024
2136
  "__schema": "FunctionLikeSchema",
2025
2137
  "location": {
2026
2138
  "filePath": "dev-files.main.runtime.ts",
2027
- "line": 188,
2139
+ "line": 195,
2028
2140
  "character": 3
2029
2141
  },
2030
2142
  "doc": {
2031
2143
  "__schema": "DocSchema",
2032
2144
  "location": {
2033
2145
  "filePath": "dev-files.main.runtime.ts",
2034
- "line": 184,
2146
+ "line": 191,
2035
2147
  "character": 3
2036
2148
  },
2037
2149
  "raw": "/**\n * register a new dev pattern.\n * @param regex dev pattern\n */",
@@ -2041,7 +2153,7 @@
2041
2153
  "__schema": "PropertyLikeTagSchema",
2042
2154
  "location": {
2043
2155
  "filePath": "dev-files.main.runtime.ts",
2044
- "line": 186,
2156
+ "line": 193,
2045
2157
  "character": 6
2046
2158
  },
2047
2159
  "name": "regex",
@@ -2057,7 +2169,7 @@
2057
2169
  "__schema": "ParameterSchema",
2058
2170
  "location": {
2059
2171
  "filePath": "dev-files.main.runtime.ts",
2060
- "line": 188,
2172
+ "line": 195,
2061
2173
  "character": 22
2062
2174
  },
2063
2175
  "name": "pattern",
@@ -2065,7 +2177,7 @@
2065
2177
  "__schema": "TypeRefSchema",
2066
2178
  "location": {
2067
2179
  "filePath": "dev-files.main.runtime.ts",
2068
- "line": 188,
2180
+ "line": 195,
2069
2181
  "character": 31
2070
2182
  },
2071
2183
  "name": "DevPatterns",
@@ -2079,7 +2191,7 @@
2079
2191
  "__schema": "InferenceTypeSchema",
2080
2192
  "location": {
2081
2193
  "filePath": "dev-files.main.runtime.ts",
2082
- "line": 188,
2194
+ "line": 195,
2083
2195
  "character": 3
2084
2196
  },
2085
2197
  "type": "void"
@@ -2090,14 +2202,14 @@
2090
2202
  "__schema": "FunctionLikeSchema",
2091
2203
  "location": {
2092
2204
  "filePath": "dev-files.main.runtime.ts",
2093
- "line": 196,
2205
+ "line": 203,
2094
2206
  "character": 3
2095
2207
  },
2096
2208
  "doc": {
2097
2209
  "__schema": "DocSchema",
2098
2210
  "location": {
2099
2211
  "filePath": "dev-files.main.runtime.ts",
2100
- "line": 192,
2212
+ "line": 199,
2101
2213
  "character": 3
2102
2214
  },
2103
2215
  "raw": "/**\n * get all dev patterns registered.\n * If you want to use this during onLoad event you might need to use computeDevFiles instead, since the component might not include this data yet\n */",
@@ -2111,7 +2223,7 @@
2111
2223
  "__schema": "ParameterSchema",
2112
2224
  "location": {
2113
2225
  "filePath": "dev-files.main.runtime.ts",
2114
- "line": 196,
2226
+ "line": 203,
2115
2227
  "character": 15
2116
2228
  },
2117
2229
  "name": "component",
@@ -2119,7 +2231,7 @@
2119
2231
  "__schema": "TypeRefSchema",
2120
2232
  "location": {
2121
2233
  "filePath": "dev-files.main.runtime.ts",
2122
- "line": 196,
2234
+ "line": 203,
2123
2235
  "character": 26
2124
2236
  },
2125
2237
  "name": "Component",
@@ -2136,7 +2248,7 @@
2136
2248
  "__schema": "TypeRefSchema",
2137
2249
  "location": {
2138
2250
  "filePath": "dev-files.main.runtime.ts",
2139
- "line": 196,
2251
+ "line": 203,
2140
2252
  "character": 3
2141
2253
  },
2142
2254
  "name": "DevFiles",
@@ -2148,39 +2260,67 @@
2148
2260
  "__schema": "FunctionLikeSchema",
2149
2261
  "location": {
2150
2262
  "filePath": "dev-files.main.runtime.ts",
2151
- "line": 202,
2263
+ "line": 209,
2152
2264
  "character": 3
2153
2265
  },
2154
- "signature": "(method) DevFilesMain.getDevFilesForConsumerComp(consumerComponent: LegacyComponent): Promise<string[]>",
2266
+ "signature": "(method) DevFilesMain.getDevFilesForConsumerComp(consumerComponent: LegacyComponent, envExtendsDeps?: LegacyDependency[]): Promise<string[]>",
2155
2267
  "name": "getDevFilesForConsumerComp",
2156
2268
  "params": [
2157
2269
  {
2158
2270
  "__schema": "ParameterSchema",
2159
2271
  "location": {
2160
2272
  "filePath": "dev-files.main.runtime.ts",
2161
- "line": 202,
2162
- "character": 36
2273
+ "line": 210,
2274
+ "character": 5
2163
2275
  },
2164
2276
  "name": "consumerComponent",
2165
2277
  "type": {
2166
2278
  "__schema": "TypeRefSchema",
2167
2279
  "location": {
2168
2280
  "filePath": "dev-files.main.runtime.ts",
2169
- "line": 202,
2170
- "character": 55
2281
+ "line": 210,
2282
+ "character": 24
2171
2283
  },
2172
2284
  "name": "LegacyComponent"
2173
2285
  },
2174
2286
  "isOptional": false,
2175
2287
  "isSpread": false
2288
+ },
2289
+ {
2290
+ "__schema": "ParameterSchema",
2291
+ "location": {
2292
+ "filePath": "dev-files.main.runtime.ts",
2293
+ "line": 211,
2294
+ "character": 5
2295
+ },
2296
+ "name": "envExtendsDeps",
2297
+ "type": {
2298
+ "__schema": "TypeArraySchema",
2299
+ "location": {
2300
+ "filePath": "dev-files.main.runtime.ts",
2301
+ "line": 211,
2302
+ "character": 22
2303
+ },
2304
+ "type": {
2305
+ "__schema": "TypeRefSchema",
2306
+ "location": {
2307
+ "filePath": "dev-files.main.runtime.ts",
2308
+ "line": 211,
2309
+ "character": 22
2310
+ },
2311
+ "name": "LegacyDependency"
2312
+ }
2313
+ },
2314
+ "isOptional": true,
2315
+ "isSpread": false
2176
2316
  }
2177
2317
  ],
2178
2318
  "returnType": {
2179
2319
  "__schema": "TypeRefSchema",
2180
2320
  "location": {
2181
2321
  "filePath": "dev-files.main.runtime.ts",
2182
- "line": 202,
2183
- "character": 73
2322
+ "line": 212,
2323
+ "character": 6
2184
2324
  },
2185
2325
  "name": "Promise",
2186
2326
  "typeArgs": [
@@ -2188,15 +2328,15 @@
2188
2328
  "__schema": "TypeArraySchema",
2189
2329
  "location": {
2190
2330
  "filePath": "dev-files.main.runtime.ts",
2191
- "line": 202,
2192
- "character": 81
2331
+ "line": 212,
2332
+ "character": 14
2193
2333
  },
2194
2334
  "type": {
2195
2335
  "__schema": "KeywordTypeSchema",
2196
2336
  "location": {
2197
2337
  "filePath": "dev-files.main.runtime.ts",
2198
- "line": 202,
2199
- "character": 81
2338
+ "line": 212,
2339
+ "character": 14
2200
2340
  },
2201
2341
  "name": "string"
2202
2342
  }
@@ -2211,28 +2351,28 @@
2211
2351
  "__schema": "FunctionLikeSchema",
2212
2352
  "location": {
2213
2353
  "filePath": "dev-files.main.runtime.ts",
2214
- "line": 214,
2354
+ "line": 227,
2215
2355
  "character": 3
2216
2356
  },
2217
2357
  "doc": {
2218
2358
  "__schema": "DocSchema",
2219
2359
  "location": {
2220
2360
  "filePath": "dev-files.main.runtime.ts",
2221
- "line": 211,
2361
+ "line": 224,
2222
2362
  "character": 3
2223
2363
  },
2224
2364
  "raw": "/**\n * compute all dev files of a component.\n */",
2225
2365
  "comment": "compute all dev files of a component.",
2226
2366
  "tags": []
2227
2367
  },
2228
- "signature": "(method) DevFilesMain.computeDevFiles(component: Component): Promise<DevFiles>",
2368
+ "signature": "(method) DevFilesMain.computeDevFiles(component: Component, envExtendsDeps?: LegacyDependency[]): Promise<DevFiles>",
2229
2369
  "name": "computeDevFiles",
2230
2370
  "params": [
2231
2371
  {
2232
2372
  "__schema": "ParameterSchema",
2233
2373
  "location": {
2234
2374
  "filePath": "dev-files.main.runtime.ts",
2235
- "line": 214,
2375
+ "line": 227,
2236
2376
  "character": 25
2237
2377
  },
2238
2378
  "name": "component",
@@ -2240,7 +2380,7 @@
2240
2380
  "__schema": "TypeRefSchema",
2241
2381
  "location": {
2242
2382
  "filePath": "dev-files.main.runtime.ts",
2243
- "line": 214,
2383
+ "line": 227,
2244
2384
  "character": 36
2245
2385
  },
2246
2386
  "name": "Component",
@@ -2251,14 +2391,42 @@
2251
2391
  },
2252
2392
  "isOptional": false,
2253
2393
  "isSpread": false
2394
+ },
2395
+ {
2396
+ "__schema": "ParameterSchema",
2397
+ "location": {
2398
+ "filePath": "dev-files.main.runtime.ts",
2399
+ "line": 227,
2400
+ "character": 47
2401
+ },
2402
+ "name": "envExtendsDeps",
2403
+ "type": {
2404
+ "__schema": "TypeArraySchema",
2405
+ "location": {
2406
+ "filePath": "dev-files.main.runtime.ts",
2407
+ "line": 227,
2408
+ "character": 64
2409
+ },
2410
+ "type": {
2411
+ "__schema": "TypeRefSchema",
2412
+ "location": {
2413
+ "filePath": "dev-files.main.runtime.ts",
2414
+ "line": 227,
2415
+ "character": 64
2416
+ },
2417
+ "name": "LegacyDependency"
2418
+ }
2419
+ },
2420
+ "isOptional": true,
2421
+ "isSpread": false
2254
2422
  }
2255
2423
  ],
2256
2424
  "returnType": {
2257
2425
  "__schema": "TypeRefSchema",
2258
2426
  "location": {
2259
2427
  "filePath": "dev-files.main.runtime.ts",
2260
- "line": 214,
2261
- "character": 48
2428
+ "line": 227,
2429
+ "character": 85
2262
2430
  },
2263
2431
  "name": "Promise",
2264
2432
  "typeArgs": [
@@ -2266,8 +2434,8 @@
2266
2434
  "__schema": "TypeRefSchema",
2267
2435
  "location": {
2268
2436
  "filePath": "dev-files.main.runtime.ts",
2269
- "line": 214,
2270
- "character": 56
2437
+ "line": 227,
2438
+ "character": 93
2271
2439
  },
2272
2440
  "name": "DevFiles",
2273
2441
  "internalFilePath": "dev-files.ts"
@@ -2282,7 +2450,7 @@
2282
2450
  "__schema": "VariableLikeSchema",
2283
2451
  "location": {
2284
2452
  "filePath": "dev-files.main.runtime.ts",
2285
- "line": 226,
2453
+ "line": 239,
2286
2454
  "character": 3
2287
2455
  },
2288
2456
  "signature": "(property) DevFilesMain.slots: ((registerFn: () => string) => SlotRegistry<DevPatterns>)[]",
@@ -2291,7 +2459,7 @@
2291
2459
  "__schema": "InferenceTypeSchema",
2292
2460
  "location": {
2293
2461
  "filePath": "dev-files.main.runtime.ts",
2294
- "line": 226,
2462
+ "line": 239,
2295
2463
  "character": 3
2296
2464
  },
2297
2465
  "type": "((registerFn: () => string) => SlotRegistry<DevPatterns>)[]"
@@ -2303,7 +2471,7 @@
2303
2471
  "__schema": "VariableLikeSchema",
2304
2472
  "location": {
2305
2473
  "filePath": "dev-files.main.runtime.ts",
2306
- "line": 228,
2474
+ "line": 241,
2307
2475
  "character": 3
2308
2476
  },
2309
2477
  "signature": "(property) DevFilesMain.defaultConfig: {\n patterns: never[];\n}",
@@ -2312,7 +2480,7 @@
2312
2480
  "__schema": "InferenceTypeSchema",
2313
2481
  "location": {
2314
2482
  "filePath": "dev-files.main.runtime.ts",
2315
- "line": 228,
2483
+ "line": 241,
2316
2484
  "character": 3
2317
2485
  },
2318
2486
  "type": "{\n patterns: never[];\n}"
@@ -2324,7 +2492,7 @@
2324
2492
  "__schema": "VariableLikeSchema",
2325
2493
  "location": {
2326
2494
  "filePath": "dev-files.main.runtime.ts",
2327
- "line": 232,
2495
+ "line": 245,
2328
2496
  "character": 3
2329
2497
  },
2330
2498
  "signature": "(property) DevFilesMain.runtime: RuntimeDefinition",
@@ -2333,7 +2501,7 @@
2333
2501
  "__schema": "InferenceTypeSchema",
2334
2502
  "location": {
2335
2503
  "filePath": "dev-files.main.runtime.ts",
2336
- "line": 232,
2504
+ "line": 245,
2337
2505
  "character": 3
2338
2506
  },
2339
2507
  "type": "RuntimeDefinition"
@@ -2345,7 +2513,7 @@
2345
2513
  "__schema": "VariableLikeSchema",
2346
2514
  "location": {
2347
2515
  "filePath": "dev-files.main.runtime.ts",
2348
- "line": 234,
2516
+ "line": 247,
2349
2517
  "character": 3
2350
2518
  },
2351
2519
  "signature": "(property) DevFilesMain.dependencies: Aspect[]",
@@ -2354,7 +2522,7 @@
2354
2522
  "__schema": "InferenceTypeSchema",
2355
2523
  "location": {
2356
2524
  "filePath": "dev-files.main.runtime.ts",
2357
- "line": 234,
2525
+ "line": 247,
2358
2526
  "character": 3
2359
2527
  },
2360
2528
  "type": "Aspect[]"
@@ -2366,7 +2534,7 @@
2366
2534
  "__schema": "FunctionLikeSchema",
2367
2535
  "location": {
2368
2536
  "filePath": "dev-files.main.runtime.ts",
2369
- "line": 236,
2537
+ "line": 249,
2370
2538
  "character": 3
2371
2539
  },
2372
2540
  "signature": "(method) DevFilesMain.provider([envs, workspace, componentAspect, graphql, scope]: [EnvsMain, Workspace, ComponentMain, GraphqlMain, ScopeMain], config: DevFilesConfig, [devPatternSlot]: [DevPatternSlot]): Promise<DevFilesMain>",
@@ -2376,7 +2544,7 @@
2376
2544
  "__schema": "ParameterSchema",
2377
2545
  "location": {
2378
2546
  "filePath": "dev-files.main.runtime.ts",
2379
- "line": 237,
2547
+ "line": 250,
2380
2548
  "character": 5
2381
2549
  },
2382
2550
  "name": "[ envs, workspace, componentAspect, graphql, scope ]",
@@ -2384,7 +2552,7 @@
2384
2552
  "__schema": "TupleTypeSchema",
2385
2553
  "location": {
2386
2554
  "filePath": "dev-files.main.runtime.ts",
2387
- "line": 237,
2555
+ "line": 250,
2388
2556
  "character": 57
2389
2557
  },
2390
2558
  "elements": [
@@ -2392,7 +2560,7 @@
2392
2560
  "__schema": "TypeRefSchema",
2393
2561
  "location": {
2394
2562
  "filePath": "dev-files.main.runtime.ts",
2395
- "line": 237,
2563
+ "line": 250,
2396
2564
  "character": 58
2397
2565
  },
2398
2566
  "name": "EnvsMain",
@@ -2405,7 +2573,7 @@
2405
2573
  "__schema": "TypeRefSchema",
2406
2574
  "location": {
2407
2575
  "filePath": "dev-files.main.runtime.ts",
2408
- "line": 237,
2576
+ "line": 250,
2409
2577
  "character": 68
2410
2578
  },
2411
2579
  "name": "Workspace",
@@ -2418,7 +2586,7 @@
2418
2586
  "__schema": "TypeRefSchema",
2419
2587
  "location": {
2420
2588
  "filePath": "dev-files.main.runtime.ts",
2421
- "line": 237,
2589
+ "line": 250,
2422
2590
  "character": 79
2423
2591
  },
2424
2592
  "name": "ComponentMain",
@@ -2431,7 +2599,7 @@
2431
2599
  "__schema": "TypeRefSchema",
2432
2600
  "location": {
2433
2601
  "filePath": "dev-files.main.runtime.ts",
2434
- "line": 237,
2602
+ "line": 250,
2435
2603
  "character": 94
2436
2604
  },
2437
2605
  "name": "GraphqlMain",
@@ -2444,7 +2612,7 @@
2444
2612
  "__schema": "TypeRefSchema",
2445
2613
  "location": {
2446
2614
  "filePath": "dev-files.main.runtime.ts",
2447
- "line": 237,
2615
+ "line": 250,
2448
2616
  "character": 107
2449
2617
  },
2450
2618
  "name": "ScopeMain",
@@ -2462,7 +2630,7 @@
2462
2630
  "__schema": "ParameterSchema",
2463
2631
  "location": {
2464
2632
  "filePath": "dev-files.main.runtime.ts",
2465
- "line": 238,
2633
+ "line": 251,
2466
2634
  "character": 5
2467
2635
  },
2468
2636
  "name": "config",
@@ -2470,7 +2638,7 @@
2470
2638
  "__schema": "TypeRefSchema",
2471
2639
  "location": {
2472
2640
  "filePath": "dev-files.main.runtime.ts",
2473
- "line": 238,
2641
+ "line": 251,
2474
2642
  "character": 13
2475
2643
  },
2476
2644
  "name": "DevFilesConfig",
@@ -2483,7 +2651,7 @@
2483
2651
  "__schema": "ParameterSchema",
2484
2652
  "location": {
2485
2653
  "filePath": "dev-files.main.runtime.ts",
2486
- "line": 239,
2654
+ "line": 252,
2487
2655
  "character": 5
2488
2656
  },
2489
2657
  "name": "[ devPatternSlot ]",
@@ -2491,7 +2659,7 @@
2491
2659
  "__schema": "TupleTypeSchema",
2492
2660
  "location": {
2493
2661
  "filePath": "dev-files.main.runtime.ts",
2494
- "line": 239,
2662
+ "line": 252,
2495
2663
  "character": 23
2496
2664
  },
2497
2665
  "elements": [
@@ -2499,7 +2667,7 @@
2499
2667
  "__schema": "TypeRefSchema",
2500
2668
  "location": {
2501
2669
  "filePath": "dev-files.main.runtime.ts",
2502
- "line": 239,
2670
+ "line": 252,
2503
2671
  "character": 24
2504
2672
  },
2505
2673
  "name": "DevPatternSlot",
@@ -2515,7 +2683,7 @@
2515
2683
  "__schema": "InferenceTypeSchema",
2516
2684
  "location": {
2517
2685
  "filePath": "dev-files.main.runtime.ts",
2518
- "line": 236,
2686
+ "line": 249,
2519
2687
  "character": 3
2520
2688
  },
2521
2689
  "type": "Promise<DevFilesMain>"
@@ -2535,7 +2703,7 @@
2535
2703
  "__schema": "TypeSchema",
2536
2704
  "location": {
2537
2705
  "filePath": "dev-files.main.runtime.ts",
2538
- "line": 17,
2706
+ "line": 20,
2539
2707
  "character": 1
2540
2708
  },
2541
2709
  "signature": "type DevPatternDescriptor = {\n name: string;\n pattern: string[];\n}",
@@ -2544,7 +2712,7 @@
2544
2712
  "__schema": "TypeLiteralSchema",
2545
2713
  "location": {
2546
2714
  "filePath": "dev-files.main.runtime.ts",
2547
- "line": 17,
2715
+ "line": 20,
2548
2716
  "character": 29
2549
2717
  },
2550
2718
  "members": [
@@ -2552,14 +2720,14 @@
2552
2720
  "__schema": "VariableLikeSchema",
2553
2721
  "location": {
2554
2722
  "filePath": "dev-files.main.runtime.ts",
2555
- "line": 21,
2723
+ "line": 24,
2556
2724
  "character": 3
2557
2725
  },
2558
2726
  "doc": {
2559
2727
  "__schema": "DocSchema",
2560
2728
  "location": {
2561
2729
  "filePath": "dev-files.main.runtime.ts",
2562
- "line": 18,
2730
+ "line": 21,
2563
2731
  "character": 3
2564
2732
  },
2565
2733
  "raw": "/**\n * Name of the dev pattern\n */",
@@ -2572,7 +2740,7 @@
2572
2740
  "__schema": "KeywordTypeSchema",
2573
2741
  "location": {
2574
2742
  "filePath": "dev-files.main.runtime.ts",
2575
- "line": 21,
2743
+ "line": 24,
2576
2744
  "character": 9
2577
2745
  },
2578
2746
  "name": "string"
@@ -2583,14 +2751,14 @@
2583
2751
  "__schema": "VariableLikeSchema",
2584
2752
  "location": {
2585
2753
  "filePath": "dev-files.main.runtime.ts",
2586
- "line": 26,
2754
+ "line": 29,
2587
2755
  "character": 3
2588
2756
  },
2589
2757
  "doc": {
2590
2758
  "__schema": "DocSchema",
2591
2759
  "location": {
2592
2760
  "filePath": "dev-files.main.runtime.ts",
2593
- "line": 23,
2761
+ "line": 26,
2594
2762
  "character": 3
2595
2763
  },
2596
2764
  "raw": "/**\n * Glob pattern to select dev files\n */",
@@ -2603,14 +2771,14 @@
2603
2771
  "__schema": "TypeArraySchema",
2604
2772
  "location": {
2605
2773
  "filePath": "dev-files.main.runtime.ts",
2606
- "line": 26,
2774
+ "line": 29,
2607
2775
  "character": 12
2608
2776
  },
2609
2777
  "type": {
2610
2778
  "__schema": "KeywordTypeSchema",
2611
2779
  "location": {
2612
2780
  "filePath": "dev-files.main.runtime.ts",
2613
- "line": 26,
2781
+ "line": 29,
2614
2782
  "character": 12
2615
2783
  },
2616
2784
  "name": "string"
@@ -2625,7 +2793,7 @@
2625
2793
  "__schema": "TypeSchema",
2626
2794
  "location": {
2627
2795
  "filePath": "dev-files.main.runtime.ts",
2628
- "line": 29,
2796
+ "line": 32,
2629
2797
  "character": 1
2630
2798
  },
2631
2799
  "signature": "type DevPattern = string[] | DevPatternDescriptor",
@@ -2634,7 +2802,7 @@
2634
2802
  "__schema": "TypeUnionSchema",
2635
2803
  "location": {
2636
2804
  "filePath": "dev-files.main.runtime.ts",
2637
- "line": 29,
2805
+ "line": 32,
2638
2806
  "character": 19
2639
2807
  },
2640
2808
  "types": [
@@ -2642,14 +2810,14 @@
2642
2810
  "__schema": "TypeArraySchema",
2643
2811
  "location": {
2644
2812
  "filePath": "dev-files.main.runtime.ts",
2645
- "line": 29,
2813
+ "line": 32,
2646
2814
  "character": 19
2647
2815
  },
2648
2816
  "type": {
2649
2817
  "__schema": "KeywordTypeSchema",
2650
2818
  "location": {
2651
2819
  "filePath": "dev-files.main.runtime.ts",
2652
- "line": 29,
2820
+ "line": 32,
2653
2821
  "character": 19
2654
2822
  },
2655
2823
  "name": "string"
@@ -2659,7 +2827,7 @@
2659
2827
  "__schema": "TypeRefSchema",
2660
2828
  "location": {
2661
2829
  "filePath": "dev-files.main.runtime.ts",
2662
- "line": 29,
2830
+ "line": 32,
2663
2831
  "character": 30
2664
2832
  },
2665
2833
  "name": "DevPatternDescriptor",
@@ -2672,7 +2840,7 @@
2672
2840
  "__schema": "UnImplementedSchema",
2673
2841
  "location": {
2674
2842
  "filePath": "dev-files.main.runtime.ts",
2675
- "line": 264,
2843
+ "line": 277,
2676
2844
  "character": 1
2677
2845
  },
2678
2846
  "name": "DevFilesAspect.addRuntime(DevFilesMain);",
@@ -2684,7 +2852,7 @@
2684
2852
  "componentId": {
2685
2853
  "scope": "teambit.component",
2686
2854
  "name": "dev-files",
2687
- "version": "1.0.494"
2855
+ "version": "1.0.496"
2688
2856
  },
2689
2857
  "taggedModuleExports": []
2690
2858
  }