@teambit/compiler 1.0.328 → 1.0.330

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.
@@ -279,7 +279,7 @@
279
279
  "comment": "Run compilation on `bit new` and when new components are imported",
280
280
  "tags": []
281
281
  },
282
- "signature": "(method) CompilerMain.compileOnWorkspace(componentsIds?: string[] | ComponentID[] | ComponentID[], options?: CompileOptions): Promise<BuildResult[]>",
282
+ "signature": "(method) CompilerMain.compileOnWorkspace(componentsIds?: string[] | ComponentID[] | ComponentID[], options?: CompileOptions, noThrow?: boolean, componentLoadOptions?: WorkspaceComponentLoadOptions): Promise<BuildResult[]>",
283
283
  "name": "compileOnWorkspace",
284
284
  "params": [
285
285
  {
@@ -386,6 +386,51 @@
386
386
  "isOptional": true,
387
387
  "defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
388
388
  "isSpread": false
389
+ },
390
+ {
391
+ "__schema": "ParameterSchema",
392
+ "location": {
393
+ "filePath": "compiler.main.runtime.ts",
394
+ "line": 50,
395
+ "character": 5
396
+ },
397
+ "name": "noThrow",
398
+ "type": {
399
+ "__schema": "KeywordTypeSchema",
400
+ "location": {
401
+ "filePath": "compiler.main.runtime.ts",
402
+ "line": 50,
403
+ "character": 15
404
+ },
405
+ "name": "boolean"
406
+ },
407
+ "isOptional": true,
408
+ "isSpread": false
409
+ },
410
+ {
411
+ "__schema": "ParameterSchema",
412
+ "location": {
413
+ "filePath": "compiler.main.runtime.ts",
414
+ "line": 51,
415
+ "character": 5
416
+ },
417
+ "name": "componentLoadOptions",
418
+ "type": {
419
+ "__schema": "TypeRefSchema",
420
+ "location": {
421
+ "filePath": "compiler.main.runtime.ts",
422
+ "line": 51,
423
+ "character": 27
424
+ },
425
+ "name": "WorkspaceComponentLoadOptions",
426
+ "componentId": {
427
+ "scope": "teambit.workspace",
428
+ "name": "workspace"
429
+ }
430
+ },
431
+ "isOptional": true,
432
+ "defaultValue": "{}",
433
+ "isSpread": false
389
434
  }
390
435
  ],
391
436
  "returnType": {
@@ -403,14 +448,14 @@
403
448
  "__schema": "FunctionLikeSchema",
404
449
  "location": {
405
450
  "filePath": "compiler.main.runtime.ts",
406
- "line": 57,
451
+ "line": 59,
407
452
  "character": 3
408
453
  },
409
454
  "doc": {
410
455
  "__schema": "DocSchema",
411
456
  "location": {
412
457
  "filePath": "compiler.main.runtime.ts",
413
- "line": 53,
458
+ "line": 55,
414
459
  "character": 3
415
460
  },
416
461
  "raw": "/**\n * API to create a new compiler task, it facilitates the usage of multiple compilers.\n * with this method you can create any number of compilers and add them to the buildPipeline.\n */",
@@ -424,7 +469,7 @@
424
469
  "__schema": "ParameterSchema",
425
470
  "location": {
426
471
  "filePath": "compiler.main.runtime.ts",
427
- "line": 57,
472
+ "line": 59,
428
473
  "character": 14
429
474
  },
430
475
  "name": "name",
@@ -432,7 +477,7 @@
432
477
  "__schema": "KeywordTypeSchema",
433
478
  "location": {
434
479
  "filePath": "compiler.main.runtime.ts",
435
- "line": 57,
480
+ "line": 59,
436
481
  "character": 20
437
482
  },
438
483
  "name": "string"
@@ -444,7 +489,7 @@
444
489
  "__schema": "ParameterSchema",
445
490
  "location": {
446
491
  "filePath": "compiler.main.runtime.ts",
447
- "line": 57,
492
+ "line": 59,
448
493
  "character": 28
449
494
  },
450
495
  "name": "compiler",
@@ -452,7 +497,7 @@
452
497
  "__schema": "TypeRefSchema",
453
498
  "location": {
454
499
  "filePath": "compiler.main.runtime.ts",
455
- "line": 57,
500
+ "line": 59,
456
501
  "character": 38
457
502
  },
458
503
  "name": "Compiler"
@@ -465,7 +510,7 @@
465
510
  "__schema": "TypeRefSchema",
466
511
  "location": {
467
512
  "filePath": "compiler.main.runtime.ts",
468
- "line": 57,
513
+ "line": 59,
469
514
  "character": 3
470
515
  },
471
516
  "name": "CompilerTask"
@@ -476,14 +521,14 @@
476
521
  "__schema": "FunctionLikeSchema",
477
522
  "location": {
478
523
  "filePath": "compiler.main.runtime.ts",
479
- "line": 64,
524
+ "line": 66,
480
525
  "character": 3
481
526
  },
482
527
  "doc": {
483
528
  "__schema": "DocSchema",
484
529
  "location": {
485
530
  "filePath": "compiler.main.runtime.ts",
486
- "line": 61,
531
+ "line": 63,
487
532
  "character": 3
488
533
  },
489
534
  "raw": "/**\n * find the compiler configured on the workspace and ask for the dist path.\n */",
@@ -497,7 +542,7 @@
497
542
  "__schema": "ParameterSchema",
498
543
  "location": {
499
544
  "filePath": "compiler.main.runtime.ts",
500
- "line": 64,
545
+ "line": 66,
501
546
  "character": 24
502
547
  },
503
548
  "name": "component",
@@ -505,7 +550,7 @@
505
550
  "__schema": "TypeRefSchema",
506
551
  "location": {
507
552
  "filePath": "compiler.main.runtime.ts",
508
- "line": 64,
553
+ "line": 66,
509
554
  "character": 35
510
555
  },
511
556
  "name": "Component",
@@ -521,7 +566,7 @@
521
566
  "__schema": "ParameterSchema",
522
567
  "location": {
523
568
  "filePath": "compiler.main.runtime.ts",
524
- "line": 64,
569
+ "line": 66,
525
570
  "character": 46
526
571
  },
527
572
  "name": "srcPath",
@@ -529,7 +574,7 @@
529
574
  "__schema": "KeywordTypeSchema",
530
575
  "location": {
531
576
  "filePath": "compiler.main.runtime.ts",
532
- "line": 64,
577
+ "line": 66,
533
578
  "character": 55
534
579
  },
535
580
  "name": "string"
@@ -542,7 +587,7 @@
542
587
  "__schema": "TypeUnionSchema",
543
588
  "location": {
544
589
  "filePath": "compiler.main.runtime.ts",
545
- "line": 64,
590
+ "line": 66,
546
591
  "character": 64
547
592
  },
548
593
  "types": [
@@ -550,7 +595,7 @@
550
595
  "__schema": "KeywordTypeSchema",
551
596
  "location": {
552
597
  "filePath": "compiler.main.runtime.ts",
553
- "line": 64,
598
+ "line": 66,
554
599
  "character": 64
555
600
  },
556
601
  "name": "string"
@@ -559,7 +604,7 @@
559
604
  "__schema": "LiteralTypeSchema",
560
605
  "location": {
561
606
  "filePath": "compiler.main.runtime.ts",
562
- "line": 64,
607
+ "line": 66,
563
608
  "character": 73
564
609
  },
565
610
  "name": "null"
@@ -572,14 +617,14 @@
572
617
  "__schema": "FunctionLikeSchema",
573
618
  "location": {
574
619
  "filePath": "compiler.main.runtime.ts",
575
- "line": 74,
620
+ "line": 76,
576
621
  "character": 3
577
622
  },
578
623
  "doc": {
579
624
  "__schema": "DocSchema",
580
625
  "location": {
581
626
  "filePath": "compiler.main.runtime.ts",
582
- "line": 71,
627
+ "line": 73,
583
628
  "character": 3
584
629
  },
585
630
  "raw": "/**\n * find the compiler configured on the workspace and ask for the dist folder path.\n */",
@@ -593,7 +638,7 @@
593
638
  "__schema": "ParameterSchema",
594
639
  "location": {
595
640
  "filePath": "compiler.main.runtime.ts",
596
- "line": 74,
641
+ "line": 76,
597
642
  "character": 25
598
643
  },
599
644
  "name": "component",
@@ -601,7 +646,7 @@
601
646
  "__schema": "TypeRefSchema",
602
647
  "location": {
603
648
  "filePath": "compiler.main.runtime.ts",
604
- "line": 74,
649
+ "line": 76,
605
650
  "character": 36
606
651
  },
607
652
  "name": "Component",
@@ -618,7 +663,7 @@
618
663
  "__schema": "KeywordTypeSchema",
619
664
  "location": {
620
665
  "filePath": "compiler.main.runtime.ts",
621
- "line": 74,
666
+ "line": 76,
622
667
  "character": 48
623
668
  },
624
669
  "name": "string"
@@ -629,14 +674,14 @@
629
674
  "__schema": "FunctionLikeSchema",
630
675
  "location": {
631
676
  "filePath": "compiler.main.runtime.ts",
632
- "line": 86,
677
+ "line": 88,
633
678
  "character": 3
634
679
  },
635
680
  "doc": {
636
681
  "__schema": "DocSchema",
637
682
  "location": {
638
683
  "filePath": "compiler.main.runtime.ts",
639
- "line": 81,
684
+ "line": 83,
640
685
  "character": 3
641
686
  },
642
687
  "raw": "/**\n * Check if the dist folder (in the component package under node_modules) exist\n * @param component\n * @returns\n */",
@@ -646,7 +691,7 @@
646
691
  "__schema": "PropertyLikeTagSchema",
647
692
  "location": {
648
693
  "filePath": "compiler.main.runtime.ts",
649
- "line": 83,
694
+ "line": 85,
650
695
  "character": 6
651
696
  },
652
697
  "name": "component",
@@ -656,7 +701,7 @@
656
701
  "__schema": "ReturnTagSchema",
657
702
  "location": {
658
703
  "filePath": "compiler.main.runtime.ts",
659
- "line": 84,
704
+ "line": 86,
660
705
  "character": 6
661
706
  },
662
707
  "tagName": "return"
@@ -670,7 +715,7 @@
670
715
  "__schema": "ParameterSchema",
671
716
  "location": {
672
717
  "filePath": "compiler.main.runtime.ts",
673
- "line": 86,
718
+ "line": 88,
674
719
  "character": 25
675
720
  },
676
721
  "name": "component",
@@ -678,7 +723,7 @@
678
723
  "__schema": "TypeRefSchema",
679
724
  "location": {
680
725
  "filePath": "compiler.main.runtime.ts",
681
- "line": 86,
726
+ "line": 88,
682
727
  "character": 36
683
728
  },
684
729
  "name": "Component",
@@ -695,7 +740,7 @@
695
740
  "__schema": "TypeRefSchema",
696
741
  "location": {
697
742
  "filePath": "compiler.main.runtime.ts",
698
- "line": 86,
743
+ "line": 88,
699
744
  "character": 48
700
745
  },
701
746
  "name": "Promise",
@@ -704,7 +749,7 @@
704
749
  "__schema": "KeywordTypeSchema",
705
750
  "location": {
706
751
  "filePath": "compiler.main.runtime.ts",
707
- "line": 86,
752
+ "line": 88,
708
753
  "character": 56
709
754
  },
710
755
  "name": "boolean"
@@ -719,7 +764,7 @@
719
764
  "__schema": "FunctionLikeSchema",
720
765
  "location": {
721
766
  "filePath": "compiler.main.runtime.ts",
722
- "line": 93,
767
+ "line": 95,
723
768
  "character": 3
724
769
  },
725
770
  "signature": "(method) CompilerMain.getDistsFiles(component: Component): Promise<DistArtifact>",
@@ -729,7 +774,7 @@
729
774
  "__schema": "ParameterSchema",
730
775
  "location": {
731
776
  "filePath": "compiler.main.runtime.ts",
732
- "line": 93,
777
+ "line": 95,
733
778
  "character": 23
734
779
  },
735
780
  "name": "component",
@@ -737,7 +782,7 @@
737
782
  "__schema": "TypeRefSchema",
738
783
  "location": {
739
784
  "filePath": "compiler.main.runtime.ts",
740
- "line": 93,
785
+ "line": 95,
741
786
  "character": 34
742
787
  },
743
788
  "name": "Component",
@@ -754,7 +799,7 @@
754
799
  "__schema": "TypeRefSchema",
755
800
  "location": {
756
801
  "filePath": "compiler.main.runtime.ts",
757
- "line": 93,
802
+ "line": 95,
758
803
  "character": 46
759
804
  },
760
805
  "name": "Promise",
@@ -763,7 +808,7 @@
763
808
  "__schema": "TypeRefSchema",
764
809
  "location": {
765
810
  "filePath": "compiler.main.runtime.ts",
766
- "line": 93,
811
+ "line": 95,
767
812
  "character": 54
768
813
  },
769
814
  "name": "DistArtifact",
@@ -779,7 +824,7 @@
779
824
  "__schema": "FunctionLikeSchema",
780
825
  "location": {
781
826
  "filePath": "compiler.main.runtime.ts",
782
- "line": 100,
827
+ "line": 102,
783
828
  "character": 3
784
829
  },
785
830
  "signature": "(method) CompilerMain.addMissingDistsIssue(components: Component[], issuesToIgnore: string[]): Promise<void>",
@@ -789,7 +834,7 @@
789
834
  "__schema": "ParameterSchema",
790
835
  "location": {
791
836
  "filePath": "compiler.main.runtime.ts",
792
- "line": 100,
837
+ "line": 102,
793
838
  "character": 30
794
839
  },
795
840
  "name": "components",
@@ -797,14 +842,14 @@
797
842
  "__schema": "TypeArraySchema",
798
843
  "location": {
799
844
  "filePath": "compiler.main.runtime.ts",
800
- "line": 100,
845
+ "line": 102,
801
846
  "character": 42
802
847
  },
803
848
  "type": {
804
849
  "__schema": "TypeRefSchema",
805
850
  "location": {
806
851
  "filePath": "compiler.main.runtime.ts",
807
- "line": 100,
852
+ "line": 102,
808
853
  "character": 42
809
854
  },
810
855
  "name": "Component",
@@ -821,7 +866,7 @@
821
866
  "__schema": "ParameterSchema",
822
867
  "location": {
823
868
  "filePath": "compiler.main.runtime.ts",
824
- "line": 100,
869
+ "line": 102,
825
870
  "character": 55
826
871
  },
827
872
  "name": "issuesToIgnore",
@@ -829,14 +874,14 @@
829
874
  "__schema": "TypeArraySchema",
830
875
  "location": {
831
876
  "filePath": "compiler.main.runtime.ts",
832
- "line": 100,
877
+ "line": 102,
833
878
  "character": 71
834
879
  },
835
880
  "type": {
836
881
  "__schema": "KeywordTypeSchema",
837
882
  "location": {
838
883
  "filePath": "compiler.main.runtime.ts",
839
- "line": 100,
884
+ "line": 102,
840
885
  "character": 71
841
886
  },
842
887
  "name": "string"
@@ -850,7 +895,7 @@
850
895
  "__schema": "TypeRefSchema",
851
896
  "location": {
852
897
  "filePath": "compiler.main.runtime.ts",
853
- "line": 100,
898
+ "line": 102,
854
899
  "character": 82
855
900
  },
856
901
  "name": "Promise",
@@ -859,7 +904,7 @@
859
904
  "__schema": "KeywordTypeSchema",
860
905
  "location": {
861
906
  "filePath": "compiler.main.runtime.ts",
862
- "line": 100,
907
+ "line": 102,
863
908
  "character": 90
864
909
  },
865
910
  "name": "void"
@@ -874,7 +919,7 @@
874
919
  "__schema": "VariableLikeSchema",
875
920
  "location": {
876
921
  "filePath": "compiler.main.runtime.ts",
877
- "line": 112,
922
+ "line": 114,
878
923
  "character": 3
879
924
  },
880
925
  "signature": "(property) CompilerMain.runtime: RuntimeDefinition",
@@ -883,7 +928,7 @@
883
928
  "__schema": "InferenceTypeSchema",
884
929
  "location": {
885
930
  "filePath": "compiler.main.runtime.ts",
886
- "line": 112,
931
+ "line": 114,
887
932
  "character": 3
888
933
  },
889
934
  "type": "RuntimeDefinition"
@@ -895,7 +940,7 @@
895
940
  "__schema": "VariableLikeSchema",
896
941
  "location": {
897
942
  "filePath": "compiler.main.runtime.ts",
898
- "line": 114,
943
+ "line": 116,
899
944
  "character": 3
900
945
  },
901
946
  "signature": "(property) CompilerMain.dependencies: Aspect[]",
@@ -904,7 +949,7 @@
904
949
  "__schema": "InferenceTypeSchema",
905
950
  "location": {
906
951
  "filePath": "compiler.main.runtime.ts",
907
- "line": 114,
952
+ "line": 116,
908
953
  "character": 3
909
954
  },
910
955
  "type": "Aspect[]"
@@ -916,7 +961,7 @@
916
961
  "__schema": "FunctionLikeSchema",
917
962
  "location": {
918
963
  "filePath": "compiler.main.runtime.ts",
919
- "line": 129,
964
+ "line": 131,
920
965
  "character": 3
921
966
  },
922
967
  "signature": "(method) CompilerMain.provider([cli, workspace, envs, loggerMain, pubsub, aspectLoader, builder, ui, generator, dependencyResolver, watcher, issues,]: [\n CLIMain,\n Workspace,\n EnvsMain,\n LoggerMain,\n PubsubMain,\n AspectLoaderMain,\n BuilderMain,\n UiMain,\n GeneratorMain,\n DependencyResolverMain,\n WatcherMain,\n IssuesMain\n]): Promise<CompilerMain>",
@@ -926,7 +971,7 @@
926
971
  "__schema": "ParameterSchema",
927
972
  "location": {
928
973
  "filePath": "compiler.main.runtime.ts",
929
- "line": 129,
974
+ "line": 131,
930
975
  "character": 25
931
976
  },
932
977
  "name": "[ cli, workspace, envs, loggerMain, pubsub, aspectLoader, builder, ui, generator, dependencyResolver, watcher, issues ]",
@@ -934,7 +979,7 @@
934
979
  "__schema": "TupleTypeSchema",
935
980
  "location": {
936
981
  "filePath": "compiler.main.runtime.ts",
937
- "line": 142,
982
+ "line": 144,
938
983
  "character": 6
939
984
  },
940
985
  "elements": [
@@ -942,7 +987,7 @@
942
987
  "__schema": "TypeRefSchema",
943
988
  "location": {
944
989
  "filePath": "compiler.main.runtime.ts",
945
- "line": 143,
990
+ "line": 145,
946
991
  "character": 5
947
992
  },
948
993
  "name": "CLIMain",
@@ -955,7 +1000,7 @@
955
1000
  "__schema": "TypeRefSchema",
956
1001
  "location": {
957
1002
  "filePath": "compiler.main.runtime.ts",
958
- "line": 144,
1003
+ "line": 146,
959
1004
  "character": 5
960
1005
  },
961
1006
  "name": "Workspace",
@@ -968,7 +1013,7 @@
968
1013
  "__schema": "TypeRefSchema",
969
1014
  "location": {
970
1015
  "filePath": "compiler.main.runtime.ts",
971
- "line": 145,
1016
+ "line": 147,
972
1017
  "character": 5
973
1018
  },
974
1019
  "name": "EnvsMain",
@@ -981,7 +1026,7 @@
981
1026
  "__schema": "TypeRefSchema",
982
1027
  "location": {
983
1028
  "filePath": "compiler.main.runtime.ts",
984
- "line": 146,
1029
+ "line": 148,
985
1030
  "character": 5
986
1031
  },
987
1032
  "name": "LoggerMain",
@@ -994,7 +1039,7 @@
994
1039
  "__schema": "TypeRefSchema",
995
1040
  "location": {
996
1041
  "filePath": "compiler.main.runtime.ts",
997
- "line": 147,
1042
+ "line": 149,
998
1043
  "character": 5
999
1044
  },
1000
1045
  "name": "PubsubMain",
@@ -1007,7 +1052,7 @@
1007
1052
  "__schema": "TypeRefSchema",
1008
1053
  "location": {
1009
1054
  "filePath": "compiler.main.runtime.ts",
1010
- "line": 148,
1055
+ "line": 150,
1011
1056
  "character": 5
1012
1057
  },
1013
1058
  "name": "AspectLoaderMain",
@@ -1020,7 +1065,7 @@
1020
1065
  "__schema": "TypeRefSchema",
1021
1066
  "location": {
1022
1067
  "filePath": "compiler.main.runtime.ts",
1023
- "line": 149,
1068
+ "line": 151,
1024
1069
  "character": 5
1025
1070
  },
1026
1071
  "name": "BuilderMain",
@@ -1033,7 +1078,7 @@
1033
1078
  "__schema": "TypeRefSchema",
1034
1079
  "location": {
1035
1080
  "filePath": "compiler.main.runtime.ts",
1036
- "line": 150,
1081
+ "line": 152,
1037
1082
  "character": 5
1038
1083
  },
1039
1084
  "name": "UiMain",
@@ -1046,7 +1091,7 @@
1046
1091
  "__schema": "TypeRefSchema",
1047
1092
  "location": {
1048
1093
  "filePath": "compiler.main.runtime.ts",
1049
- "line": 151,
1094
+ "line": 153,
1050
1095
  "character": 5
1051
1096
  },
1052
1097
  "name": "GeneratorMain",
@@ -1059,7 +1104,7 @@
1059
1104
  "__schema": "TypeRefSchema",
1060
1105
  "location": {
1061
1106
  "filePath": "compiler.main.runtime.ts",
1062
- "line": 152,
1107
+ "line": 154,
1063
1108
  "character": 5
1064
1109
  },
1065
1110
  "name": "DependencyResolverMain",
@@ -1072,7 +1117,7 @@
1072
1117
  "__schema": "TypeRefSchema",
1073
1118
  "location": {
1074
1119
  "filePath": "compiler.main.runtime.ts",
1075
- "line": 153,
1120
+ "line": 155,
1076
1121
  "character": 5
1077
1122
  },
1078
1123
  "name": "WatcherMain",
@@ -1085,7 +1130,7 @@
1085
1130
  "__schema": "TypeRefSchema",
1086
1131
  "location": {
1087
1132
  "filePath": "compiler.main.runtime.ts",
1088
- "line": 154,
1133
+ "line": 156,
1089
1134
  "character": 5
1090
1135
  },
1091
1136
  "name": "IssuesMain",
@@ -1104,7 +1149,7 @@
1104
1149
  "__schema": "InferenceTypeSchema",
1105
1150
  "location": {
1106
1151
  "filePath": "compiler.main.runtime.ts",
1107
- "line": 129,
1152
+ "line": 131,
1108
1153
  "character": 3
1109
1154
  },
1110
1155
  "type": "Promise<CompilerMain>"
@@ -1711,7 +1756,7 @@
1711
1756
  "_legacy": {
1712
1757
  "scope": "teambit.compilation",
1713
1758
  "name": "compiler",
1714
- "version": "1.0.328"
1759
+ "version": "1.0.330"
1715
1760
  },
1716
1761
  "_scope": "teambit.compilation"
1717
1762
  }
@@ -2992,7 +3037,7 @@
2992
3037
  "_legacy": {
2993
3038
  "scope": "teambit.compilation",
2994
3039
  "name": "compiler",
2995
- "version": "1.0.328"
3040
+ "version": "1.0.330"
2996
3041
  },
2997
3042
  "_scope": "teambit.compilation"
2998
3043
  }
@@ -3620,7 +3665,7 @@
3620
3665
  "_legacy": {
3621
3666
  "scope": "teambit.compilation",
3622
3667
  "name": "compiler",
3623
- "version": "1.0.328"
3668
+ "version": "1.0.330"
3624
3669
  },
3625
3670
  "_scope": "teambit.compilation"
3626
3671
  }
@@ -3899,7 +3944,7 @@
3899
3944
  "comment": "Run compilation on `bit new` and when new components are imported",
3900
3945
  "tags": []
3901
3946
  },
3902
- "signature": "(method) CompilerMain.compileOnWorkspace(componentsIds?: string[] | ComponentID[] | ComponentID[], options?: CompileOptions): Promise<BuildResult[]>",
3947
+ "signature": "(method) CompilerMain.compileOnWorkspace(componentsIds?: string[] | ComponentID[] | ComponentID[], options?: CompileOptions, noThrow?: boolean, componentLoadOptions?: WorkspaceComponentLoadOptions): Promise<BuildResult[]>",
3903
3948
  "name": "compileOnWorkspace",
3904
3949
  "params": [
3905
3950
  {
@@ -4006,6 +4051,51 @@
4006
4051
  "isOptional": true,
4007
4052
  "defaultValue": "{ initiator: CompilationInitiator.ComponentAdded }",
4008
4053
  "isSpread": false
4054
+ },
4055
+ {
4056
+ "__schema": "ParameterSchema",
4057
+ "location": {
4058
+ "filePath": "compiler.main.runtime.ts",
4059
+ "line": 50,
4060
+ "character": 5
4061
+ },
4062
+ "name": "noThrow",
4063
+ "type": {
4064
+ "__schema": "KeywordTypeSchema",
4065
+ "location": {
4066
+ "filePath": "compiler.main.runtime.ts",
4067
+ "line": 50,
4068
+ "character": 15
4069
+ },
4070
+ "name": "boolean"
4071
+ },
4072
+ "isOptional": true,
4073
+ "isSpread": false
4074
+ },
4075
+ {
4076
+ "__schema": "ParameterSchema",
4077
+ "location": {
4078
+ "filePath": "compiler.main.runtime.ts",
4079
+ "line": 51,
4080
+ "character": 5
4081
+ },
4082
+ "name": "componentLoadOptions",
4083
+ "type": {
4084
+ "__schema": "TypeRefSchema",
4085
+ "location": {
4086
+ "filePath": "compiler.main.runtime.ts",
4087
+ "line": 51,
4088
+ "character": 27
4089
+ },
4090
+ "name": "WorkspaceComponentLoadOptions",
4091
+ "componentId": {
4092
+ "scope": "teambit.workspace",
4093
+ "name": "workspace"
4094
+ }
4095
+ },
4096
+ "isOptional": true,
4097
+ "defaultValue": "{}",
4098
+ "isSpread": false
4009
4099
  }
4010
4100
  ],
4011
4101
  "returnType": {
@@ -4023,14 +4113,14 @@
4023
4113
  "__schema": "FunctionLikeSchema",
4024
4114
  "location": {
4025
4115
  "filePath": "compiler.main.runtime.ts",
4026
- "line": 57,
4116
+ "line": 59,
4027
4117
  "character": 3
4028
4118
  },
4029
4119
  "doc": {
4030
4120
  "__schema": "DocSchema",
4031
4121
  "location": {
4032
4122
  "filePath": "compiler.main.runtime.ts",
4033
- "line": 53,
4123
+ "line": 55,
4034
4124
  "character": 3
4035
4125
  },
4036
4126
  "raw": "/**\n * API to create a new compiler task, it facilitates the usage of multiple compilers.\n * with this method you can create any number of compilers and add them to the buildPipeline.\n */",
@@ -4044,7 +4134,7 @@
4044
4134
  "__schema": "ParameterSchema",
4045
4135
  "location": {
4046
4136
  "filePath": "compiler.main.runtime.ts",
4047
- "line": 57,
4137
+ "line": 59,
4048
4138
  "character": 14
4049
4139
  },
4050
4140
  "name": "name",
@@ -4052,7 +4142,7 @@
4052
4142
  "__schema": "KeywordTypeSchema",
4053
4143
  "location": {
4054
4144
  "filePath": "compiler.main.runtime.ts",
4055
- "line": 57,
4145
+ "line": 59,
4056
4146
  "character": 20
4057
4147
  },
4058
4148
  "name": "string"
@@ -4064,7 +4154,7 @@
4064
4154
  "__schema": "ParameterSchema",
4065
4155
  "location": {
4066
4156
  "filePath": "compiler.main.runtime.ts",
4067
- "line": 57,
4157
+ "line": 59,
4068
4158
  "character": 28
4069
4159
  },
4070
4160
  "name": "compiler",
@@ -4072,7 +4162,7 @@
4072
4162
  "__schema": "TypeRefSchema",
4073
4163
  "location": {
4074
4164
  "filePath": "compiler.main.runtime.ts",
4075
- "line": 57,
4165
+ "line": 59,
4076
4166
  "character": 38
4077
4167
  },
4078
4168
  "name": "Compiler"
@@ -4085,7 +4175,7 @@
4085
4175
  "__schema": "TypeRefSchema",
4086
4176
  "location": {
4087
4177
  "filePath": "compiler.main.runtime.ts",
4088
- "line": 57,
4178
+ "line": 59,
4089
4179
  "character": 3
4090
4180
  },
4091
4181
  "name": "CompilerTask"
@@ -4096,14 +4186,14 @@
4096
4186
  "__schema": "FunctionLikeSchema",
4097
4187
  "location": {
4098
4188
  "filePath": "compiler.main.runtime.ts",
4099
- "line": 64,
4189
+ "line": 66,
4100
4190
  "character": 3
4101
4191
  },
4102
4192
  "doc": {
4103
4193
  "__schema": "DocSchema",
4104
4194
  "location": {
4105
4195
  "filePath": "compiler.main.runtime.ts",
4106
- "line": 61,
4196
+ "line": 63,
4107
4197
  "character": 3
4108
4198
  },
4109
4199
  "raw": "/**\n * find the compiler configured on the workspace and ask for the dist path.\n */",
@@ -4117,7 +4207,7 @@
4117
4207
  "__schema": "ParameterSchema",
4118
4208
  "location": {
4119
4209
  "filePath": "compiler.main.runtime.ts",
4120
- "line": 64,
4210
+ "line": 66,
4121
4211
  "character": 24
4122
4212
  },
4123
4213
  "name": "component",
@@ -4125,7 +4215,7 @@
4125
4215
  "__schema": "TypeRefSchema",
4126
4216
  "location": {
4127
4217
  "filePath": "compiler.main.runtime.ts",
4128
- "line": 64,
4218
+ "line": 66,
4129
4219
  "character": 35
4130
4220
  },
4131
4221
  "name": "Component",
@@ -4141,7 +4231,7 @@
4141
4231
  "__schema": "ParameterSchema",
4142
4232
  "location": {
4143
4233
  "filePath": "compiler.main.runtime.ts",
4144
- "line": 64,
4234
+ "line": 66,
4145
4235
  "character": 46
4146
4236
  },
4147
4237
  "name": "srcPath",
@@ -4149,7 +4239,7 @@
4149
4239
  "__schema": "KeywordTypeSchema",
4150
4240
  "location": {
4151
4241
  "filePath": "compiler.main.runtime.ts",
4152
- "line": 64,
4242
+ "line": 66,
4153
4243
  "character": 55
4154
4244
  },
4155
4245
  "name": "string"
@@ -4162,7 +4252,7 @@
4162
4252
  "__schema": "TypeUnionSchema",
4163
4253
  "location": {
4164
4254
  "filePath": "compiler.main.runtime.ts",
4165
- "line": 64,
4255
+ "line": 66,
4166
4256
  "character": 64
4167
4257
  },
4168
4258
  "types": [
@@ -4170,7 +4260,7 @@
4170
4260
  "__schema": "KeywordTypeSchema",
4171
4261
  "location": {
4172
4262
  "filePath": "compiler.main.runtime.ts",
4173
- "line": 64,
4263
+ "line": 66,
4174
4264
  "character": 64
4175
4265
  },
4176
4266
  "name": "string"
@@ -4179,7 +4269,7 @@
4179
4269
  "__schema": "LiteralTypeSchema",
4180
4270
  "location": {
4181
4271
  "filePath": "compiler.main.runtime.ts",
4182
- "line": 64,
4272
+ "line": 66,
4183
4273
  "character": 73
4184
4274
  },
4185
4275
  "name": "null"
@@ -4192,14 +4282,14 @@
4192
4282
  "__schema": "FunctionLikeSchema",
4193
4283
  "location": {
4194
4284
  "filePath": "compiler.main.runtime.ts",
4195
- "line": 74,
4285
+ "line": 76,
4196
4286
  "character": 3
4197
4287
  },
4198
4288
  "doc": {
4199
4289
  "__schema": "DocSchema",
4200
4290
  "location": {
4201
4291
  "filePath": "compiler.main.runtime.ts",
4202
- "line": 71,
4292
+ "line": 73,
4203
4293
  "character": 3
4204
4294
  },
4205
4295
  "raw": "/**\n * find the compiler configured on the workspace and ask for the dist folder path.\n */",
@@ -4213,7 +4303,7 @@
4213
4303
  "__schema": "ParameterSchema",
4214
4304
  "location": {
4215
4305
  "filePath": "compiler.main.runtime.ts",
4216
- "line": 74,
4306
+ "line": 76,
4217
4307
  "character": 25
4218
4308
  },
4219
4309
  "name": "component",
@@ -4221,7 +4311,7 @@
4221
4311
  "__schema": "TypeRefSchema",
4222
4312
  "location": {
4223
4313
  "filePath": "compiler.main.runtime.ts",
4224
- "line": 74,
4314
+ "line": 76,
4225
4315
  "character": 36
4226
4316
  },
4227
4317
  "name": "Component",
@@ -4238,7 +4328,7 @@
4238
4328
  "__schema": "KeywordTypeSchema",
4239
4329
  "location": {
4240
4330
  "filePath": "compiler.main.runtime.ts",
4241
- "line": 74,
4331
+ "line": 76,
4242
4332
  "character": 48
4243
4333
  },
4244
4334
  "name": "string"
@@ -4249,14 +4339,14 @@
4249
4339
  "__schema": "FunctionLikeSchema",
4250
4340
  "location": {
4251
4341
  "filePath": "compiler.main.runtime.ts",
4252
- "line": 86,
4342
+ "line": 88,
4253
4343
  "character": 3
4254
4344
  },
4255
4345
  "doc": {
4256
4346
  "__schema": "DocSchema",
4257
4347
  "location": {
4258
4348
  "filePath": "compiler.main.runtime.ts",
4259
- "line": 81,
4349
+ "line": 83,
4260
4350
  "character": 3
4261
4351
  },
4262
4352
  "raw": "/**\n * Check if the dist folder (in the component package under node_modules) exist\n * @param component\n * @returns\n */",
@@ -4266,7 +4356,7 @@
4266
4356
  "__schema": "PropertyLikeTagSchema",
4267
4357
  "location": {
4268
4358
  "filePath": "compiler.main.runtime.ts",
4269
- "line": 83,
4359
+ "line": 85,
4270
4360
  "character": 6
4271
4361
  },
4272
4362
  "name": "component",
@@ -4276,7 +4366,7 @@
4276
4366
  "__schema": "ReturnTagSchema",
4277
4367
  "location": {
4278
4368
  "filePath": "compiler.main.runtime.ts",
4279
- "line": 84,
4369
+ "line": 86,
4280
4370
  "character": 6
4281
4371
  },
4282
4372
  "tagName": "return"
@@ -4290,7 +4380,7 @@
4290
4380
  "__schema": "ParameterSchema",
4291
4381
  "location": {
4292
4382
  "filePath": "compiler.main.runtime.ts",
4293
- "line": 86,
4383
+ "line": 88,
4294
4384
  "character": 25
4295
4385
  },
4296
4386
  "name": "component",
@@ -4298,7 +4388,7 @@
4298
4388
  "__schema": "TypeRefSchema",
4299
4389
  "location": {
4300
4390
  "filePath": "compiler.main.runtime.ts",
4301
- "line": 86,
4391
+ "line": 88,
4302
4392
  "character": 36
4303
4393
  },
4304
4394
  "name": "Component",
@@ -4315,7 +4405,7 @@
4315
4405
  "__schema": "TypeRefSchema",
4316
4406
  "location": {
4317
4407
  "filePath": "compiler.main.runtime.ts",
4318
- "line": 86,
4408
+ "line": 88,
4319
4409
  "character": 48
4320
4410
  },
4321
4411
  "name": "Promise",
@@ -4324,7 +4414,7 @@
4324
4414
  "__schema": "KeywordTypeSchema",
4325
4415
  "location": {
4326
4416
  "filePath": "compiler.main.runtime.ts",
4327
- "line": 86,
4417
+ "line": 88,
4328
4418
  "character": 56
4329
4419
  },
4330
4420
  "name": "boolean"
@@ -4339,7 +4429,7 @@
4339
4429
  "__schema": "FunctionLikeSchema",
4340
4430
  "location": {
4341
4431
  "filePath": "compiler.main.runtime.ts",
4342
- "line": 93,
4432
+ "line": 95,
4343
4433
  "character": 3
4344
4434
  },
4345
4435
  "signature": "(method) CompilerMain.getDistsFiles(component: Component): Promise<DistArtifact>",
@@ -4349,7 +4439,7 @@
4349
4439
  "__schema": "ParameterSchema",
4350
4440
  "location": {
4351
4441
  "filePath": "compiler.main.runtime.ts",
4352
- "line": 93,
4442
+ "line": 95,
4353
4443
  "character": 23
4354
4444
  },
4355
4445
  "name": "component",
@@ -4357,7 +4447,7 @@
4357
4447
  "__schema": "TypeRefSchema",
4358
4448
  "location": {
4359
4449
  "filePath": "compiler.main.runtime.ts",
4360
- "line": 93,
4450
+ "line": 95,
4361
4451
  "character": 34
4362
4452
  },
4363
4453
  "name": "Component",
@@ -4374,7 +4464,7 @@
4374
4464
  "__schema": "TypeRefSchema",
4375
4465
  "location": {
4376
4466
  "filePath": "compiler.main.runtime.ts",
4377
- "line": 93,
4467
+ "line": 95,
4378
4468
  "character": 46
4379
4469
  },
4380
4470
  "name": "Promise",
@@ -4383,7 +4473,7 @@
4383
4473
  "__schema": "TypeRefSchema",
4384
4474
  "location": {
4385
4475
  "filePath": "compiler.main.runtime.ts",
4386
- "line": 93,
4476
+ "line": 95,
4387
4477
  "character": 54
4388
4478
  },
4389
4479
  "name": "DistArtifact",
@@ -4399,7 +4489,7 @@
4399
4489
  "__schema": "FunctionLikeSchema",
4400
4490
  "location": {
4401
4491
  "filePath": "compiler.main.runtime.ts",
4402
- "line": 100,
4492
+ "line": 102,
4403
4493
  "character": 3
4404
4494
  },
4405
4495
  "signature": "(method) CompilerMain.addMissingDistsIssue(components: Component[], issuesToIgnore: string[]): Promise<void>",
@@ -4409,7 +4499,7 @@
4409
4499
  "__schema": "ParameterSchema",
4410
4500
  "location": {
4411
4501
  "filePath": "compiler.main.runtime.ts",
4412
- "line": 100,
4502
+ "line": 102,
4413
4503
  "character": 30
4414
4504
  },
4415
4505
  "name": "components",
@@ -4417,14 +4507,14 @@
4417
4507
  "__schema": "TypeArraySchema",
4418
4508
  "location": {
4419
4509
  "filePath": "compiler.main.runtime.ts",
4420
- "line": 100,
4510
+ "line": 102,
4421
4511
  "character": 42
4422
4512
  },
4423
4513
  "type": {
4424
4514
  "__schema": "TypeRefSchema",
4425
4515
  "location": {
4426
4516
  "filePath": "compiler.main.runtime.ts",
4427
- "line": 100,
4517
+ "line": 102,
4428
4518
  "character": 42
4429
4519
  },
4430
4520
  "name": "Component",
@@ -4441,7 +4531,7 @@
4441
4531
  "__schema": "ParameterSchema",
4442
4532
  "location": {
4443
4533
  "filePath": "compiler.main.runtime.ts",
4444
- "line": 100,
4534
+ "line": 102,
4445
4535
  "character": 55
4446
4536
  },
4447
4537
  "name": "issuesToIgnore",
@@ -4449,14 +4539,14 @@
4449
4539
  "__schema": "TypeArraySchema",
4450
4540
  "location": {
4451
4541
  "filePath": "compiler.main.runtime.ts",
4452
- "line": 100,
4542
+ "line": 102,
4453
4543
  "character": 71
4454
4544
  },
4455
4545
  "type": {
4456
4546
  "__schema": "KeywordTypeSchema",
4457
4547
  "location": {
4458
4548
  "filePath": "compiler.main.runtime.ts",
4459
- "line": 100,
4549
+ "line": 102,
4460
4550
  "character": 71
4461
4551
  },
4462
4552
  "name": "string"
@@ -4470,7 +4560,7 @@
4470
4560
  "__schema": "TypeRefSchema",
4471
4561
  "location": {
4472
4562
  "filePath": "compiler.main.runtime.ts",
4473
- "line": 100,
4563
+ "line": 102,
4474
4564
  "character": 82
4475
4565
  },
4476
4566
  "name": "Promise",
@@ -4479,7 +4569,7 @@
4479
4569
  "__schema": "KeywordTypeSchema",
4480
4570
  "location": {
4481
4571
  "filePath": "compiler.main.runtime.ts",
4482
- "line": 100,
4572
+ "line": 102,
4483
4573
  "character": 90
4484
4574
  },
4485
4575
  "name": "void"
@@ -4494,7 +4584,7 @@
4494
4584
  "__schema": "VariableLikeSchema",
4495
4585
  "location": {
4496
4586
  "filePath": "compiler.main.runtime.ts",
4497
- "line": 112,
4587
+ "line": 114,
4498
4588
  "character": 3
4499
4589
  },
4500
4590
  "signature": "(property) CompilerMain.runtime: RuntimeDefinition",
@@ -4503,7 +4593,7 @@
4503
4593
  "__schema": "InferenceTypeSchema",
4504
4594
  "location": {
4505
4595
  "filePath": "compiler.main.runtime.ts",
4506
- "line": 112,
4596
+ "line": 114,
4507
4597
  "character": 3
4508
4598
  },
4509
4599
  "type": "RuntimeDefinition"
@@ -4515,7 +4605,7 @@
4515
4605
  "__schema": "VariableLikeSchema",
4516
4606
  "location": {
4517
4607
  "filePath": "compiler.main.runtime.ts",
4518
- "line": 114,
4608
+ "line": 116,
4519
4609
  "character": 3
4520
4610
  },
4521
4611
  "signature": "(property) CompilerMain.dependencies: Aspect[]",
@@ -4524,7 +4614,7 @@
4524
4614
  "__schema": "InferenceTypeSchema",
4525
4615
  "location": {
4526
4616
  "filePath": "compiler.main.runtime.ts",
4527
- "line": 114,
4617
+ "line": 116,
4528
4618
  "character": 3
4529
4619
  },
4530
4620
  "type": "Aspect[]"
@@ -4536,7 +4626,7 @@
4536
4626
  "__schema": "FunctionLikeSchema",
4537
4627
  "location": {
4538
4628
  "filePath": "compiler.main.runtime.ts",
4539
- "line": 129,
4629
+ "line": 131,
4540
4630
  "character": 3
4541
4631
  },
4542
4632
  "signature": "(method) CompilerMain.provider([cli, workspace, envs, loggerMain, pubsub, aspectLoader, builder, ui, generator, dependencyResolver, watcher, issues,]: [\n CLIMain,\n Workspace,\n EnvsMain,\n LoggerMain,\n PubsubMain,\n AspectLoaderMain,\n BuilderMain,\n UiMain,\n GeneratorMain,\n DependencyResolverMain,\n WatcherMain,\n IssuesMain\n]): Promise<CompilerMain>",
@@ -4546,7 +4636,7 @@
4546
4636
  "__schema": "ParameterSchema",
4547
4637
  "location": {
4548
4638
  "filePath": "compiler.main.runtime.ts",
4549
- "line": 129,
4639
+ "line": 131,
4550
4640
  "character": 25
4551
4641
  },
4552
4642
  "name": "[ cli, workspace, envs, loggerMain, pubsub, aspectLoader, builder, ui, generator, dependencyResolver, watcher, issues ]",
@@ -4554,7 +4644,7 @@
4554
4644
  "__schema": "TupleTypeSchema",
4555
4645
  "location": {
4556
4646
  "filePath": "compiler.main.runtime.ts",
4557
- "line": 142,
4647
+ "line": 144,
4558
4648
  "character": 6
4559
4649
  },
4560
4650
  "elements": [
@@ -4562,7 +4652,7 @@
4562
4652
  "__schema": "TypeRefSchema",
4563
4653
  "location": {
4564
4654
  "filePath": "compiler.main.runtime.ts",
4565
- "line": 143,
4655
+ "line": 145,
4566
4656
  "character": 5
4567
4657
  },
4568
4658
  "name": "CLIMain",
@@ -4575,7 +4665,7 @@
4575
4665
  "__schema": "TypeRefSchema",
4576
4666
  "location": {
4577
4667
  "filePath": "compiler.main.runtime.ts",
4578
- "line": 144,
4668
+ "line": 146,
4579
4669
  "character": 5
4580
4670
  },
4581
4671
  "name": "Workspace",
@@ -4588,7 +4678,7 @@
4588
4678
  "__schema": "TypeRefSchema",
4589
4679
  "location": {
4590
4680
  "filePath": "compiler.main.runtime.ts",
4591
- "line": 145,
4681
+ "line": 147,
4592
4682
  "character": 5
4593
4683
  },
4594
4684
  "name": "EnvsMain",
@@ -4601,7 +4691,7 @@
4601
4691
  "__schema": "TypeRefSchema",
4602
4692
  "location": {
4603
4693
  "filePath": "compiler.main.runtime.ts",
4604
- "line": 146,
4694
+ "line": 148,
4605
4695
  "character": 5
4606
4696
  },
4607
4697
  "name": "LoggerMain",
@@ -4614,7 +4704,7 @@
4614
4704
  "__schema": "TypeRefSchema",
4615
4705
  "location": {
4616
4706
  "filePath": "compiler.main.runtime.ts",
4617
- "line": 147,
4707
+ "line": 149,
4618
4708
  "character": 5
4619
4709
  },
4620
4710
  "name": "PubsubMain",
@@ -4627,7 +4717,7 @@
4627
4717
  "__schema": "TypeRefSchema",
4628
4718
  "location": {
4629
4719
  "filePath": "compiler.main.runtime.ts",
4630
- "line": 148,
4720
+ "line": 150,
4631
4721
  "character": 5
4632
4722
  },
4633
4723
  "name": "AspectLoaderMain",
@@ -4640,7 +4730,7 @@
4640
4730
  "__schema": "TypeRefSchema",
4641
4731
  "location": {
4642
4732
  "filePath": "compiler.main.runtime.ts",
4643
- "line": 149,
4733
+ "line": 151,
4644
4734
  "character": 5
4645
4735
  },
4646
4736
  "name": "BuilderMain",
@@ -4653,7 +4743,7 @@
4653
4743
  "__schema": "TypeRefSchema",
4654
4744
  "location": {
4655
4745
  "filePath": "compiler.main.runtime.ts",
4656
- "line": 150,
4746
+ "line": 152,
4657
4747
  "character": 5
4658
4748
  },
4659
4749
  "name": "UiMain",
@@ -4666,7 +4756,7 @@
4666
4756
  "__schema": "TypeRefSchema",
4667
4757
  "location": {
4668
4758
  "filePath": "compiler.main.runtime.ts",
4669
- "line": 151,
4759
+ "line": 153,
4670
4760
  "character": 5
4671
4761
  },
4672
4762
  "name": "GeneratorMain",
@@ -4679,7 +4769,7 @@
4679
4769
  "__schema": "TypeRefSchema",
4680
4770
  "location": {
4681
4771
  "filePath": "compiler.main.runtime.ts",
4682
- "line": 152,
4772
+ "line": 154,
4683
4773
  "character": 5
4684
4774
  },
4685
4775
  "name": "DependencyResolverMain",
@@ -4692,7 +4782,7 @@
4692
4782
  "__schema": "TypeRefSchema",
4693
4783
  "location": {
4694
4784
  "filePath": "compiler.main.runtime.ts",
4695
- "line": 153,
4785
+ "line": 155,
4696
4786
  "character": 5
4697
4787
  },
4698
4788
  "name": "WatcherMain",
@@ -4705,7 +4795,7 @@
4705
4795
  "__schema": "TypeRefSchema",
4706
4796
  "location": {
4707
4797
  "filePath": "compiler.main.runtime.ts",
4708
- "line": 154,
4798
+ "line": 156,
4709
4799
  "character": 5
4710
4800
  },
4711
4801
  "name": "IssuesMain",
@@ -4724,7 +4814,7 @@
4724
4814
  "__schema": "InferenceTypeSchema",
4725
4815
  "location": {
4726
4816
  "filePath": "compiler.main.runtime.ts",
4727
- "line": 129,
4817
+ "line": 131,
4728
4818
  "character": 3
4729
4819
  },
4730
4820
  "type": "Promise<CompilerMain>"
@@ -4742,7 +4832,7 @@
4742
4832
  "__schema": "UnImplementedSchema",
4743
4833
  "location": {
4744
4834
  "filePath": "compiler.main.runtime.ts",
4745
- "line": 191,
4835
+ "line": 193,
4746
4836
  "character": 16
4747
4837
  },
4748
4838
  "name": "CompilerMain",
@@ -4754,7 +4844,7 @@
4754
4844
  "__schema": "UnImplementedSchema",
4755
4845
  "location": {
4756
4846
  "filePath": "compiler.main.runtime.ts",
4757
- "line": 189,
4847
+ "line": 191,
4758
4848
  "character": 1
4759
4849
  },
4760
4850
  "name": "CompilerAspect.addRuntime(CompilerMain);",
@@ -5345,7 +5435,7 @@
5345
5435
  "_legacy": {
5346
5436
  "scope": "teambit.compilation",
5347
5437
  "name": "compiler",
5348
- "version": "1.0.328"
5438
+ "version": "1.0.330"
5349
5439
  },
5350
5440
  "_scope": "teambit.compilation"
5351
5441
  }
@@ -7069,7 +7159,7 @@
7069
7159
  "_legacy": {
7070
7160
  "scope": "teambit.compilation",
7071
7161
  "name": "compiler",
7072
- "version": "1.0.328"
7162
+ "version": "1.0.330"
7073
7163
  },
7074
7164
  "_scope": "teambit.compilation"
7075
7165
  }
@@ -7216,7 +7306,7 @@
7216
7306
  "_legacy": {
7217
7307
  "scope": "teambit.compilation",
7218
7308
  "name": "compiler",
7219
- "version": "1.0.328"
7309
+ "version": "1.0.330"
7220
7310
  },
7221
7311
  "_scope": "teambit.compilation"
7222
7312
  }
@@ -7289,7 +7379,7 @@
7289
7379
  "componentId": {
7290
7380
  "scope": "teambit.compilation",
7291
7381
  "name": "compiler",
7292
- "version": "1.0.328"
7382
+ "version": "1.0.330"
7293
7383
  },
7294
7384
  "taggedModuleExports": []
7295
7385
  }