@teambit/renaming 1.0.164 → 1.0.166

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.
@@ -522,23 +522,23 @@
522
522
  "raw": "/**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */",
523
523
  "comment": "change the default-scope for new components. optionally (if refactor is true), change the source code to match the\nnew scope-name.\nkeep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\nthrown in such cases in this method."
524
524
  },
525
- "signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n}): Promise<RenameResult>",
525
+ "signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n deprecate?: boolean;\n}): Promise<RenameResult>",
526
526
  "name": "renameScope",
527
527
  "params": [
528
528
  {
529
529
  "__schema": "ParameterSchema",
530
530
  "location": {
531
531
  "filePath": "renaming.main.runtime.ts",
532
- "line": 192,
533
- "character": 21
532
+ "line": 193,
533
+ "character": 5
534
534
  },
535
535
  "name": "oldScope",
536
536
  "type": {
537
537
  "__schema": "KeywordTypeSchema",
538
538
  "location": {
539
539
  "filePath": "renaming.main.runtime.ts",
540
- "line": 192,
541
- "character": 31
540
+ "line": 193,
541
+ "character": 15
542
542
  },
543
543
  "name": "string"
544
544
  },
@@ -549,16 +549,16 @@
549
549
  "__schema": "ParameterSchema",
550
550
  "location": {
551
551
  "filePath": "renaming.main.runtime.ts",
552
- "line": 192,
553
- "character": 39
552
+ "line": 194,
553
+ "character": 5
554
554
  },
555
555
  "name": "newScope",
556
556
  "type": {
557
557
  "__schema": "KeywordTypeSchema",
558
558
  "location": {
559
559
  "filePath": "renaming.main.runtime.ts",
560
- "line": 192,
561
- "character": 49
560
+ "line": 194,
561
+ "character": 15
562
562
  },
563
563
  "name": "string"
564
564
  },
@@ -569,24 +569,24 @@
569
569
  "__schema": "ParameterSchema",
570
570
  "location": {
571
571
  "filePath": "renaming.main.runtime.ts",
572
- "line": 192,
573
- "character": 57
572
+ "line": 195,
573
+ "character": 5
574
574
  },
575
575
  "name": "options",
576
576
  "type": {
577
577
  "__schema": "TypeLiteralSchema",
578
578
  "location": {
579
579
  "filePath": "renaming.main.runtime.ts",
580
- "line": 192,
581
- "character": 66
580
+ "line": 195,
581
+ "character": 14
582
582
  },
583
583
  "members": [
584
584
  {
585
585
  "__schema": "VariableLikeSchema",
586
586
  "location": {
587
587
  "filePath": "renaming.main.runtime.ts",
588
- "line": 192,
589
- "character": 68
588
+ "line": 195,
589
+ "character": 16
590
590
  },
591
591
  "signature": "(property) refactor?: boolean | undefined",
592
592
  "name": "refactor",
@@ -594,8 +594,28 @@
594
594
  "__schema": "KeywordTypeSchema",
595
595
  "location": {
596
596
  "filePath": "renaming.main.runtime.ts",
597
- "line": 192,
598
- "character": 79
597
+ "line": 195,
598
+ "character": 27
599
+ },
600
+ "name": "boolean"
601
+ },
602
+ "isOptional": true
603
+ },
604
+ {
605
+ "__schema": "VariableLikeSchema",
606
+ "location": {
607
+ "filePath": "renaming.main.runtime.ts",
608
+ "line": 195,
609
+ "character": 36
610
+ },
611
+ "signature": "(property) deprecate?: boolean | undefined",
612
+ "name": "deprecate",
613
+ "type": {
614
+ "__schema": "KeywordTypeSchema",
615
+ "location": {
616
+ "filePath": "renaming.main.runtime.ts",
617
+ "line": 195,
618
+ "character": 48
599
619
  },
600
620
  "name": "boolean"
601
621
  },
@@ -612,8 +632,8 @@
612
632
  "__schema": "TypeRefSchema",
613
633
  "location": {
614
634
  "filePath": "renaming.main.runtime.ts",
615
- "line": 192,
616
- "character": 96
635
+ "line": 196,
636
+ "character": 6
617
637
  },
618
638
  "name": "Promise",
619
639
  "typeArgs": [
@@ -621,8 +641,8 @@
621
641
  "__schema": "TypeRefSchema",
622
642
  "location": {
623
643
  "filePath": "renaming.main.runtime.ts",
624
- "line": 192,
625
- "character": 104
644
+ "line": 196,
645
+ "character": 14
626
646
  },
627
647
  "name": "RenameResult"
628
648
  }
@@ -636,14 +656,14 @@
636
656
  "__schema": "FunctionLikeSchema",
637
657
  "location": {
638
658
  "filePath": "renaming.main.runtime.ts",
639
- "line": 214,
659
+ "line": 218,
640
660
  "character": 3
641
661
  },
642
662
  "doc": {
643
663
  "__schema": "DocSchema",
644
664
  "location": {
645
665
  "filePath": "renaming.main.runtime.ts",
646
- "line": 208,
666
+ "line": 212,
647
667
  "character": 3
648
668
  },
649
669
  "raw": "/**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */",
@@ -656,7 +676,7 @@
656
676
  "__schema": "ParameterSchema",
657
677
  "location": {
658
678
  "filePath": "renaming.main.runtime.ts",
659
- "line": 215,
679
+ "line": 219,
660
680
  "character": 5
661
681
  },
662
682
  "name": "oldOwner",
@@ -664,7 +684,7 @@
664
684
  "__schema": "KeywordTypeSchema",
665
685
  "location": {
666
686
  "filePath": "renaming.main.runtime.ts",
667
- "line": 215,
687
+ "line": 219,
668
688
  "character": 15
669
689
  },
670
690
  "name": "string"
@@ -676,7 +696,7 @@
676
696
  "__schema": "ParameterSchema",
677
697
  "location": {
678
698
  "filePath": "renaming.main.runtime.ts",
679
- "line": 216,
699
+ "line": 220,
680
700
  "character": 5
681
701
  },
682
702
  "name": "newOwner",
@@ -684,7 +704,7 @@
684
704
  "__schema": "KeywordTypeSchema",
685
705
  "location": {
686
706
  "filePath": "renaming.main.runtime.ts",
687
- "line": 216,
707
+ "line": 220,
688
708
  "character": 15
689
709
  },
690
710
  "name": "string"
@@ -696,7 +716,7 @@
696
716
  "__schema": "ParameterSchema",
697
717
  "location": {
698
718
  "filePath": "renaming.main.runtime.ts",
699
- "line": 217,
719
+ "line": 221,
700
720
  "character": 5
701
721
  },
702
722
  "name": "options",
@@ -704,7 +724,7 @@
704
724
  "__schema": "TypeLiteralSchema",
705
725
  "location": {
706
726
  "filePath": "renaming.main.runtime.ts",
707
- "line": 217,
727
+ "line": 221,
708
728
  "character": 14
709
729
  },
710
730
  "members": [
@@ -712,7 +732,7 @@
712
732
  "__schema": "VariableLikeSchema",
713
733
  "location": {
714
734
  "filePath": "renaming.main.runtime.ts",
715
- "line": 217,
735
+ "line": 221,
716
736
  "character": 16
717
737
  },
718
738
  "signature": "(property) refactor?: boolean | undefined",
@@ -721,7 +741,7 @@
721
741
  "__schema": "KeywordTypeSchema",
722
742
  "location": {
723
743
  "filePath": "renaming.main.runtime.ts",
724
- "line": 217,
744
+ "line": 221,
725
745
  "character": 27
726
746
  },
727
747
  "name": "boolean"
@@ -732,7 +752,7 @@
732
752
  "__schema": "VariableLikeSchema",
733
753
  "location": {
734
754
  "filePath": "renaming.main.runtime.ts",
735
- "line": 217,
755
+ "line": 221,
736
756
  "character": 36
737
757
  },
738
758
  "signature": "(property) ast?: boolean | undefined",
@@ -741,7 +761,7 @@
741
761
  "__schema": "KeywordTypeSchema",
742
762
  "location": {
743
763
  "filePath": "renaming.main.runtime.ts",
744
- "line": 217,
764
+ "line": 221,
745
765
  "character": 42
746
766
  },
747
767
  "name": "boolean"
@@ -758,7 +778,7 @@
758
778
  "__schema": "TypeRefSchema",
759
779
  "location": {
760
780
  "filePath": "renaming.main.runtime.ts",
761
- "line": 218,
781
+ "line": 222,
762
782
  "character": 6
763
783
  },
764
784
  "name": "Promise",
@@ -767,7 +787,7 @@
767
787
  "__schema": "TypeRefSchema",
768
788
  "location": {
769
789
  "filePath": "renaming.main.runtime.ts",
770
- "line": 218,
790
+ "line": 222,
771
791
  "character": 14
772
792
  },
773
793
  "name": "RenameResult"
@@ -782,7 +802,7 @@
782
802
  "__schema": "VariableLikeSchema",
783
803
  "location": {
784
804
  "filePath": "renaming.main.runtime.ts",
785
- "line": 290,
805
+ "line": 294,
786
806
  "character": 3
787
807
  },
788
808
  "signature": "(property) RenamingMain.slots: never[]",
@@ -791,7 +811,7 @@
791
811
  "__schema": "InferenceTypeSchema",
792
812
  "location": {
793
813
  "filePath": "renaming.main.runtime.ts",
794
- "line": 290,
814
+ "line": 294,
795
815
  "character": 3
796
816
  },
797
817
  "type": "never[]"
@@ -803,7 +823,7 @@
803
823
  "__schema": "VariableLikeSchema",
804
824
  "location": {
805
825
  "filePath": "renaming.main.runtime.ts",
806
- "line": 291,
826
+ "line": 295,
807
827
  "character": 3
808
828
  },
809
829
  "signature": "(property) RenamingMain.dependencies: Aspect[]",
@@ -812,7 +832,7 @@
812
832
  "__schema": "InferenceTypeSchema",
813
833
  "location": {
814
834
  "filePath": "renaming.main.runtime.ts",
815
- "line": 291,
835
+ "line": 295,
816
836
  "character": 3
817
837
  },
818
838
  "type": "Aspect[]"
@@ -824,7 +844,7 @@
824
844
  "__schema": "VariableLikeSchema",
825
845
  "location": {
826
846
  "filePath": "renaming.main.runtime.ts",
827
- "line": 307,
847
+ "line": 311,
828
848
  "character": 3
829
849
  },
830
850
  "signature": "(property) RenamingMain.runtime: RuntimeDefinition",
@@ -833,7 +853,7 @@
833
853
  "__schema": "InferenceTypeSchema",
834
854
  "location": {
835
855
  "filePath": "renaming.main.runtime.ts",
836
- "line": 307,
856
+ "line": 311,
837
857
  "character": 3
838
858
  },
839
859
  "type": "RuntimeDefinition"
@@ -845,7 +865,7 @@
845
865
  "__schema": "FunctionLikeSchema",
846
866
  "location": {
847
867
  "filePath": "renaming.main.runtime.ts",
848
- "line": 308,
868
+ "line": 312,
849
869
  "character": 3
850
870
  },
851
871
  "signature": "(method) RenamingMain.provider([cli, workspace, deprecation, newComponentHelper, componentMain, graphql, refactoring, install, config, componentWriter, compiler, loggerMain, envs, remove,]: [\n CLIMain,\n Workspace,\n DeprecationMain,\n NewComponentHelperMain,\n ComponentMain,\n GraphqlMain,\n RefactoringMain,\n InstallMain,\n ConfigMain,\n ComponentWriterMain,\n CompilerMain,\n LoggerMain,\n EnvsMain,\n RemoveMain\n]): Promise<RenamingMain>",
@@ -855,7 +875,7 @@
855
875
  "__schema": "ParameterSchema",
856
876
  "location": {
857
877
  "filePath": "renaming.main.runtime.ts",
858
- "line": 308,
878
+ "line": 312,
859
879
  "character": 25
860
880
  },
861
881
  "name": "[ cli, workspace, deprecation, newComponentHelper, componentMain, graphql, refactoring, install, config, componentWriter, compiler, loggerMain, envs, remove ]",
@@ -863,7 +883,7 @@
863
883
  "__schema": "TupleTypeSchema",
864
884
  "location": {
865
885
  "filePath": "renaming.main.runtime.ts",
866
- "line": 323,
886
+ "line": 327,
867
887
  "character": 6
868
888
  },
869
889
  "elements": [
@@ -871,7 +891,7 @@
871
891
  "__schema": "TypeRefSchema",
872
892
  "location": {
873
893
  "filePath": "renaming.main.runtime.ts",
874
- "line": 324,
894
+ "line": 328,
875
895
  "character": 5
876
896
  },
877
897
  "name": "CLIMain"
@@ -880,7 +900,7 @@
880
900
  "__schema": "TypeRefSchema",
881
901
  "location": {
882
902
  "filePath": "renaming.main.runtime.ts",
883
- "line": 325,
903
+ "line": 329,
884
904
  "character": 5
885
905
  },
886
906
  "name": "Workspace"
@@ -889,7 +909,7 @@
889
909
  "__schema": "TypeRefSchema",
890
910
  "location": {
891
911
  "filePath": "renaming.main.runtime.ts",
892
- "line": 326,
912
+ "line": 330,
893
913
  "character": 5
894
914
  },
895
915
  "name": "DeprecationMain"
@@ -898,7 +918,7 @@
898
918
  "__schema": "TypeRefSchema",
899
919
  "location": {
900
920
  "filePath": "renaming.main.runtime.ts",
901
- "line": 327,
921
+ "line": 331,
902
922
  "character": 5
903
923
  },
904
924
  "name": "NewComponentHelperMain"
@@ -907,7 +927,7 @@
907
927
  "__schema": "TypeRefSchema",
908
928
  "location": {
909
929
  "filePath": "renaming.main.runtime.ts",
910
- "line": 328,
930
+ "line": 332,
911
931
  "character": 5
912
932
  },
913
933
  "name": "ComponentMain"
@@ -916,7 +936,7 @@
916
936
  "__schema": "TypeRefSchema",
917
937
  "location": {
918
938
  "filePath": "renaming.main.runtime.ts",
919
- "line": 329,
939
+ "line": 333,
920
940
  "character": 5
921
941
  },
922
942
  "name": "GraphqlMain"
@@ -925,7 +945,7 @@
925
945
  "__schema": "TypeRefSchema",
926
946
  "location": {
927
947
  "filePath": "renaming.main.runtime.ts",
928
- "line": 330,
948
+ "line": 334,
929
949
  "character": 5
930
950
  },
931
951
  "name": "RefactoringMain"
@@ -934,7 +954,7 @@
934
954
  "__schema": "TypeRefSchema",
935
955
  "location": {
936
956
  "filePath": "renaming.main.runtime.ts",
937
- "line": 331,
957
+ "line": 335,
938
958
  "character": 5
939
959
  },
940
960
  "name": "InstallMain"
@@ -943,7 +963,7 @@
943
963
  "__schema": "TypeRefSchema",
944
964
  "location": {
945
965
  "filePath": "renaming.main.runtime.ts",
946
- "line": 332,
966
+ "line": 336,
947
967
  "character": 5
948
968
  },
949
969
  "name": "ConfigMain"
@@ -952,7 +972,7 @@
952
972
  "__schema": "TypeRefSchema",
953
973
  "location": {
954
974
  "filePath": "renaming.main.runtime.ts",
955
- "line": 333,
975
+ "line": 337,
956
976
  "character": 5
957
977
  },
958
978
  "name": "ComponentWriterMain"
@@ -961,7 +981,7 @@
961
981
  "__schema": "TypeRefSchema",
962
982
  "location": {
963
983
  "filePath": "renaming.main.runtime.ts",
964
- "line": 334,
984
+ "line": 338,
965
985
  "character": 5
966
986
  },
967
987
  "name": "CompilerMain"
@@ -970,7 +990,7 @@
970
990
  "__schema": "TypeRefSchema",
971
991
  "location": {
972
992
  "filePath": "renaming.main.runtime.ts",
973
- "line": 335,
993
+ "line": 339,
974
994
  "character": 5
975
995
  },
976
996
  "name": "LoggerMain"
@@ -979,7 +999,7 @@
979
999
  "__schema": "TypeRefSchema",
980
1000
  "location": {
981
1001
  "filePath": "renaming.main.runtime.ts",
982
- "line": 336,
1002
+ "line": 340,
983
1003
  "character": 5
984
1004
  },
985
1005
  "name": "EnvsMain"
@@ -988,7 +1008,7 @@
988
1008
  "__schema": "TypeRefSchema",
989
1009
  "location": {
990
1010
  "filePath": "renaming.main.runtime.ts",
991
- "line": 337,
1011
+ "line": 341,
992
1012
  "character": 5
993
1013
  },
994
1014
  "name": "RemoveMain"
@@ -1003,7 +1023,7 @@
1003
1023
  "__schema": "InferenceTypeSchema",
1004
1024
  "location": {
1005
1025
  "filePath": "renaming.main.runtime.ts",
1006
- "line": 308,
1026
+ "line": 312,
1007
1027
  "character": 3
1008
1028
  },
1009
1029
  "type": "Promise<RenamingMain>"
@@ -1650,23 +1670,23 @@
1650
1670
  "raw": "/**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */",
1651
1671
  "comment": "change the default-scope for new components. optionally (if refactor is true), change the source code to match the\nnew scope-name.\nkeep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\nthrown in such cases in this method."
1652
1672
  },
1653
- "signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n}): Promise<RenameResult>",
1673
+ "signature": "(method) RenamingMain.renameScope(oldScope: string, newScope: string, options?: {\n refactor?: boolean;\n deprecate?: boolean;\n}): Promise<RenameResult>",
1654
1674
  "name": "renameScope",
1655
1675
  "params": [
1656
1676
  {
1657
1677
  "__schema": "ParameterSchema",
1658
1678
  "location": {
1659
1679
  "filePath": "renaming.main.runtime.ts",
1660
- "line": 192,
1661
- "character": 21
1680
+ "line": 193,
1681
+ "character": 5
1662
1682
  },
1663
1683
  "name": "oldScope",
1664
1684
  "type": {
1665
1685
  "__schema": "KeywordTypeSchema",
1666
1686
  "location": {
1667
1687
  "filePath": "renaming.main.runtime.ts",
1668
- "line": 192,
1669
- "character": 31
1688
+ "line": 193,
1689
+ "character": 15
1670
1690
  },
1671
1691
  "name": "string"
1672
1692
  },
@@ -1677,16 +1697,16 @@
1677
1697
  "__schema": "ParameterSchema",
1678
1698
  "location": {
1679
1699
  "filePath": "renaming.main.runtime.ts",
1680
- "line": 192,
1681
- "character": 39
1700
+ "line": 194,
1701
+ "character": 5
1682
1702
  },
1683
1703
  "name": "newScope",
1684
1704
  "type": {
1685
1705
  "__schema": "KeywordTypeSchema",
1686
1706
  "location": {
1687
1707
  "filePath": "renaming.main.runtime.ts",
1688
- "line": 192,
1689
- "character": 49
1708
+ "line": 194,
1709
+ "character": 15
1690
1710
  },
1691
1711
  "name": "string"
1692
1712
  },
@@ -1697,24 +1717,24 @@
1697
1717
  "__schema": "ParameterSchema",
1698
1718
  "location": {
1699
1719
  "filePath": "renaming.main.runtime.ts",
1700
- "line": 192,
1701
- "character": 57
1720
+ "line": 195,
1721
+ "character": 5
1702
1722
  },
1703
1723
  "name": "options",
1704
1724
  "type": {
1705
1725
  "__schema": "TypeLiteralSchema",
1706
1726
  "location": {
1707
1727
  "filePath": "renaming.main.runtime.ts",
1708
- "line": 192,
1709
- "character": 66
1728
+ "line": 195,
1729
+ "character": 14
1710
1730
  },
1711
1731
  "members": [
1712
1732
  {
1713
1733
  "__schema": "VariableLikeSchema",
1714
1734
  "location": {
1715
1735
  "filePath": "renaming.main.runtime.ts",
1716
- "line": 192,
1717
- "character": 68
1736
+ "line": 195,
1737
+ "character": 16
1718
1738
  },
1719
1739
  "signature": "(property) refactor?: boolean | undefined",
1720
1740
  "name": "refactor",
@@ -1722,8 +1742,28 @@
1722
1742
  "__schema": "KeywordTypeSchema",
1723
1743
  "location": {
1724
1744
  "filePath": "renaming.main.runtime.ts",
1725
- "line": 192,
1726
- "character": 79
1745
+ "line": 195,
1746
+ "character": 27
1747
+ },
1748
+ "name": "boolean"
1749
+ },
1750
+ "isOptional": true
1751
+ },
1752
+ {
1753
+ "__schema": "VariableLikeSchema",
1754
+ "location": {
1755
+ "filePath": "renaming.main.runtime.ts",
1756
+ "line": 195,
1757
+ "character": 36
1758
+ },
1759
+ "signature": "(property) deprecate?: boolean | undefined",
1760
+ "name": "deprecate",
1761
+ "type": {
1762
+ "__schema": "KeywordTypeSchema",
1763
+ "location": {
1764
+ "filePath": "renaming.main.runtime.ts",
1765
+ "line": 195,
1766
+ "character": 48
1727
1767
  },
1728
1768
  "name": "boolean"
1729
1769
  },
@@ -1740,8 +1780,8 @@
1740
1780
  "__schema": "TypeRefSchema",
1741
1781
  "location": {
1742
1782
  "filePath": "renaming.main.runtime.ts",
1743
- "line": 192,
1744
- "character": 96
1783
+ "line": 196,
1784
+ "character": 6
1745
1785
  },
1746
1786
  "name": "Promise",
1747
1787
  "typeArgs": [
@@ -1749,8 +1789,8 @@
1749
1789
  "__schema": "TypeRefSchema",
1750
1790
  "location": {
1751
1791
  "filePath": "renaming.main.runtime.ts",
1752
- "line": 192,
1753
- "character": 104
1792
+ "line": 196,
1793
+ "character": 14
1754
1794
  },
1755
1795
  "name": "RenameResult"
1756
1796
  }
@@ -1764,14 +1804,14 @@
1764
1804
  "__schema": "FunctionLikeSchema",
1765
1805
  "location": {
1766
1806
  "filePath": "renaming.main.runtime.ts",
1767
- "line": 214,
1807
+ "line": 218,
1768
1808
  "character": 3
1769
1809
  },
1770
1810
  "doc": {
1771
1811
  "__schema": "DocSchema",
1772
1812
  "location": {
1773
1813
  "filePath": "renaming.main.runtime.ts",
1774
- "line": 208,
1814
+ "line": 212,
1775
1815
  "character": 3
1776
1816
  },
1777
1817
  "raw": "/**\n * change the default-scope for new components. optionally (if refactor is true), change the source code to match the\n * new scope-name.\n * keep in mind that this is working for new components only, for tagged/exported it's impossible. See the errors\n * thrown in such cases in this method.\n */",
@@ -1784,7 +1824,7 @@
1784
1824
  "__schema": "ParameterSchema",
1785
1825
  "location": {
1786
1826
  "filePath": "renaming.main.runtime.ts",
1787
- "line": 215,
1827
+ "line": 219,
1788
1828
  "character": 5
1789
1829
  },
1790
1830
  "name": "oldOwner",
@@ -1792,7 +1832,7 @@
1792
1832
  "__schema": "KeywordTypeSchema",
1793
1833
  "location": {
1794
1834
  "filePath": "renaming.main.runtime.ts",
1795
- "line": 215,
1835
+ "line": 219,
1796
1836
  "character": 15
1797
1837
  },
1798
1838
  "name": "string"
@@ -1804,7 +1844,7 @@
1804
1844
  "__schema": "ParameterSchema",
1805
1845
  "location": {
1806
1846
  "filePath": "renaming.main.runtime.ts",
1807
- "line": 216,
1847
+ "line": 220,
1808
1848
  "character": 5
1809
1849
  },
1810
1850
  "name": "newOwner",
@@ -1812,7 +1852,7 @@
1812
1852
  "__schema": "KeywordTypeSchema",
1813
1853
  "location": {
1814
1854
  "filePath": "renaming.main.runtime.ts",
1815
- "line": 216,
1855
+ "line": 220,
1816
1856
  "character": 15
1817
1857
  },
1818
1858
  "name": "string"
@@ -1824,7 +1864,7 @@
1824
1864
  "__schema": "ParameterSchema",
1825
1865
  "location": {
1826
1866
  "filePath": "renaming.main.runtime.ts",
1827
- "line": 217,
1867
+ "line": 221,
1828
1868
  "character": 5
1829
1869
  },
1830
1870
  "name": "options",
@@ -1832,7 +1872,7 @@
1832
1872
  "__schema": "TypeLiteralSchema",
1833
1873
  "location": {
1834
1874
  "filePath": "renaming.main.runtime.ts",
1835
- "line": 217,
1875
+ "line": 221,
1836
1876
  "character": 14
1837
1877
  },
1838
1878
  "members": [
@@ -1840,7 +1880,7 @@
1840
1880
  "__schema": "VariableLikeSchema",
1841
1881
  "location": {
1842
1882
  "filePath": "renaming.main.runtime.ts",
1843
- "line": 217,
1883
+ "line": 221,
1844
1884
  "character": 16
1845
1885
  },
1846
1886
  "signature": "(property) refactor?: boolean | undefined",
@@ -1849,7 +1889,7 @@
1849
1889
  "__schema": "KeywordTypeSchema",
1850
1890
  "location": {
1851
1891
  "filePath": "renaming.main.runtime.ts",
1852
- "line": 217,
1892
+ "line": 221,
1853
1893
  "character": 27
1854
1894
  },
1855
1895
  "name": "boolean"
@@ -1860,7 +1900,7 @@
1860
1900
  "__schema": "VariableLikeSchema",
1861
1901
  "location": {
1862
1902
  "filePath": "renaming.main.runtime.ts",
1863
- "line": 217,
1903
+ "line": 221,
1864
1904
  "character": 36
1865
1905
  },
1866
1906
  "signature": "(property) ast?: boolean | undefined",
@@ -1869,7 +1909,7 @@
1869
1909
  "__schema": "KeywordTypeSchema",
1870
1910
  "location": {
1871
1911
  "filePath": "renaming.main.runtime.ts",
1872
- "line": 217,
1912
+ "line": 221,
1873
1913
  "character": 42
1874
1914
  },
1875
1915
  "name": "boolean"
@@ -1886,7 +1926,7 @@
1886
1926
  "__schema": "TypeRefSchema",
1887
1927
  "location": {
1888
1928
  "filePath": "renaming.main.runtime.ts",
1889
- "line": 218,
1929
+ "line": 222,
1890
1930
  "character": 6
1891
1931
  },
1892
1932
  "name": "Promise",
@@ -1895,7 +1935,7 @@
1895
1935
  "__schema": "TypeRefSchema",
1896
1936
  "location": {
1897
1937
  "filePath": "renaming.main.runtime.ts",
1898
- "line": 218,
1938
+ "line": 222,
1899
1939
  "character": 14
1900
1940
  },
1901
1941
  "name": "RenameResult"
@@ -1910,7 +1950,7 @@
1910
1950
  "__schema": "VariableLikeSchema",
1911
1951
  "location": {
1912
1952
  "filePath": "renaming.main.runtime.ts",
1913
- "line": 290,
1953
+ "line": 294,
1914
1954
  "character": 3
1915
1955
  },
1916
1956
  "signature": "(property) RenamingMain.slots: never[]",
@@ -1919,7 +1959,7 @@
1919
1959
  "__schema": "InferenceTypeSchema",
1920
1960
  "location": {
1921
1961
  "filePath": "renaming.main.runtime.ts",
1922
- "line": 290,
1962
+ "line": 294,
1923
1963
  "character": 3
1924
1964
  },
1925
1965
  "type": "never[]"
@@ -1931,7 +1971,7 @@
1931
1971
  "__schema": "VariableLikeSchema",
1932
1972
  "location": {
1933
1973
  "filePath": "renaming.main.runtime.ts",
1934
- "line": 291,
1974
+ "line": 295,
1935
1975
  "character": 3
1936
1976
  },
1937
1977
  "signature": "(property) RenamingMain.dependencies: Aspect[]",
@@ -1940,7 +1980,7 @@
1940
1980
  "__schema": "InferenceTypeSchema",
1941
1981
  "location": {
1942
1982
  "filePath": "renaming.main.runtime.ts",
1943
- "line": 291,
1983
+ "line": 295,
1944
1984
  "character": 3
1945
1985
  },
1946
1986
  "type": "Aspect[]"
@@ -1952,7 +1992,7 @@
1952
1992
  "__schema": "VariableLikeSchema",
1953
1993
  "location": {
1954
1994
  "filePath": "renaming.main.runtime.ts",
1955
- "line": 307,
1995
+ "line": 311,
1956
1996
  "character": 3
1957
1997
  },
1958
1998
  "signature": "(property) RenamingMain.runtime: RuntimeDefinition",
@@ -1961,7 +2001,7 @@
1961
2001
  "__schema": "InferenceTypeSchema",
1962
2002
  "location": {
1963
2003
  "filePath": "renaming.main.runtime.ts",
1964
- "line": 307,
2004
+ "line": 311,
1965
2005
  "character": 3
1966
2006
  },
1967
2007
  "type": "RuntimeDefinition"
@@ -1973,7 +2013,7 @@
1973
2013
  "__schema": "FunctionLikeSchema",
1974
2014
  "location": {
1975
2015
  "filePath": "renaming.main.runtime.ts",
1976
- "line": 308,
2016
+ "line": 312,
1977
2017
  "character": 3
1978
2018
  },
1979
2019
  "signature": "(method) RenamingMain.provider([cli, workspace, deprecation, newComponentHelper, componentMain, graphql, refactoring, install, config, componentWriter, compiler, loggerMain, envs, remove,]: [\n CLIMain,\n Workspace,\n DeprecationMain,\n NewComponentHelperMain,\n ComponentMain,\n GraphqlMain,\n RefactoringMain,\n InstallMain,\n ConfigMain,\n ComponentWriterMain,\n CompilerMain,\n LoggerMain,\n EnvsMain,\n RemoveMain\n]): Promise<RenamingMain>",
@@ -1983,7 +2023,7 @@
1983
2023
  "__schema": "ParameterSchema",
1984
2024
  "location": {
1985
2025
  "filePath": "renaming.main.runtime.ts",
1986
- "line": 308,
2026
+ "line": 312,
1987
2027
  "character": 25
1988
2028
  },
1989
2029
  "name": "[ cli, workspace, deprecation, newComponentHelper, componentMain, graphql, refactoring, install, config, componentWriter, compiler, loggerMain, envs, remove ]",
@@ -1991,7 +2031,7 @@
1991
2031
  "__schema": "TupleTypeSchema",
1992
2032
  "location": {
1993
2033
  "filePath": "renaming.main.runtime.ts",
1994
- "line": 323,
2034
+ "line": 327,
1995
2035
  "character": 6
1996
2036
  },
1997
2037
  "elements": [
@@ -1999,7 +2039,7 @@
1999
2039
  "__schema": "TypeRefSchema",
2000
2040
  "location": {
2001
2041
  "filePath": "renaming.main.runtime.ts",
2002
- "line": 324,
2042
+ "line": 328,
2003
2043
  "character": 5
2004
2044
  },
2005
2045
  "name": "CLIMain"
@@ -2008,7 +2048,7 @@
2008
2048
  "__schema": "TypeRefSchema",
2009
2049
  "location": {
2010
2050
  "filePath": "renaming.main.runtime.ts",
2011
- "line": 325,
2051
+ "line": 329,
2012
2052
  "character": 5
2013
2053
  },
2014
2054
  "name": "Workspace"
@@ -2017,7 +2057,7 @@
2017
2057
  "__schema": "TypeRefSchema",
2018
2058
  "location": {
2019
2059
  "filePath": "renaming.main.runtime.ts",
2020
- "line": 326,
2060
+ "line": 330,
2021
2061
  "character": 5
2022
2062
  },
2023
2063
  "name": "DeprecationMain"
@@ -2026,7 +2066,7 @@
2026
2066
  "__schema": "TypeRefSchema",
2027
2067
  "location": {
2028
2068
  "filePath": "renaming.main.runtime.ts",
2029
- "line": 327,
2069
+ "line": 331,
2030
2070
  "character": 5
2031
2071
  },
2032
2072
  "name": "NewComponentHelperMain"
@@ -2035,7 +2075,7 @@
2035
2075
  "__schema": "TypeRefSchema",
2036
2076
  "location": {
2037
2077
  "filePath": "renaming.main.runtime.ts",
2038
- "line": 328,
2078
+ "line": 332,
2039
2079
  "character": 5
2040
2080
  },
2041
2081
  "name": "ComponentMain"
@@ -2044,7 +2084,7 @@
2044
2084
  "__schema": "TypeRefSchema",
2045
2085
  "location": {
2046
2086
  "filePath": "renaming.main.runtime.ts",
2047
- "line": 329,
2087
+ "line": 333,
2048
2088
  "character": 5
2049
2089
  },
2050
2090
  "name": "GraphqlMain"
@@ -2053,7 +2093,7 @@
2053
2093
  "__schema": "TypeRefSchema",
2054
2094
  "location": {
2055
2095
  "filePath": "renaming.main.runtime.ts",
2056
- "line": 330,
2096
+ "line": 334,
2057
2097
  "character": 5
2058
2098
  },
2059
2099
  "name": "RefactoringMain"
@@ -2062,7 +2102,7 @@
2062
2102
  "__schema": "TypeRefSchema",
2063
2103
  "location": {
2064
2104
  "filePath": "renaming.main.runtime.ts",
2065
- "line": 331,
2105
+ "line": 335,
2066
2106
  "character": 5
2067
2107
  },
2068
2108
  "name": "InstallMain"
@@ -2071,7 +2111,7 @@
2071
2111
  "__schema": "TypeRefSchema",
2072
2112
  "location": {
2073
2113
  "filePath": "renaming.main.runtime.ts",
2074
- "line": 332,
2114
+ "line": 336,
2075
2115
  "character": 5
2076
2116
  },
2077
2117
  "name": "ConfigMain"
@@ -2080,7 +2120,7 @@
2080
2120
  "__schema": "TypeRefSchema",
2081
2121
  "location": {
2082
2122
  "filePath": "renaming.main.runtime.ts",
2083
- "line": 333,
2123
+ "line": 337,
2084
2124
  "character": 5
2085
2125
  },
2086
2126
  "name": "ComponentWriterMain"
@@ -2089,7 +2129,7 @@
2089
2129
  "__schema": "TypeRefSchema",
2090
2130
  "location": {
2091
2131
  "filePath": "renaming.main.runtime.ts",
2092
- "line": 334,
2132
+ "line": 338,
2093
2133
  "character": 5
2094
2134
  },
2095
2135
  "name": "CompilerMain"
@@ -2098,7 +2138,7 @@
2098
2138
  "__schema": "TypeRefSchema",
2099
2139
  "location": {
2100
2140
  "filePath": "renaming.main.runtime.ts",
2101
- "line": 335,
2141
+ "line": 339,
2102
2142
  "character": 5
2103
2143
  },
2104
2144
  "name": "LoggerMain"
@@ -2107,7 +2147,7 @@
2107
2147
  "__schema": "TypeRefSchema",
2108
2148
  "location": {
2109
2149
  "filePath": "renaming.main.runtime.ts",
2110
- "line": 336,
2150
+ "line": 340,
2111
2151
  "character": 5
2112
2152
  },
2113
2153
  "name": "EnvsMain"
@@ -2116,7 +2156,7 @@
2116
2156
  "__schema": "TypeRefSchema",
2117
2157
  "location": {
2118
2158
  "filePath": "renaming.main.runtime.ts",
2119
- "line": 337,
2159
+ "line": 341,
2120
2160
  "character": 5
2121
2161
  },
2122
2162
  "name": "RemoveMain"
@@ -2131,7 +2171,7 @@
2131
2171
  "__schema": "InferenceTypeSchema",
2132
2172
  "location": {
2133
2173
  "filePath": "renaming.main.runtime.ts",
2134
- "line": 308,
2174
+ "line": 312,
2135
2175
  "character": 3
2136
2176
  },
2137
2177
  "type": "Promise<RenamingMain>"
@@ -2149,7 +2189,7 @@
2149
2189
  "__schema": "TypeSchema",
2150
2190
  "location": {
2151
2191
  "filePath": "renaming.main.runtime.ts",
2152
- "line": 367,
2192
+ "line": 371,
2153
2193
  "character": 1
2154
2194
  },
2155
2195
  "signature": "type RenameDependencyNameResult = {\n sourceId: ComponentID;\n targetId: ComponentID;\n}",
@@ -2158,7 +2198,7 @@
2158
2198
  "__schema": "TypeLiteralSchema",
2159
2199
  "location": {
2160
2200
  "filePath": "renaming.main.runtime.ts",
2161
- "line": 367,
2201
+ "line": 371,
2162
2202
  "character": 42
2163
2203
  },
2164
2204
  "members": [
@@ -2166,7 +2206,7 @@
2166
2206
  "__schema": "VariableLikeSchema",
2167
2207
  "location": {
2168
2208
  "filePath": "renaming.main.runtime.ts",
2169
- "line": 367,
2209
+ "line": 371,
2170
2210
  "character": 44
2171
2211
  },
2172
2212
  "signature": "(property) sourceId: ComponentID",
@@ -2175,7 +2215,7 @@
2175
2215
  "__schema": "TypeRefSchema",
2176
2216
  "location": {
2177
2217
  "filePath": "renaming.main.runtime.ts",
2178
- "line": 367,
2218
+ "line": 371,
2179
2219
  "character": 44
2180
2220
  },
2181
2221
  "name": "ComponentID",
@@ -2190,7 +2230,7 @@
2190
2230
  "__schema": "VariableLikeSchema",
2191
2231
  "location": {
2192
2232
  "filePath": "renaming.main.runtime.ts",
2193
- "line": 367,
2233
+ "line": 371,
2194
2234
  "character": 67
2195
2235
  },
2196
2236
  "signature": "(property) targetId: ComponentID",
@@ -2199,7 +2239,7 @@
2199
2239
  "__schema": "TypeRefSchema",
2200
2240
  "location": {
2201
2241
  "filePath": "renaming.main.runtime.ts",
2202
- "line": 367,
2242
+ "line": 371,
2203
2243
  "character": 67
2204
2244
  },
2205
2245
  "name": "ComponentID",
@@ -2217,7 +2257,7 @@
2217
2257
  "__schema": "TypeSchema",
2218
2258
  "location": {
2219
2259
  "filePath": "renaming.main.runtime.ts",
2220
- "line": 369,
2260
+ "line": 373,
2221
2261
  "character": 1
2222
2262
  },
2223
2263
  "signature": "type RenamingInfo = {\n renamedFrom: ComponentID;\n}",
@@ -2226,7 +2266,7 @@
2226
2266
  "__schema": "TypeLiteralSchema",
2227
2267
  "location": {
2228
2268
  "filePath": "renaming.main.runtime.ts",
2229
- "line": 369,
2269
+ "line": 373,
2230
2270
  "character": 28
2231
2271
  },
2232
2272
  "members": [
@@ -2234,7 +2274,7 @@
2234
2274
  "__schema": "VariableLikeSchema",
2235
2275
  "location": {
2236
2276
  "filePath": "renaming.main.runtime.ts",
2237
- "line": 370,
2277
+ "line": 374,
2238
2278
  "character": 3
2239
2279
  },
2240
2280
  "signature": "(property) renamedFrom: ComponentID",
@@ -2243,7 +2283,7 @@
2243
2283
  "__schema": "TypeRefSchema",
2244
2284
  "location": {
2245
2285
  "filePath": "renaming.main.runtime.ts",
2246
- "line": 370,
2286
+ "line": 374,
2247
2287
  "character": 3
2248
2288
  },
2249
2289
  "name": "ComponentID",
@@ -2261,7 +2301,7 @@
2261
2301
  "__schema": "UnImplementedSchema",
2262
2302
  "location": {
2263
2303
  "filePath": "renaming.main.runtime.ts",
2264
- "line": 373,
2304
+ "line": 377,
2265
2305
  "character": 16
2266
2306
  },
2267
2307
  "name": "RenamingMain",
@@ -2488,7 +2528,7 @@
2488
2528
  "__schema": "UnImplementedSchema",
2489
2529
  "location": {
2490
2530
  "filePath": "renaming.main.runtime.ts",
2491
- "line": 365,
2531
+ "line": 369,
2492
2532
  "character": 1
2493
2533
  },
2494
2534
  "name": "RenamingAspect.addRuntime(RenamingMain);",
@@ -2537,7 +2577,7 @@
2537
2577
  "componentId": {
2538
2578
  "scope": "teambit.component",
2539
2579
  "name": "renaming",
2540
- "version": "1.0.164"
2580
+ "version": "1.0.166"
2541
2581
  },
2542
2582
  "taggedModuleExports": []
2543
2583
  }