@teambit/importer 1.0.286 → 1.0.288
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.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_scope_importer-preview.js +1 -1
- package/artifacts/schema.json +283 -243
- package/dist/import-components.d.ts +2 -0
- package/dist/import-components.js +16 -6
- package/dist/import-components.js.map +1 -1
- package/dist/import.cmd.d.ts +1 -0
- package/dist/import.cmd.js +6 -1
- package/dist/import.cmd.js.map +1 -1
- package/dist/{preview-1716790497683.js → preview-1716953036801.js} +2 -2
- package/package.json +12 -12
package/artifacts/schema.json
CHANGED
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"_legacy": {
|
|
534
534
|
"scope": "teambit.scope",
|
|
535
535
|
"name": "importer",
|
|
536
|
-
"version": "1.0.
|
|
536
|
+
"version": "1.0.288"
|
|
537
537
|
},
|
|
538
538
|
"_scope": "teambit.scope"
|
|
539
539
|
}
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"line": 38,
|
|
558
558
|
"character": 1
|
|
559
559
|
},
|
|
560
|
-
"signature": "type ImportOptions = {\n ids: string[];\n verbose?: boolean | undefined;\n merge?: boolean | undefined;\n mergeStrategy?: \"
|
|
560
|
+
"signature": "type ImportOptions = {\n ids: string[];\n verbose?: boolean | undefined;\n merge?: boolean | undefined;\n mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined;\n filterEnvs?: string[] | undefined;\n writeToPath?: string | undefined;\n ... 18 more ...;\n isLaneFromRemote?: boolean | undefined;\n}",
|
|
561
561
|
"name": "ImportOptions",
|
|
562
562
|
"type": {
|
|
563
563
|
"__schema": "TypeLiteralSchema",
|
|
@@ -642,7 +642,7 @@
|
|
|
642
642
|
"line": 42,
|
|
643
643
|
"character": 3
|
|
644
644
|
},
|
|
645
|
-
"signature": "(property) mergeStrategy?: \"
|
|
645
|
+
"signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
646
646
|
"name": "mergeStrategy",
|
|
647
647
|
"type": {
|
|
648
648
|
"__schema": "TypeRefSchema",
|
|
@@ -831,13 +831,33 @@
|
|
|
831
831
|
"line": 51,
|
|
832
832
|
"character": 3
|
|
833
833
|
},
|
|
834
|
+
"signature": "(property) importHeadDependenciesDirectly?: boolean | undefined",
|
|
835
|
+
"name": "importHeadDependenciesDirectly",
|
|
836
|
+
"type": {
|
|
837
|
+
"__schema": "KeywordTypeSchema",
|
|
838
|
+
"location": {
|
|
839
|
+
"filePath": "import-components.ts",
|
|
840
|
+
"line": 51,
|
|
841
|
+
"character": 36
|
|
842
|
+
},
|
|
843
|
+
"name": "boolean"
|
|
844
|
+
},
|
|
845
|
+
"isOptional": true
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"__schema": "VariableLikeSchema",
|
|
849
|
+
"location": {
|
|
850
|
+
"filePath": "import-components.ts",
|
|
851
|
+
"line": 52,
|
|
852
|
+
"character": 3
|
|
853
|
+
},
|
|
834
854
|
"signature": "(property) importDependents?: boolean | undefined",
|
|
835
855
|
"name": "importDependents",
|
|
836
856
|
"type": {
|
|
837
857
|
"__schema": "KeywordTypeSchema",
|
|
838
858
|
"location": {
|
|
839
859
|
"filePath": "import-components.ts",
|
|
840
|
-
"line":
|
|
860
|
+
"line": 52,
|
|
841
861
|
"character": 22
|
|
842
862
|
},
|
|
843
863
|
"name": "boolean"
|
|
@@ -848,7 +868,7 @@
|
|
|
848
868
|
"__schema": "VariableLikeSchema",
|
|
849
869
|
"location": {
|
|
850
870
|
"filePath": "import-components.ts",
|
|
851
|
-
"line":
|
|
871
|
+
"line": 53,
|
|
852
872
|
"character": 3
|
|
853
873
|
},
|
|
854
874
|
"signature": "(property) dependentsVia?: string | undefined",
|
|
@@ -857,7 +877,7 @@
|
|
|
857
877
|
"__schema": "KeywordTypeSchema",
|
|
858
878
|
"location": {
|
|
859
879
|
"filePath": "import-components.ts",
|
|
860
|
-
"line":
|
|
880
|
+
"line": 53,
|
|
861
881
|
"character": 19
|
|
862
882
|
},
|
|
863
883
|
"name": "string"
|
|
@@ -868,7 +888,7 @@
|
|
|
868
888
|
"__schema": "VariableLikeSchema",
|
|
869
889
|
"location": {
|
|
870
890
|
"filePath": "import-components.ts",
|
|
871
|
-
"line":
|
|
891
|
+
"line": 54,
|
|
872
892
|
"character": 3
|
|
873
893
|
},
|
|
874
894
|
"signature": "(property) dependentsAll?: boolean | undefined",
|
|
@@ -877,7 +897,7 @@
|
|
|
877
897
|
"__schema": "KeywordTypeSchema",
|
|
878
898
|
"location": {
|
|
879
899
|
"filePath": "import-components.ts",
|
|
880
|
-
"line":
|
|
900
|
+
"line": 54,
|
|
881
901
|
"character": 19
|
|
882
902
|
},
|
|
883
903
|
"name": "boolean"
|
|
@@ -888,7 +908,7 @@
|
|
|
888
908
|
"__schema": "VariableLikeSchema",
|
|
889
909
|
"location": {
|
|
890
910
|
"filePath": "import-components.ts",
|
|
891
|
-
"line":
|
|
911
|
+
"line": 55,
|
|
892
912
|
"character": 3
|
|
893
913
|
},
|
|
894
914
|
"signature": "(property) silent?: boolean | undefined",
|
|
@@ -897,7 +917,7 @@
|
|
|
897
917
|
"__schema": "KeywordTypeSchema",
|
|
898
918
|
"location": {
|
|
899
919
|
"filePath": "import-components.ts",
|
|
900
|
-
"line":
|
|
920
|
+
"line": 55,
|
|
901
921
|
"character": 12
|
|
902
922
|
},
|
|
903
923
|
"name": "boolean"
|
|
@@ -908,7 +928,7 @@
|
|
|
908
928
|
"__schema": "VariableLikeSchema",
|
|
909
929
|
"location": {
|
|
910
930
|
"filePath": "import-components.ts",
|
|
911
|
-
"line":
|
|
931
|
+
"line": 56,
|
|
912
932
|
"character": 3
|
|
913
933
|
},
|
|
914
934
|
"signature": "(property) fromOriginalScope?: boolean | undefined",
|
|
@@ -917,7 +937,7 @@
|
|
|
917
937
|
"__schema": "KeywordTypeSchema",
|
|
918
938
|
"location": {
|
|
919
939
|
"filePath": "import-components.ts",
|
|
920
|
-
"line":
|
|
940
|
+
"line": 56,
|
|
921
941
|
"character": 23
|
|
922
942
|
},
|
|
923
943
|
"name": "boolean"
|
|
@@ -928,7 +948,7 @@
|
|
|
928
948
|
"__schema": "VariableLikeSchema",
|
|
929
949
|
"location": {
|
|
930
950
|
"filePath": "import-components.ts",
|
|
931
|
-
"line":
|
|
951
|
+
"line": 57,
|
|
932
952
|
"character": 3
|
|
933
953
|
},
|
|
934
954
|
"signature": "(property) saveInLane?: boolean | undefined",
|
|
@@ -937,7 +957,7 @@
|
|
|
937
957
|
"__schema": "KeywordTypeSchema",
|
|
938
958
|
"location": {
|
|
939
959
|
"filePath": "import-components.ts",
|
|
940
|
-
"line":
|
|
960
|
+
"line": 57,
|
|
941
961
|
"character": 16
|
|
942
962
|
},
|
|
943
963
|
"name": "boolean"
|
|
@@ -948,7 +968,7 @@
|
|
|
948
968
|
"__schema": "VariableLikeSchema",
|
|
949
969
|
"location": {
|
|
950
970
|
"filePath": "import-components.ts",
|
|
951
|
-
"line":
|
|
971
|
+
"line": 58,
|
|
952
972
|
"character": 3
|
|
953
973
|
},
|
|
954
974
|
"signature": "(property) lanes?: {\n laneId: LaneId;\n remoteLane?: Lane | undefined;\n} | undefined",
|
|
@@ -957,7 +977,7 @@
|
|
|
957
977
|
"__schema": "TypeLiteralSchema",
|
|
958
978
|
"location": {
|
|
959
979
|
"filePath": "import-components.ts",
|
|
960
|
-
"line":
|
|
980
|
+
"line": 58,
|
|
961
981
|
"character": 11
|
|
962
982
|
},
|
|
963
983
|
"members": [
|
|
@@ -965,7 +985,7 @@
|
|
|
965
985
|
"__schema": "VariableLikeSchema",
|
|
966
986
|
"location": {
|
|
967
987
|
"filePath": "import-components.ts",
|
|
968
|
-
"line":
|
|
988
|
+
"line": 59,
|
|
969
989
|
"character": 5
|
|
970
990
|
},
|
|
971
991
|
"signature": "(property) laneId: LaneId",
|
|
@@ -974,7 +994,7 @@
|
|
|
974
994
|
"__schema": "TypeRefSchema",
|
|
975
995
|
"location": {
|
|
976
996
|
"filePath": "import-components.ts",
|
|
977
|
-
"line":
|
|
997
|
+
"line": 59,
|
|
978
998
|
"character": 5
|
|
979
999
|
},
|
|
980
1000
|
"name": "LaneId",
|
|
@@ -990,7 +1010,7 @@
|
|
|
990
1010
|
"__schema": "VariableLikeSchema",
|
|
991
1011
|
"location": {
|
|
992
1012
|
"filePath": "import-components.ts",
|
|
993
|
-
"line":
|
|
1013
|
+
"line": 60,
|
|
994
1014
|
"character": 5
|
|
995
1015
|
},
|
|
996
1016
|
"signature": "(property) remoteLane?: Lane | undefined",
|
|
@@ -999,7 +1019,7 @@
|
|
|
999
1019
|
"__schema": "TypeRefSchema",
|
|
1000
1020
|
"location": {
|
|
1001
1021
|
"filePath": "import-components.ts",
|
|
1002
|
-
"line":
|
|
1022
|
+
"line": 60,
|
|
1003
1023
|
"character": 18
|
|
1004
1024
|
},
|
|
1005
1025
|
"name": "Lane",
|
|
@@ -1015,7 +1035,7 @@
|
|
|
1015
1035
|
"__schema": "VariableLikeSchema",
|
|
1016
1036
|
"location": {
|
|
1017
1037
|
"filePath": "import-components.ts",
|
|
1018
|
-
"line":
|
|
1038
|
+
"line": 62,
|
|
1019
1039
|
"character": 3
|
|
1020
1040
|
},
|
|
1021
1041
|
"signature": "(property) allHistory?: boolean | undefined",
|
|
@@ -1024,7 +1044,7 @@
|
|
|
1024
1044
|
"__schema": "KeywordTypeSchema",
|
|
1025
1045
|
"location": {
|
|
1026
1046
|
"filePath": "import-components.ts",
|
|
1027
|
-
"line":
|
|
1047
|
+
"line": 62,
|
|
1028
1048
|
"character": 16
|
|
1029
1049
|
},
|
|
1030
1050
|
"name": "boolean"
|
|
@@ -1035,7 +1055,7 @@
|
|
|
1035
1055
|
"__schema": "VariableLikeSchema",
|
|
1036
1056
|
"location": {
|
|
1037
1057
|
"filePath": "import-components.ts",
|
|
1038
|
-
"line":
|
|
1058
|
+
"line": 63,
|
|
1039
1059
|
"character": 3
|
|
1040
1060
|
},
|
|
1041
1061
|
"signature": "(property) fetchDeps?: boolean | undefined",
|
|
@@ -1044,7 +1064,7 @@
|
|
|
1044
1064
|
"__schema": "KeywordTypeSchema",
|
|
1045
1065
|
"location": {
|
|
1046
1066
|
"filePath": "import-components.ts",
|
|
1047
|
-
"line":
|
|
1067
|
+
"line": 63,
|
|
1048
1068
|
"character": 15
|
|
1049
1069
|
},
|
|
1050
1070
|
"name": "boolean"
|
|
@@ -1055,7 +1075,7 @@
|
|
|
1055
1075
|
"__schema": "VariableLikeSchema",
|
|
1056
1076
|
"location": {
|
|
1057
1077
|
"filePath": "import-components.ts",
|
|
1058
|
-
"line":
|
|
1078
|
+
"line": 64,
|
|
1059
1079
|
"character": 3
|
|
1060
1080
|
},
|
|
1061
1081
|
"signature": "(property) trackOnly?: boolean | undefined",
|
|
@@ -1064,7 +1084,7 @@
|
|
|
1064
1084
|
"__schema": "KeywordTypeSchema",
|
|
1065
1085
|
"location": {
|
|
1066
1086
|
"filePath": "import-components.ts",
|
|
1067
|
-
"line":
|
|
1087
|
+
"line": 64,
|
|
1068
1088
|
"character": 15
|
|
1069
1089
|
},
|
|
1070
1090
|
"name": "boolean"
|
|
@@ -1075,7 +1095,7 @@
|
|
|
1075
1095
|
"__schema": "VariableLikeSchema",
|
|
1076
1096
|
"location": {
|
|
1077
1097
|
"filePath": "import-components.ts",
|
|
1078
|
-
"line":
|
|
1098
|
+
"line": 65,
|
|
1079
1099
|
"character": 3
|
|
1080
1100
|
},
|
|
1081
1101
|
"signature": "(property) includeDeprecated?: boolean | undefined",
|
|
@@ -1084,7 +1104,7 @@
|
|
|
1084
1104
|
"__schema": "KeywordTypeSchema",
|
|
1085
1105
|
"location": {
|
|
1086
1106
|
"filePath": "import-components.ts",
|
|
1087
|
-
"line":
|
|
1107
|
+
"line": 65,
|
|
1088
1108
|
"character": 23
|
|
1089
1109
|
},
|
|
1090
1110
|
"name": "boolean"
|
|
@@ -1095,7 +1115,7 @@
|
|
|
1095
1115
|
"__schema": "VariableLikeSchema",
|
|
1096
1116
|
"location": {
|
|
1097
1117
|
"filePath": "import-components.ts",
|
|
1098
|
-
"line":
|
|
1118
|
+
"line": 66,
|
|
1099
1119
|
"character": 3
|
|
1100
1120
|
},
|
|
1101
1121
|
"signature": "(property) isLaneFromRemote?: boolean | undefined",
|
|
@@ -1104,7 +1124,7 @@
|
|
|
1104
1124
|
"__schema": "KeywordTypeSchema",
|
|
1105
1125
|
"location": {
|
|
1106
1126
|
"filePath": "import-components.ts",
|
|
1107
|
-
"line":
|
|
1127
|
+
"line": 66,
|
|
1108
1128
|
"character": 22
|
|
1109
1129
|
},
|
|
1110
1130
|
"name": "boolean"
|
|
@@ -3074,7 +3094,7 @@
|
|
|
3074
3094
|
"_legacy": {
|
|
3075
3095
|
"scope": "teambit.scope",
|
|
3076
3096
|
"name": "importer",
|
|
3077
|
-
"version": "1.0.
|
|
3097
|
+
"version": "1.0.288"
|
|
3078
3098
|
},
|
|
3079
3099
|
"_scope": "teambit.scope"
|
|
3080
3100
|
}
|
|
@@ -3170,7 +3190,7 @@
|
|
|
3170
3190
|
"line": 38,
|
|
3171
3191
|
"character": 1
|
|
3172
3192
|
},
|
|
3173
|
-
"signature": "type ImportOptions = {\n ids: string[];\n verbose?: boolean | undefined;\n merge?: boolean | undefined;\n mergeStrategy?: \"
|
|
3193
|
+
"signature": "type ImportOptions = {\n ids: string[];\n verbose?: boolean | undefined;\n merge?: boolean | undefined;\n mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined;\n filterEnvs?: string[] | undefined;\n writeToPath?: string | undefined;\n ... 18 more ...;\n isLaneFromRemote?: boolean | undefined;\n}",
|
|
3174
3194
|
"name": "ImportOptions",
|
|
3175
3195
|
"type": {
|
|
3176
3196
|
"__schema": "TypeLiteralSchema",
|
|
@@ -3255,7 +3275,7 @@
|
|
|
3255
3275
|
"line": 42,
|
|
3256
3276
|
"character": 3
|
|
3257
3277
|
},
|
|
3258
|
-
"signature": "(property) mergeStrategy?: \"
|
|
3278
|
+
"signature": "(property) mergeStrategy?: \"theirs\" | \"ours\" | \"manual\" | undefined",
|
|
3259
3279
|
"name": "mergeStrategy",
|
|
3260
3280
|
"type": {
|
|
3261
3281
|
"__schema": "TypeRefSchema",
|
|
@@ -3444,13 +3464,33 @@
|
|
|
3444
3464
|
"line": 51,
|
|
3445
3465
|
"character": 3
|
|
3446
3466
|
},
|
|
3467
|
+
"signature": "(property) importHeadDependenciesDirectly?: boolean | undefined",
|
|
3468
|
+
"name": "importHeadDependenciesDirectly",
|
|
3469
|
+
"type": {
|
|
3470
|
+
"__schema": "KeywordTypeSchema",
|
|
3471
|
+
"location": {
|
|
3472
|
+
"filePath": "import-components.ts",
|
|
3473
|
+
"line": 51,
|
|
3474
|
+
"character": 36
|
|
3475
|
+
},
|
|
3476
|
+
"name": "boolean"
|
|
3477
|
+
},
|
|
3478
|
+
"isOptional": true
|
|
3479
|
+
},
|
|
3480
|
+
{
|
|
3481
|
+
"__schema": "VariableLikeSchema",
|
|
3482
|
+
"location": {
|
|
3483
|
+
"filePath": "import-components.ts",
|
|
3484
|
+
"line": 52,
|
|
3485
|
+
"character": 3
|
|
3486
|
+
},
|
|
3447
3487
|
"signature": "(property) importDependents?: boolean | undefined",
|
|
3448
3488
|
"name": "importDependents",
|
|
3449
3489
|
"type": {
|
|
3450
3490
|
"__schema": "KeywordTypeSchema",
|
|
3451
3491
|
"location": {
|
|
3452
3492
|
"filePath": "import-components.ts",
|
|
3453
|
-
"line":
|
|
3493
|
+
"line": 52,
|
|
3454
3494
|
"character": 22
|
|
3455
3495
|
},
|
|
3456
3496
|
"name": "boolean"
|
|
@@ -3461,7 +3501,7 @@
|
|
|
3461
3501
|
"__schema": "VariableLikeSchema",
|
|
3462
3502
|
"location": {
|
|
3463
3503
|
"filePath": "import-components.ts",
|
|
3464
|
-
"line":
|
|
3504
|
+
"line": 53,
|
|
3465
3505
|
"character": 3
|
|
3466
3506
|
},
|
|
3467
3507
|
"signature": "(property) dependentsVia?: string | undefined",
|
|
@@ -3470,7 +3510,7 @@
|
|
|
3470
3510
|
"__schema": "KeywordTypeSchema",
|
|
3471
3511
|
"location": {
|
|
3472
3512
|
"filePath": "import-components.ts",
|
|
3473
|
-
"line":
|
|
3513
|
+
"line": 53,
|
|
3474
3514
|
"character": 19
|
|
3475
3515
|
},
|
|
3476
3516
|
"name": "string"
|
|
@@ -3481,7 +3521,7 @@
|
|
|
3481
3521
|
"__schema": "VariableLikeSchema",
|
|
3482
3522
|
"location": {
|
|
3483
3523
|
"filePath": "import-components.ts",
|
|
3484
|
-
"line":
|
|
3524
|
+
"line": 54,
|
|
3485
3525
|
"character": 3
|
|
3486
3526
|
},
|
|
3487
3527
|
"signature": "(property) dependentsAll?: boolean | undefined",
|
|
@@ -3490,7 +3530,7 @@
|
|
|
3490
3530
|
"__schema": "KeywordTypeSchema",
|
|
3491
3531
|
"location": {
|
|
3492
3532
|
"filePath": "import-components.ts",
|
|
3493
|
-
"line":
|
|
3533
|
+
"line": 54,
|
|
3494
3534
|
"character": 19
|
|
3495
3535
|
},
|
|
3496
3536
|
"name": "boolean"
|
|
@@ -3501,7 +3541,7 @@
|
|
|
3501
3541
|
"__schema": "VariableLikeSchema",
|
|
3502
3542
|
"location": {
|
|
3503
3543
|
"filePath": "import-components.ts",
|
|
3504
|
-
"line":
|
|
3544
|
+
"line": 55,
|
|
3505
3545
|
"character": 3
|
|
3506
3546
|
},
|
|
3507
3547
|
"signature": "(property) silent?: boolean | undefined",
|
|
@@ -3510,7 +3550,7 @@
|
|
|
3510
3550
|
"__schema": "KeywordTypeSchema",
|
|
3511
3551
|
"location": {
|
|
3512
3552
|
"filePath": "import-components.ts",
|
|
3513
|
-
"line":
|
|
3553
|
+
"line": 55,
|
|
3514
3554
|
"character": 12
|
|
3515
3555
|
},
|
|
3516
3556
|
"name": "boolean"
|
|
@@ -3521,7 +3561,7 @@
|
|
|
3521
3561
|
"__schema": "VariableLikeSchema",
|
|
3522
3562
|
"location": {
|
|
3523
3563
|
"filePath": "import-components.ts",
|
|
3524
|
-
"line":
|
|
3564
|
+
"line": 56,
|
|
3525
3565
|
"character": 3
|
|
3526
3566
|
},
|
|
3527
3567
|
"signature": "(property) fromOriginalScope?: boolean | undefined",
|
|
@@ -3530,7 +3570,7 @@
|
|
|
3530
3570
|
"__schema": "KeywordTypeSchema",
|
|
3531
3571
|
"location": {
|
|
3532
3572
|
"filePath": "import-components.ts",
|
|
3533
|
-
"line":
|
|
3573
|
+
"line": 56,
|
|
3534
3574
|
"character": 23
|
|
3535
3575
|
},
|
|
3536
3576
|
"name": "boolean"
|
|
@@ -3541,7 +3581,7 @@
|
|
|
3541
3581
|
"__schema": "VariableLikeSchema",
|
|
3542
3582
|
"location": {
|
|
3543
3583
|
"filePath": "import-components.ts",
|
|
3544
|
-
"line":
|
|
3584
|
+
"line": 57,
|
|
3545
3585
|
"character": 3
|
|
3546
3586
|
},
|
|
3547
3587
|
"signature": "(property) saveInLane?: boolean | undefined",
|
|
@@ -3550,7 +3590,7 @@
|
|
|
3550
3590
|
"__schema": "KeywordTypeSchema",
|
|
3551
3591
|
"location": {
|
|
3552
3592
|
"filePath": "import-components.ts",
|
|
3553
|
-
"line":
|
|
3593
|
+
"line": 57,
|
|
3554
3594
|
"character": 16
|
|
3555
3595
|
},
|
|
3556
3596
|
"name": "boolean"
|
|
@@ -3561,7 +3601,7 @@
|
|
|
3561
3601
|
"__schema": "VariableLikeSchema",
|
|
3562
3602
|
"location": {
|
|
3563
3603
|
"filePath": "import-components.ts",
|
|
3564
|
-
"line":
|
|
3604
|
+
"line": 58,
|
|
3565
3605
|
"character": 3
|
|
3566
3606
|
},
|
|
3567
3607
|
"signature": "(property) lanes?: {\n laneId: LaneId;\n remoteLane?: Lane | undefined;\n} | undefined",
|
|
@@ -3570,7 +3610,7 @@
|
|
|
3570
3610
|
"__schema": "TypeLiteralSchema",
|
|
3571
3611
|
"location": {
|
|
3572
3612
|
"filePath": "import-components.ts",
|
|
3573
|
-
"line":
|
|
3613
|
+
"line": 58,
|
|
3574
3614
|
"character": 11
|
|
3575
3615
|
},
|
|
3576
3616
|
"members": [
|
|
@@ -3578,7 +3618,7 @@
|
|
|
3578
3618
|
"__schema": "VariableLikeSchema",
|
|
3579
3619
|
"location": {
|
|
3580
3620
|
"filePath": "import-components.ts",
|
|
3581
|
-
"line":
|
|
3621
|
+
"line": 59,
|
|
3582
3622
|
"character": 5
|
|
3583
3623
|
},
|
|
3584
3624
|
"signature": "(property) laneId: LaneId",
|
|
@@ -3587,7 +3627,7 @@
|
|
|
3587
3627
|
"__schema": "TypeRefSchema",
|
|
3588
3628
|
"location": {
|
|
3589
3629
|
"filePath": "import-components.ts",
|
|
3590
|
-
"line":
|
|
3630
|
+
"line": 59,
|
|
3591
3631
|
"character": 5
|
|
3592
3632
|
},
|
|
3593
3633
|
"name": "LaneId",
|
|
@@ -3603,7 +3643,7 @@
|
|
|
3603
3643
|
"__schema": "VariableLikeSchema",
|
|
3604
3644
|
"location": {
|
|
3605
3645
|
"filePath": "import-components.ts",
|
|
3606
|
-
"line":
|
|
3646
|
+
"line": 60,
|
|
3607
3647
|
"character": 5
|
|
3608
3648
|
},
|
|
3609
3649
|
"signature": "(property) remoteLane?: Lane | undefined",
|
|
@@ -3612,7 +3652,7 @@
|
|
|
3612
3652
|
"__schema": "TypeRefSchema",
|
|
3613
3653
|
"location": {
|
|
3614
3654
|
"filePath": "import-components.ts",
|
|
3615
|
-
"line":
|
|
3655
|
+
"line": 60,
|
|
3616
3656
|
"character": 18
|
|
3617
3657
|
},
|
|
3618
3658
|
"name": "Lane",
|
|
@@ -3628,7 +3668,7 @@
|
|
|
3628
3668
|
"__schema": "VariableLikeSchema",
|
|
3629
3669
|
"location": {
|
|
3630
3670
|
"filePath": "import-components.ts",
|
|
3631
|
-
"line":
|
|
3671
|
+
"line": 62,
|
|
3632
3672
|
"character": 3
|
|
3633
3673
|
},
|
|
3634
3674
|
"signature": "(property) allHistory?: boolean | undefined",
|
|
@@ -3637,7 +3677,7 @@
|
|
|
3637
3677
|
"__schema": "KeywordTypeSchema",
|
|
3638
3678
|
"location": {
|
|
3639
3679
|
"filePath": "import-components.ts",
|
|
3640
|
-
"line":
|
|
3680
|
+
"line": 62,
|
|
3641
3681
|
"character": 16
|
|
3642
3682
|
},
|
|
3643
3683
|
"name": "boolean"
|
|
@@ -3648,7 +3688,7 @@
|
|
|
3648
3688
|
"__schema": "VariableLikeSchema",
|
|
3649
3689
|
"location": {
|
|
3650
3690
|
"filePath": "import-components.ts",
|
|
3651
|
-
"line":
|
|
3691
|
+
"line": 63,
|
|
3652
3692
|
"character": 3
|
|
3653
3693
|
},
|
|
3654
3694
|
"signature": "(property) fetchDeps?: boolean | undefined",
|
|
@@ -3657,7 +3697,7 @@
|
|
|
3657
3697
|
"__schema": "KeywordTypeSchema",
|
|
3658
3698
|
"location": {
|
|
3659
3699
|
"filePath": "import-components.ts",
|
|
3660
|
-
"line":
|
|
3700
|
+
"line": 63,
|
|
3661
3701
|
"character": 15
|
|
3662
3702
|
},
|
|
3663
3703
|
"name": "boolean"
|
|
@@ -3668,7 +3708,7 @@
|
|
|
3668
3708
|
"__schema": "VariableLikeSchema",
|
|
3669
3709
|
"location": {
|
|
3670
3710
|
"filePath": "import-components.ts",
|
|
3671
|
-
"line":
|
|
3711
|
+
"line": 64,
|
|
3672
3712
|
"character": 3
|
|
3673
3713
|
},
|
|
3674
3714
|
"signature": "(property) trackOnly?: boolean | undefined",
|
|
@@ -3677,7 +3717,7 @@
|
|
|
3677
3717
|
"__schema": "KeywordTypeSchema",
|
|
3678
3718
|
"location": {
|
|
3679
3719
|
"filePath": "import-components.ts",
|
|
3680
|
-
"line":
|
|
3720
|
+
"line": 64,
|
|
3681
3721
|
"character": 15
|
|
3682
3722
|
},
|
|
3683
3723
|
"name": "boolean"
|
|
@@ -3688,7 +3728,7 @@
|
|
|
3688
3728
|
"__schema": "VariableLikeSchema",
|
|
3689
3729
|
"location": {
|
|
3690
3730
|
"filePath": "import-components.ts",
|
|
3691
|
-
"line":
|
|
3731
|
+
"line": 65,
|
|
3692
3732
|
"character": 3
|
|
3693
3733
|
},
|
|
3694
3734
|
"signature": "(property) includeDeprecated?: boolean | undefined",
|
|
@@ -3697,7 +3737,7 @@
|
|
|
3697
3737
|
"__schema": "KeywordTypeSchema",
|
|
3698
3738
|
"location": {
|
|
3699
3739
|
"filePath": "import-components.ts",
|
|
3700
|
-
"line":
|
|
3740
|
+
"line": 65,
|
|
3701
3741
|
"character": 23
|
|
3702
3742
|
},
|
|
3703
3743
|
"name": "boolean"
|
|
@@ -3708,7 +3748,7 @@
|
|
|
3708
3748
|
"__schema": "VariableLikeSchema",
|
|
3709
3749
|
"location": {
|
|
3710
3750
|
"filePath": "import-components.ts",
|
|
3711
|
-
"line":
|
|
3751
|
+
"line": 66,
|
|
3712
3752
|
"character": 3
|
|
3713
3753
|
},
|
|
3714
3754
|
"signature": "(property) isLaneFromRemote?: boolean | undefined",
|
|
@@ -3717,7 +3757,7 @@
|
|
|
3717
3757
|
"__schema": "KeywordTypeSchema",
|
|
3718
3758
|
"location": {
|
|
3719
3759
|
"filePath": "import-components.ts",
|
|
3720
|
-
"line":
|
|
3760
|
+
"line": 66,
|
|
3721
3761
|
"character": 22
|
|
3722
3762
|
},
|
|
3723
3763
|
"name": "boolean"
|
|
@@ -3731,7 +3771,7 @@
|
|
|
3731
3771
|
"__schema": "TypeSchema",
|
|
3732
3772
|
"location": {
|
|
3733
3773
|
"filePath": "import-components.ts",
|
|
3734
|
-
"line":
|
|
3774
|
+
"line": 73,
|
|
3735
3775
|
"character": 1
|
|
3736
3776
|
},
|
|
3737
3777
|
"signature": "type ImportStatus = \"added\" | \"updated\" | \"up to date\"",
|
|
@@ -3740,7 +3780,7 @@
|
|
|
3740
3780
|
"__schema": "TypeUnionSchema",
|
|
3741
3781
|
"location": {
|
|
3742
3782
|
"filePath": "import-components.ts",
|
|
3743
|
-
"line":
|
|
3783
|
+
"line": 73,
|
|
3744
3784
|
"character": 28
|
|
3745
3785
|
},
|
|
3746
3786
|
"types": [
|
|
@@ -3748,7 +3788,7 @@
|
|
|
3748
3788
|
"__schema": "LiteralTypeSchema",
|
|
3749
3789
|
"location": {
|
|
3750
3790
|
"filePath": "import-components.ts",
|
|
3751
|
-
"line":
|
|
3791
|
+
"line": 73,
|
|
3752
3792
|
"character": 28
|
|
3753
3793
|
},
|
|
3754
3794
|
"name": "'added'"
|
|
@@ -3757,7 +3797,7 @@
|
|
|
3757
3797
|
"__schema": "LiteralTypeSchema",
|
|
3758
3798
|
"location": {
|
|
3759
3799
|
"filePath": "import-components.ts",
|
|
3760
|
-
"line":
|
|
3800
|
+
"line": 73,
|
|
3761
3801
|
"character": 38
|
|
3762
3802
|
},
|
|
3763
3803
|
"name": "'updated'"
|
|
@@ -3766,7 +3806,7 @@
|
|
|
3766
3806
|
"__schema": "LiteralTypeSchema",
|
|
3767
3807
|
"location": {
|
|
3768
3808
|
"filePath": "import-components.ts",
|
|
3769
|
-
"line":
|
|
3809
|
+
"line": 73,
|
|
3770
3810
|
"character": 50
|
|
3771
3811
|
},
|
|
3772
3812
|
"name": "'up to date'"
|
|
@@ -3778,7 +3818,7 @@
|
|
|
3778
3818
|
"__schema": "TypeSchema",
|
|
3779
3819
|
"location": {
|
|
3780
3820
|
"filePath": "import-components.ts",
|
|
3781
|
-
"line":
|
|
3821
|
+
"line": 74,
|
|
3782
3822
|
"character": 1
|
|
3783
3823
|
},
|
|
3784
3824
|
"signature": "type ImportDetails = {\n id: string;\n versions: string[];\n latestVersion: string | null;\n status: ImportStatus;\n filesStatus: FilesStatus | null | undefined;\n missingDeps: ComponentID[];\n deprecated: boolean;\n removed?: boolean | undefined;\n}",
|
|
@@ -3787,7 +3827,7 @@
|
|
|
3787
3827
|
"__schema": "TypeLiteralSchema",
|
|
3788
3828
|
"location": {
|
|
3789
3829
|
"filePath": "import-components.ts",
|
|
3790
|
-
"line":
|
|
3830
|
+
"line": 74,
|
|
3791
3831
|
"character": 29
|
|
3792
3832
|
},
|
|
3793
3833
|
"members": [
|
|
@@ -3795,7 +3835,7 @@
|
|
|
3795
3835
|
"__schema": "VariableLikeSchema",
|
|
3796
3836
|
"location": {
|
|
3797
3837
|
"filePath": "import-components.ts",
|
|
3798
|
-
"line":
|
|
3838
|
+
"line": 75,
|
|
3799
3839
|
"character": 3
|
|
3800
3840
|
},
|
|
3801
3841
|
"signature": "(property) id: string",
|
|
@@ -3804,7 +3844,7 @@
|
|
|
3804
3844
|
"__schema": "KeywordTypeSchema",
|
|
3805
3845
|
"location": {
|
|
3806
3846
|
"filePath": "import-components.ts",
|
|
3807
|
-
"line":
|
|
3847
|
+
"line": 75,
|
|
3808
3848
|
"character": 7
|
|
3809
3849
|
},
|
|
3810
3850
|
"name": "string"
|
|
@@ -3815,7 +3855,7 @@
|
|
|
3815
3855
|
"__schema": "VariableLikeSchema",
|
|
3816
3856
|
"location": {
|
|
3817
3857
|
"filePath": "import-components.ts",
|
|
3818
|
-
"line":
|
|
3858
|
+
"line": 76,
|
|
3819
3859
|
"character": 3
|
|
3820
3860
|
},
|
|
3821
3861
|
"signature": "(property) versions: string[]",
|
|
@@ -3824,14 +3864,14 @@
|
|
|
3824
3864
|
"__schema": "TypeArraySchema",
|
|
3825
3865
|
"location": {
|
|
3826
3866
|
"filePath": "import-components.ts",
|
|
3827
|
-
"line":
|
|
3867
|
+
"line": 76,
|
|
3828
3868
|
"character": 13
|
|
3829
3869
|
},
|
|
3830
3870
|
"type": {
|
|
3831
3871
|
"__schema": "KeywordTypeSchema",
|
|
3832
3872
|
"location": {
|
|
3833
3873
|
"filePath": "import-components.ts",
|
|
3834
|
-
"line":
|
|
3874
|
+
"line": 76,
|
|
3835
3875
|
"character": 13
|
|
3836
3876
|
},
|
|
3837
3877
|
"name": "string"
|
|
@@ -3843,7 +3883,7 @@
|
|
|
3843
3883
|
"__schema": "VariableLikeSchema",
|
|
3844
3884
|
"location": {
|
|
3845
3885
|
"filePath": "import-components.ts",
|
|
3846
|
-
"line":
|
|
3886
|
+
"line": 77,
|
|
3847
3887
|
"character": 3
|
|
3848
3888
|
},
|
|
3849
3889
|
"signature": "(property) latestVersion: string | null",
|
|
@@ -3852,7 +3892,7 @@
|
|
|
3852
3892
|
"__schema": "TypeUnionSchema",
|
|
3853
3893
|
"location": {
|
|
3854
3894
|
"filePath": "import-components.ts",
|
|
3855
|
-
"line":
|
|
3895
|
+
"line": 77,
|
|
3856
3896
|
"character": 18
|
|
3857
3897
|
},
|
|
3858
3898
|
"types": [
|
|
@@ -3860,7 +3900,7 @@
|
|
|
3860
3900
|
"__schema": "KeywordTypeSchema",
|
|
3861
3901
|
"location": {
|
|
3862
3902
|
"filePath": "import-components.ts",
|
|
3863
|
-
"line":
|
|
3903
|
+
"line": 77,
|
|
3864
3904
|
"character": 18
|
|
3865
3905
|
},
|
|
3866
3906
|
"name": "string"
|
|
@@ -3869,7 +3909,7 @@
|
|
|
3869
3909
|
"__schema": "LiteralTypeSchema",
|
|
3870
3910
|
"location": {
|
|
3871
3911
|
"filePath": "import-components.ts",
|
|
3872
|
-
"line":
|
|
3912
|
+
"line": 77,
|
|
3873
3913
|
"character": 27
|
|
3874
3914
|
},
|
|
3875
3915
|
"name": "null"
|
|
@@ -3882,7 +3922,7 @@
|
|
|
3882
3922
|
"__schema": "VariableLikeSchema",
|
|
3883
3923
|
"location": {
|
|
3884
3924
|
"filePath": "import-components.ts",
|
|
3885
|
-
"line":
|
|
3925
|
+
"line": 78,
|
|
3886
3926
|
"character": 3
|
|
3887
3927
|
},
|
|
3888
3928
|
"signature": "(property) status: ImportStatus",
|
|
@@ -3891,7 +3931,7 @@
|
|
|
3891
3931
|
"__schema": "TypeRefSchema",
|
|
3892
3932
|
"location": {
|
|
3893
3933
|
"filePath": "import-components.ts",
|
|
3894
|
-
"line":
|
|
3934
|
+
"line": 78,
|
|
3895
3935
|
"character": 3
|
|
3896
3936
|
},
|
|
3897
3937
|
"name": "ImportStatus",
|
|
@@ -3903,7 +3943,7 @@
|
|
|
3903
3943
|
"__schema": "VariableLikeSchema",
|
|
3904
3944
|
"location": {
|
|
3905
3945
|
"filePath": "import-components.ts",
|
|
3906
|
-
"line":
|
|
3946
|
+
"line": 79,
|
|
3907
3947
|
"character": 3
|
|
3908
3948
|
},
|
|
3909
3949
|
"signature": "(property) filesStatus: FilesStatus | null | undefined",
|
|
@@ -3912,7 +3952,7 @@
|
|
|
3912
3952
|
"__schema": "TypeUnionSchema",
|
|
3913
3953
|
"location": {
|
|
3914
3954
|
"filePath": "import-components.ts",
|
|
3915
|
-
"line":
|
|
3955
|
+
"line": 79,
|
|
3916
3956
|
"character": 16
|
|
3917
3957
|
},
|
|
3918
3958
|
"types": [
|
|
@@ -3920,7 +3960,7 @@
|
|
|
3920
3960
|
"__schema": "TypeRefSchema",
|
|
3921
3961
|
"location": {
|
|
3922
3962
|
"filePath": "import-components.ts",
|
|
3923
|
-
"line":
|
|
3963
|
+
"line": 79,
|
|
3924
3964
|
"character": 16
|
|
3925
3965
|
},
|
|
3926
3966
|
"name": "FilesStatus",
|
|
@@ -3933,7 +3973,7 @@
|
|
|
3933
3973
|
"__schema": "LiteralTypeSchema",
|
|
3934
3974
|
"location": {
|
|
3935
3975
|
"filePath": "import-components.ts",
|
|
3936
|
-
"line":
|
|
3976
|
+
"line": 79,
|
|
3937
3977
|
"character": 30
|
|
3938
3978
|
},
|
|
3939
3979
|
"name": "null"
|
|
@@ -3942,7 +3982,7 @@
|
|
|
3942
3982
|
"__schema": "KeywordTypeSchema",
|
|
3943
3983
|
"location": {
|
|
3944
3984
|
"filePath": "import-components.ts",
|
|
3945
|
-
"line":
|
|
3985
|
+
"line": 79,
|
|
3946
3986
|
"character": 37
|
|
3947
3987
|
},
|
|
3948
3988
|
"name": "undefined"
|
|
@@ -3955,7 +3995,7 @@
|
|
|
3955
3995
|
"__schema": "VariableLikeSchema",
|
|
3956
3996
|
"location": {
|
|
3957
3997
|
"filePath": "import-components.ts",
|
|
3958
|
-
"line":
|
|
3998
|
+
"line": 80,
|
|
3959
3999
|
"character": 3
|
|
3960
4000
|
},
|
|
3961
4001
|
"signature": "(property) missingDeps: ComponentID[]",
|
|
@@ -3964,14 +4004,14 @@
|
|
|
3964
4004
|
"__schema": "TypeArraySchema",
|
|
3965
4005
|
"location": {
|
|
3966
4006
|
"filePath": "import-components.ts",
|
|
3967
|
-
"line":
|
|
4007
|
+
"line": 80,
|
|
3968
4008
|
"character": 16
|
|
3969
4009
|
},
|
|
3970
4010
|
"type": {
|
|
3971
4011
|
"__schema": "TypeRefSchema",
|
|
3972
4012
|
"location": {
|
|
3973
4013
|
"filePath": "import-components.ts",
|
|
3974
|
-
"line":
|
|
4014
|
+
"line": 80,
|
|
3975
4015
|
"character": 16
|
|
3976
4016
|
},
|
|
3977
4017
|
"name": "ComponentID",
|
|
@@ -3988,7 +4028,7 @@
|
|
|
3988
4028
|
"__schema": "VariableLikeSchema",
|
|
3989
4029
|
"location": {
|
|
3990
4030
|
"filePath": "import-components.ts",
|
|
3991
|
-
"line":
|
|
4031
|
+
"line": 81,
|
|
3992
4032
|
"character": 3
|
|
3993
4033
|
},
|
|
3994
4034
|
"signature": "(property) deprecated: boolean",
|
|
@@ -3997,7 +4037,7 @@
|
|
|
3997
4037
|
"__schema": "KeywordTypeSchema",
|
|
3998
4038
|
"location": {
|
|
3999
4039
|
"filePath": "import-components.ts",
|
|
4000
|
-
"line":
|
|
4040
|
+
"line": 81,
|
|
4001
4041
|
"character": 15
|
|
4002
4042
|
},
|
|
4003
4043
|
"name": "boolean"
|
|
@@ -4008,7 +4048,7 @@
|
|
|
4008
4048
|
"__schema": "VariableLikeSchema",
|
|
4009
4049
|
"location": {
|
|
4010
4050
|
"filePath": "import-components.ts",
|
|
4011
|
-
"line":
|
|
4051
|
+
"line": 82,
|
|
4012
4052
|
"character": 3
|
|
4013
4053
|
},
|
|
4014
4054
|
"signature": "(property) removed?: boolean | undefined",
|
|
@@ -4017,7 +4057,7 @@
|
|
|
4017
4057
|
"__schema": "KeywordTypeSchema",
|
|
4018
4058
|
"location": {
|
|
4019
4059
|
"filePath": "import-components.ts",
|
|
4020
|
-
"line":
|
|
4060
|
+
"line": 82,
|
|
4021
4061
|
"character": 13
|
|
4022
4062
|
},
|
|
4023
4063
|
"name": "boolean"
|
|
@@ -4031,7 +4071,7 @@
|
|
|
4031
4071
|
"__schema": "TypeSchema",
|
|
4032
4072
|
"location": {
|
|
4033
4073
|
"filePath": "import-components.ts",
|
|
4034
|
-
"line":
|
|
4074
|
+
"line": 84,
|
|
4035
4075
|
"character": 1
|
|
4036
4076
|
},
|
|
4037
4077
|
"signature": "type ImportResult = {\n importedIds: ComponentID[];\n importedDeps: ComponentID[];\n writtenComponents?: Component[] | undefined;\n importDetails: ImportDetails[];\n cancellationMessage?: string | undefined;\n installationError?: Error | undefined;\n compilationError?: Error | undefined;\n workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined;\n missingIds?: string[] | undefined;\n lane?: Lane | undefined;\n}",
|
|
@@ -4040,7 +4080,7 @@
|
|
|
4040
4080
|
"__schema": "TypeLiteralSchema",
|
|
4041
4081
|
"location": {
|
|
4042
4082
|
"filePath": "import-components.ts",
|
|
4043
|
-
"line":
|
|
4083
|
+
"line": 84,
|
|
4044
4084
|
"character": 28
|
|
4045
4085
|
},
|
|
4046
4086
|
"members": [
|
|
@@ -4048,7 +4088,7 @@
|
|
|
4048
4088
|
"__schema": "VariableLikeSchema",
|
|
4049
4089
|
"location": {
|
|
4050
4090
|
"filePath": "import-components.ts",
|
|
4051
|
-
"line":
|
|
4091
|
+
"line": 85,
|
|
4052
4092
|
"character": 3
|
|
4053
4093
|
},
|
|
4054
4094
|
"signature": "(property) importedIds: ComponentID[]",
|
|
@@ -4057,14 +4097,14 @@
|
|
|
4057
4097
|
"__schema": "TypeArraySchema",
|
|
4058
4098
|
"location": {
|
|
4059
4099
|
"filePath": "import-components.ts",
|
|
4060
|
-
"line":
|
|
4100
|
+
"line": 85,
|
|
4061
4101
|
"character": 16
|
|
4062
4102
|
},
|
|
4063
4103
|
"type": {
|
|
4064
4104
|
"__schema": "TypeRefSchema",
|
|
4065
4105
|
"location": {
|
|
4066
4106
|
"filePath": "import-components.ts",
|
|
4067
|
-
"line":
|
|
4107
|
+
"line": 85,
|
|
4068
4108
|
"character": 16
|
|
4069
4109
|
},
|
|
4070
4110
|
"name": "ComponentID",
|
|
@@ -4081,7 +4121,7 @@
|
|
|
4081
4121
|
"__schema": "VariableLikeSchema",
|
|
4082
4122
|
"location": {
|
|
4083
4123
|
"filePath": "import-components.ts",
|
|
4084
|
-
"line":
|
|
4124
|
+
"line": 86,
|
|
4085
4125
|
"character": 3
|
|
4086
4126
|
},
|
|
4087
4127
|
"signature": "(property) importedDeps: ComponentID[]",
|
|
@@ -4090,14 +4130,14 @@
|
|
|
4090
4130
|
"__schema": "TypeArraySchema",
|
|
4091
4131
|
"location": {
|
|
4092
4132
|
"filePath": "import-components.ts",
|
|
4093
|
-
"line":
|
|
4133
|
+
"line": 86,
|
|
4094
4134
|
"character": 17
|
|
4095
4135
|
},
|
|
4096
4136
|
"type": {
|
|
4097
4137
|
"__schema": "TypeRefSchema",
|
|
4098
4138
|
"location": {
|
|
4099
4139
|
"filePath": "import-components.ts",
|
|
4100
|
-
"line":
|
|
4140
|
+
"line": 86,
|
|
4101
4141
|
"character": 17
|
|
4102
4142
|
},
|
|
4103
4143
|
"name": "ComponentID",
|
|
@@ -4114,7 +4154,7 @@
|
|
|
4114
4154
|
"__schema": "VariableLikeSchema",
|
|
4115
4155
|
"location": {
|
|
4116
4156
|
"filePath": "import-components.ts",
|
|
4117
|
-
"line":
|
|
4157
|
+
"line": 87,
|
|
4118
4158
|
"character": 3
|
|
4119
4159
|
},
|
|
4120
4160
|
"signature": "(property) writtenComponents?: Component[] | undefined",
|
|
@@ -4123,14 +4163,14 @@
|
|
|
4123
4163
|
"__schema": "TypeArraySchema",
|
|
4124
4164
|
"location": {
|
|
4125
4165
|
"filePath": "import-components.ts",
|
|
4126
|
-
"line":
|
|
4166
|
+
"line": 87,
|
|
4127
4167
|
"character": 23
|
|
4128
4168
|
},
|
|
4129
4169
|
"type": {
|
|
4130
4170
|
"__schema": "TypeRefSchema",
|
|
4131
4171
|
"location": {
|
|
4132
4172
|
"filePath": "import-components.ts",
|
|
4133
|
-
"line":
|
|
4173
|
+
"line": 87,
|
|
4134
4174
|
"character": 23
|
|
4135
4175
|
},
|
|
4136
4176
|
"name": "Component",
|
|
@@ -4143,7 +4183,7 @@
|
|
|
4143
4183
|
"__schema": "VariableLikeSchema",
|
|
4144
4184
|
"location": {
|
|
4145
4185
|
"filePath": "import-components.ts",
|
|
4146
|
-
"line":
|
|
4186
|
+
"line": 88,
|
|
4147
4187
|
"character": 3
|
|
4148
4188
|
},
|
|
4149
4189
|
"signature": "(property) importDetails: ImportDetails[]",
|
|
@@ -4152,14 +4192,14 @@
|
|
|
4152
4192
|
"__schema": "TypeArraySchema",
|
|
4153
4193
|
"location": {
|
|
4154
4194
|
"filePath": "import-components.ts",
|
|
4155
|
-
"line":
|
|
4195
|
+
"line": 88,
|
|
4156
4196
|
"character": 18
|
|
4157
4197
|
},
|
|
4158
4198
|
"type": {
|
|
4159
4199
|
"__schema": "TypeRefSchema",
|
|
4160
4200
|
"location": {
|
|
4161
4201
|
"filePath": "import-components.ts",
|
|
4162
|
-
"line":
|
|
4202
|
+
"line": 88,
|
|
4163
4203
|
"character": 18
|
|
4164
4204
|
},
|
|
4165
4205
|
"name": "ImportDetails",
|
|
@@ -4172,7 +4212,7 @@
|
|
|
4172
4212
|
"__schema": "VariableLikeSchema",
|
|
4173
4213
|
"location": {
|
|
4174
4214
|
"filePath": "import-components.ts",
|
|
4175
|
-
"line":
|
|
4215
|
+
"line": 89,
|
|
4176
4216
|
"character": 3
|
|
4177
4217
|
},
|
|
4178
4218
|
"signature": "(property) cancellationMessage?: string | undefined",
|
|
@@ -4181,7 +4221,7 @@
|
|
|
4181
4221
|
"__schema": "KeywordTypeSchema",
|
|
4182
4222
|
"location": {
|
|
4183
4223
|
"filePath": "import-components.ts",
|
|
4184
|
-
"line":
|
|
4224
|
+
"line": 89,
|
|
4185
4225
|
"character": 25
|
|
4186
4226
|
},
|
|
4187
4227
|
"name": "string"
|
|
@@ -4192,7 +4232,7 @@
|
|
|
4192
4232
|
"__schema": "VariableLikeSchema",
|
|
4193
4233
|
"location": {
|
|
4194
4234
|
"filePath": "import-components.ts",
|
|
4195
|
-
"line":
|
|
4235
|
+
"line": 90,
|
|
4196
4236
|
"character": 3
|
|
4197
4237
|
},
|
|
4198
4238
|
"signature": "(property) installationError?: Error | undefined",
|
|
@@ -4201,7 +4241,7 @@
|
|
|
4201
4241
|
"__schema": "TypeRefSchema",
|
|
4202
4242
|
"location": {
|
|
4203
4243
|
"filePath": "import-components.ts",
|
|
4204
|
-
"line":
|
|
4244
|
+
"line": 90,
|
|
4205
4245
|
"character": 23
|
|
4206
4246
|
},
|
|
4207
4247
|
"name": "Error"
|
|
@@ -4212,7 +4252,7 @@
|
|
|
4212
4252
|
"__schema": "VariableLikeSchema",
|
|
4213
4253
|
"location": {
|
|
4214
4254
|
"filePath": "import-components.ts",
|
|
4215
|
-
"line":
|
|
4255
|
+
"line": 91,
|
|
4216
4256
|
"character": 3
|
|
4217
4257
|
},
|
|
4218
4258
|
"signature": "(property) compilationError?: Error | undefined",
|
|
@@ -4221,7 +4261,7 @@
|
|
|
4221
4261
|
"__schema": "TypeRefSchema",
|
|
4222
4262
|
"location": {
|
|
4223
4263
|
"filePath": "import-components.ts",
|
|
4224
|
-
"line":
|
|
4264
|
+
"line": 91,
|
|
4225
4265
|
"character": 22
|
|
4226
4266
|
},
|
|
4227
4267
|
"name": "Error"
|
|
@@ -4232,7 +4272,7 @@
|
|
|
4232
4272
|
"__schema": "VariableLikeSchema",
|
|
4233
4273
|
"location": {
|
|
4234
4274
|
"filePath": "import-components.ts",
|
|
4235
|
-
"line":
|
|
4275
|
+
"line": 92,
|
|
4236
4276
|
"character": 3
|
|
4237
4277
|
},
|
|
4238
4278
|
"signature": "(property) workspaceConfigUpdateResult?: WorkspaceConfigUpdateResult | undefined",
|
|
@@ -4241,7 +4281,7 @@
|
|
|
4241
4281
|
"__schema": "TypeRefSchema",
|
|
4242
4282
|
"location": {
|
|
4243
4283
|
"filePath": "import-components.ts",
|
|
4244
|
-
"line":
|
|
4284
|
+
"line": 92,
|
|
4245
4285
|
"character": 33
|
|
4246
4286
|
},
|
|
4247
4287
|
"name": "WorkspaceConfigUpdateResult",
|
|
@@ -4256,7 +4296,7 @@
|
|
|
4256
4296
|
"__schema": "VariableLikeSchema",
|
|
4257
4297
|
"location": {
|
|
4258
4298
|
"filePath": "import-components.ts",
|
|
4259
|
-
"line":
|
|
4299
|
+
"line": 93,
|
|
4260
4300
|
"character": 3
|
|
4261
4301
|
},
|
|
4262
4302
|
"signature": "(property) missingIds?: string[] | undefined",
|
|
@@ -4265,14 +4305,14 @@
|
|
|
4265
4305
|
"__schema": "TypeArraySchema",
|
|
4266
4306
|
"location": {
|
|
4267
4307
|
"filePath": "import-components.ts",
|
|
4268
|
-
"line":
|
|
4308
|
+
"line": 93,
|
|
4269
4309
|
"character": 16
|
|
4270
4310
|
},
|
|
4271
4311
|
"type": {
|
|
4272
4312
|
"__schema": "KeywordTypeSchema",
|
|
4273
4313
|
"location": {
|
|
4274
4314
|
"filePath": "import-components.ts",
|
|
4275
|
-
"line":
|
|
4315
|
+
"line": 93,
|
|
4276
4316
|
"character": 16
|
|
4277
4317
|
},
|
|
4278
4318
|
"name": "string"
|
|
@@ -4284,7 +4324,7 @@
|
|
|
4284
4324
|
"__schema": "VariableLikeSchema",
|
|
4285
4325
|
"location": {
|
|
4286
4326
|
"filePath": "import-components.ts",
|
|
4287
|
-
"line":
|
|
4327
|
+
"line": 94,
|
|
4288
4328
|
"character": 3
|
|
4289
4329
|
},
|
|
4290
4330
|
"signature": "(property) lane?: Lane | undefined",
|
|
@@ -4293,7 +4333,7 @@
|
|
|
4293
4333
|
"__schema": "TypeRefSchema",
|
|
4294
4334
|
"location": {
|
|
4295
4335
|
"filePath": "import-components.ts",
|
|
4296
|
-
"line":
|
|
4336
|
+
"line": 94,
|
|
4297
4337
|
"character": 10
|
|
4298
4338
|
},
|
|
4299
4339
|
"name": "Lane",
|
|
@@ -4308,7 +4348,7 @@
|
|
|
4308
4348
|
"__schema": "ClassSchema",
|
|
4309
4349
|
"location": {
|
|
4310
4350
|
"filePath": "import-components.ts",
|
|
4311
|
-
"line":
|
|
4351
|
+
"line": 97,
|
|
4312
4352
|
"character": 1
|
|
4313
4353
|
},
|
|
4314
4354
|
"signature": "class ImportComponents",
|
|
@@ -4318,7 +4358,7 @@
|
|
|
4318
4358
|
"__schema": "VariableLikeSchema",
|
|
4319
4359
|
"location": {
|
|
4320
4360
|
"filePath": "import-components.ts",
|
|
4321
|
-
"line":
|
|
4361
|
+
"line": 98,
|
|
4322
4362
|
"character": 3
|
|
4323
4363
|
},
|
|
4324
4364
|
"signature": "(property) ImportComponents.consumer: Consumer",
|
|
@@ -4327,7 +4367,7 @@
|
|
|
4327
4367
|
"__schema": "TypeRefSchema",
|
|
4328
4368
|
"location": {
|
|
4329
4369
|
"filePath": "import-components.ts",
|
|
4330
|
-
"line":
|
|
4370
|
+
"line": 98,
|
|
4331
4371
|
"character": 3
|
|
4332
4372
|
},
|
|
4333
4373
|
"name": "Consumer",
|
|
@@ -4339,7 +4379,7 @@
|
|
|
4339
4379
|
"__schema": "VariableLikeSchema",
|
|
4340
4380
|
"location": {
|
|
4341
4381
|
"filePath": "import-components.ts",
|
|
4342
|
-
"line":
|
|
4382
|
+
"line": 99,
|
|
4343
4383
|
"character": 3
|
|
4344
4384
|
},
|
|
4345
4385
|
"signature": "(property) ImportComponents.scope: Scope",
|
|
@@ -4348,7 +4388,7 @@
|
|
|
4348
4388
|
"__schema": "TypeRefSchema",
|
|
4349
4389
|
"location": {
|
|
4350
4390
|
"filePath": "import-components.ts",
|
|
4351
|
-
"line":
|
|
4391
|
+
"line": 99,
|
|
4352
4392
|
"character": 3
|
|
4353
4393
|
},
|
|
4354
4394
|
"name": "Scope",
|
|
@@ -4360,7 +4400,7 @@
|
|
|
4360
4400
|
"__schema": "VariableLikeSchema",
|
|
4361
4401
|
"location": {
|
|
4362
4402
|
"filePath": "import-components.ts",
|
|
4363
|
-
"line":
|
|
4403
|
+
"line": 100,
|
|
4364
4404
|
"character": 3
|
|
4365
4405
|
},
|
|
4366
4406
|
"signature": "(property) ImportComponents.mergeStatus: {\n [id: string]: FilesStatus;\n}",
|
|
@@ -4369,7 +4409,7 @@
|
|
|
4369
4409
|
"__schema": "TypeLiteralSchema",
|
|
4370
4410
|
"location": {
|
|
4371
4411
|
"filePath": "import-components.ts",
|
|
4372
|
-
"line":
|
|
4412
|
+
"line": 100,
|
|
4373
4413
|
"character": 16
|
|
4374
4414
|
},
|
|
4375
4415
|
"members": [
|
|
@@ -4377,14 +4417,14 @@
|
|
|
4377
4417
|
"__schema": "IndexSignatureSchema",
|
|
4378
4418
|
"location": {
|
|
4379
4419
|
"filePath": "import-components.ts",
|
|
4380
|
-
"line":
|
|
4420
|
+
"line": 100,
|
|
4381
4421
|
"character": 18
|
|
4382
4422
|
},
|
|
4383
4423
|
"keyType": {
|
|
4384
4424
|
"__schema": "ParameterSchema",
|
|
4385
4425
|
"location": {
|
|
4386
4426
|
"filePath": "import-components.ts",
|
|
4387
|
-
"line":
|
|
4427
|
+
"line": 100,
|
|
4388
4428
|
"character": 19
|
|
4389
4429
|
},
|
|
4390
4430
|
"name": "id",
|
|
@@ -4392,7 +4432,7 @@
|
|
|
4392
4432
|
"__schema": "KeywordTypeSchema",
|
|
4393
4433
|
"location": {
|
|
4394
4434
|
"filePath": "import-components.ts",
|
|
4395
|
-
"line":
|
|
4435
|
+
"line": 100,
|
|
4396
4436
|
"character": 23
|
|
4397
4437
|
},
|
|
4398
4438
|
"name": "string"
|
|
@@ -4404,7 +4444,7 @@
|
|
|
4404
4444
|
"__schema": "TypeRefSchema",
|
|
4405
4445
|
"location": {
|
|
4406
4446
|
"filePath": "import-components.ts",
|
|
4407
|
-
"line":
|
|
4447
|
+
"line": 100,
|
|
4408
4448
|
"character": 32
|
|
4409
4449
|
},
|
|
4410
4450
|
"name": "FilesStatus",
|
|
@@ -4422,7 +4462,7 @@
|
|
|
4422
4462
|
"__schema": "ConstructorSchema",
|
|
4423
4463
|
"location": {
|
|
4424
4464
|
"filePath": "import-components.ts",
|
|
4425
|
-
"line":
|
|
4465
|
+
"line": 103,
|
|
4426
4466
|
"character": 3
|
|
4427
4467
|
},
|
|
4428
4468
|
"signature": "constructor ImportComponents(workspace: Workspace, graph: GraphMain, componentWriter: ComponentWriterMain, envs: EnvsMain, logger: Logger, options: ImportOptions): ImportComponents",
|
|
@@ -4432,7 +4472,7 @@
|
|
|
4432
4472
|
"__schema": "ParameterSchema",
|
|
4433
4473
|
"location": {
|
|
4434
4474
|
"filePath": "import-components.ts",
|
|
4435
|
-
"line":
|
|
4475
|
+
"line": 104,
|
|
4436
4476
|
"character": 5
|
|
4437
4477
|
},
|
|
4438
4478
|
"name": "workspace",
|
|
@@ -4440,7 +4480,7 @@
|
|
|
4440
4480
|
"__schema": "TypeRefSchema",
|
|
4441
4481
|
"location": {
|
|
4442
4482
|
"filePath": "import-components.ts",
|
|
4443
|
-
"line":
|
|
4483
|
+
"line": 104,
|
|
4444
4484
|
"character": 24
|
|
4445
4485
|
},
|
|
4446
4486
|
"name": "Workspace",
|
|
@@ -4456,7 +4496,7 @@
|
|
|
4456
4496
|
"__schema": "ParameterSchema",
|
|
4457
4497
|
"location": {
|
|
4458
4498
|
"filePath": "import-components.ts",
|
|
4459
|
-
"line":
|
|
4499
|
+
"line": 105,
|
|
4460
4500
|
"character": 5
|
|
4461
4501
|
},
|
|
4462
4502
|
"name": "graph",
|
|
@@ -4464,7 +4504,7 @@
|
|
|
4464
4504
|
"__schema": "TypeRefSchema",
|
|
4465
4505
|
"location": {
|
|
4466
4506
|
"filePath": "import-components.ts",
|
|
4467
|
-
"line":
|
|
4507
|
+
"line": 105,
|
|
4468
4508
|
"character": 20
|
|
4469
4509
|
},
|
|
4470
4510
|
"name": "GraphMain",
|
|
@@ -4480,7 +4520,7 @@
|
|
|
4480
4520
|
"__schema": "ParameterSchema",
|
|
4481
4521
|
"location": {
|
|
4482
4522
|
"filePath": "import-components.ts",
|
|
4483
|
-
"line":
|
|
4523
|
+
"line": 106,
|
|
4484
4524
|
"character": 5
|
|
4485
4525
|
},
|
|
4486
4526
|
"name": "componentWriter",
|
|
@@ -4488,7 +4528,7 @@
|
|
|
4488
4528
|
"__schema": "TypeRefSchema",
|
|
4489
4529
|
"location": {
|
|
4490
4530
|
"filePath": "import-components.ts",
|
|
4491
|
-
"line":
|
|
4531
|
+
"line": 106,
|
|
4492
4532
|
"character": 30
|
|
4493
4533
|
},
|
|
4494
4534
|
"name": "ComponentWriterMain",
|
|
@@ -4504,7 +4544,7 @@
|
|
|
4504
4544
|
"__schema": "ParameterSchema",
|
|
4505
4545
|
"location": {
|
|
4506
4546
|
"filePath": "import-components.ts",
|
|
4507
|
-
"line":
|
|
4547
|
+
"line": 107,
|
|
4508
4548
|
"character": 5
|
|
4509
4549
|
},
|
|
4510
4550
|
"name": "envs",
|
|
@@ -4512,7 +4552,7 @@
|
|
|
4512
4552
|
"__schema": "TypeRefSchema",
|
|
4513
4553
|
"location": {
|
|
4514
4554
|
"filePath": "import-components.ts",
|
|
4515
|
-
"line":
|
|
4555
|
+
"line": 107,
|
|
4516
4556
|
"character": 19
|
|
4517
4557
|
},
|
|
4518
4558
|
"name": "EnvsMain",
|
|
@@ -4528,7 +4568,7 @@
|
|
|
4528
4568
|
"__schema": "ParameterSchema",
|
|
4529
4569
|
"location": {
|
|
4530
4570
|
"filePath": "import-components.ts",
|
|
4531
|
-
"line":
|
|
4571
|
+
"line": 108,
|
|
4532
4572
|
"character": 5
|
|
4533
4573
|
},
|
|
4534
4574
|
"name": "logger",
|
|
@@ -4536,7 +4576,7 @@
|
|
|
4536
4576
|
"__schema": "TypeRefSchema",
|
|
4537
4577
|
"location": {
|
|
4538
4578
|
"filePath": "import-components.ts",
|
|
4539
|
-
"line":
|
|
4579
|
+
"line": 108,
|
|
4540
4580
|
"character": 21
|
|
4541
4581
|
},
|
|
4542
4582
|
"name": "Logger",
|
|
@@ -4552,7 +4592,7 @@
|
|
|
4552
4592
|
"__schema": "ParameterSchema",
|
|
4553
4593
|
"location": {
|
|
4554
4594
|
"filePath": "import-components.ts",
|
|
4555
|
-
"line":
|
|
4595
|
+
"line": 109,
|
|
4556
4596
|
"character": 5
|
|
4557
4597
|
},
|
|
4558
4598
|
"name": "options",
|
|
@@ -4560,7 +4600,7 @@
|
|
|
4560
4600
|
"__schema": "TypeRefSchema",
|
|
4561
4601
|
"location": {
|
|
4562
4602
|
"filePath": "import-components.ts",
|
|
4563
|
-
"line":
|
|
4603
|
+
"line": 109,
|
|
4564
4604
|
"character": 21
|
|
4565
4605
|
},
|
|
4566
4606
|
"name": "ImportOptions"
|
|
@@ -4573,7 +4613,7 @@
|
|
|
4573
4613
|
"__schema": "ThisTypeSchema",
|
|
4574
4614
|
"location": {
|
|
4575
4615
|
"filePath": "import-components.ts",
|
|
4576
|
-
"line":
|
|
4616
|
+
"line": 97,
|
|
4577
4617
|
"character": 1
|
|
4578
4618
|
},
|
|
4579
4619
|
"name": "ImportComponents"
|
|
@@ -4584,7 +4624,7 @@
|
|
|
4584
4624
|
"__schema": "FunctionLikeSchema",
|
|
4585
4625
|
"location": {
|
|
4586
4626
|
"filePath": "import-components.ts",
|
|
4587
|
-
"line":
|
|
4627
|
+
"line": 116,
|
|
4588
4628
|
"character": 3
|
|
4589
4629
|
},
|
|
4590
4630
|
"signature": "(method) ImportComponents.importComponents(): Promise<ImportResult>",
|
|
@@ -4594,7 +4634,7 @@
|
|
|
4594
4634
|
"__schema": "TypeRefSchema",
|
|
4595
4635
|
"location": {
|
|
4596
4636
|
"filePath": "import-components.ts",
|
|
4597
|
-
"line":
|
|
4637
|
+
"line": 116,
|
|
4598
4638
|
"character": 29
|
|
4599
4639
|
},
|
|
4600
4640
|
"name": "Promise",
|
|
@@ -4603,7 +4643,7 @@
|
|
|
4603
4643
|
"__schema": "TypeRefSchema",
|
|
4604
4644
|
"location": {
|
|
4605
4645
|
"filePath": "import-components.ts",
|
|
4606
|
-
"line":
|
|
4646
|
+
"line": 116,
|
|
4607
4647
|
"character": 37
|
|
4608
4648
|
},
|
|
4609
4649
|
"name": "ImportResult",
|
|
@@ -4619,7 +4659,7 @@
|
|
|
4619
4659
|
"__schema": "FunctionLikeSchema",
|
|
4620
4660
|
"location": {
|
|
4621
4661
|
"filePath": "import-components.ts",
|
|
4622
|
-
"line":
|
|
4662
|
+
"line": 135,
|
|
4623
4663
|
"character": 3
|
|
4624
4664
|
},
|
|
4625
4665
|
"signature": "(method) ImportComponents.importObjectsOnLane(): Promise<ImportResult>",
|
|
@@ -4629,7 +4669,7 @@
|
|
|
4629
4669
|
"__schema": "TypeRefSchema",
|
|
4630
4670
|
"location": {
|
|
4631
4671
|
"filePath": "import-components.ts",
|
|
4632
|
-
"line":
|
|
4672
|
+
"line": 135,
|
|
4633
4673
|
"character": 32
|
|
4634
4674
|
},
|
|
4635
4675
|
"name": "Promise",
|
|
@@ -4638,7 +4678,7 @@
|
|
|
4638
4678
|
"__schema": "TypeRefSchema",
|
|
4639
4679
|
"location": {
|
|
4640
4680
|
"filePath": "import-components.ts",
|
|
4641
|
-
"line":
|
|
4681
|
+
"line": 135,
|
|
4642
4682
|
"character": 40
|
|
4643
4683
|
},
|
|
4644
4684
|
"name": "ImportResult",
|
|
@@ -4654,7 +4694,7 @@
|
|
|
4654
4694
|
"__schema": "FunctionLikeSchema",
|
|
4655
4695
|
"location": {
|
|
4656
4696
|
"filePath": "import-components.ts",
|
|
4657
|
-
"line":
|
|
4697
|
+
"line": 187,
|
|
4658
4698
|
"character": 3
|
|
4659
4699
|
},
|
|
4660
4700
|
"signature": "(method) ImportComponents.importSpecificComponents(): Promise<ImportResult>",
|
|
@@ -4664,7 +4704,7 @@
|
|
|
4664
4704
|
"__schema": "TypeRefSchema",
|
|
4665
4705
|
"location": {
|
|
4666
4706
|
"filePath": "import-components.ts",
|
|
4667
|
-
"line":
|
|
4707
|
+
"line": 187,
|
|
4668
4708
|
"character": 37
|
|
4669
4709
|
},
|
|
4670
4710
|
"name": "Promise",
|
|
@@ -4673,7 +4713,7 @@
|
|
|
4673
4713
|
"__schema": "TypeRefSchema",
|
|
4674
4714
|
"location": {
|
|
4675
4715
|
"filePath": "import-components.ts",
|
|
4676
|
-
"line":
|
|
4716
|
+
"line": 187,
|
|
4677
4717
|
"character": 45
|
|
4678
4718
|
},
|
|
4679
4719
|
"name": "ImportResult",
|
|
@@ -4689,7 +4729,7 @@
|
|
|
4689
4729
|
"__schema": "FunctionLikeSchema",
|
|
4690
4730
|
"location": {
|
|
4691
4731
|
"filePath": "import-components.ts",
|
|
4692
|
-
"line":
|
|
4732
|
+
"line": 255,
|
|
4693
4733
|
"character": 3
|
|
4694
4734
|
},
|
|
4695
4735
|
"signature": "(method) ImportComponents._fetchDivergeData(components: Component[]): Promise<void>",
|
|
@@ -4699,7 +4739,7 @@
|
|
|
4699
4739
|
"__schema": "ParameterSchema",
|
|
4700
4740
|
"location": {
|
|
4701
4741
|
"filePath": "import-components.ts",
|
|
4702
|
-
"line":
|
|
4742
|
+
"line": 255,
|
|
4703
4743
|
"character": 27
|
|
4704
4744
|
},
|
|
4705
4745
|
"name": "components",
|
|
@@ -4707,14 +4747,14 @@
|
|
|
4707
4747
|
"__schema": "TypeArraySchema",
|
|
4708
4748
|
"location": {
|
|
4709
4749
|
"filePath": "import-components.ts",
|
|
4710
|
-
"line":
|
|
4750
|
+
"line": 255,
|
|
4711
4751
|
"character": 39
|
|
4712
4752
|
},
|
|
4713
4753
|
"type": {
|
|
4714
4754
|
"__schema": "TypeRefSchema",
|
|
4715
4755
|
"location": {
|
|
4716
4756
|
"filePath": "import-components.ts",
|
|
4717
|
-
"line":
|
|
4757
|
+
"line": 255,
|
|
4718
4758
|
"character": 39
|
|
4719
4759
|
},
|
|
4720
4760
|
"name": "Component",
|
|
@@ -4729,7 +4769,7 @@
|
|
|
4729
4769
|
"__schema": "InferenceTypeSchema",
|
|
4730
4770
|
"location": {
|
|
4731
4771
|
"filePath": "import-components.ts",
|
|
4732
|
-
"line":
|
|
4772
|
+
"line": 255,
|
|
4733
4773
|
"character": 3
|
|
4734
4774
|
},
|
|
4735
4775
|
"type": "Promise<void>"
|
|
@@ -4742,7 +4782,7 @@
|
|
|
4742
4782
|
"__schema": "FunctionLikeSchema",
|
|
4743
4783
|
"location": {
|
|
4744
4784
|
"filePath": "import-components.ts",
|
|
4745
|
-
"line":
|
|
4785
|
+
"line": 270,
|
|
4746
4786
|
"character": 3
|
|
4747
4787
|
},
|
|
4748
4788
|
"signature": "(method) ImportComponents._throwForDivergedHistory(): void",
|
|
@@ -4752,7 +4792,7 @@
|
|
|
4752
4792
|
"__schema": "InferenceTypeSchema",
|
|
4753
4793
|
"location": {
|
|
4754
4794
|
"filePath": "import-components.ts",
|
|
4755
|
-
"line":
|
|
4795
|
+
"line": 270,
|
|
4756
4796
|
"character": 3
|
|
4757
4797
|
},
|
|
4758
4798
|
"type": "void"
|
|
@@ -4763,7 +4803,7 @@
|
|
|
4763
4803
|
"__schema": "FunctionLikeSchema",
|
|
4764
4804
|
"location": {
|
|
4765
4805
|
"filePath": "import-components.ts",
|
|
4766
|
-
"line":
|
|
4806
|
+
"line": 501,
|
|
4767
4807
|
"character": 3
|
|
4768
4808
|
},
|
|
4769
4809
|
"signature": "(method) ImportComponents.importAccordingToBitMap(): Promise<ImportResult>",
|
|
@@ -4773,7 +4813,7 @@
|
|
|
4773
4813
|
"__schema": "TypeRefSchema",
|
|
4774
4814
|
"location": {
|
|
4775
4815
|
"filePath": "import-components.ts",
|
|
4776
|
-
"line":
|
|
4816
|
+
"line": 501,
|
|
4777
4817
|
"character": 36
|
|
4778
4818
|
},
|
|
4779
4819
|
"name": "Promise",
|
|
@@ -4782,7 +4822,7 @@
|
|
|
4782
4822
|
"__schema": "TypeRefSchema",
|
|
4783
4823
|
"location": {
|
|
4784
4824
|
"filePath": "import-components.ts",
|
|
4785
|
-
"line":
|
|
4825
|
+
"line": 501,
|
|
4786
4826
|
"character": 44
|
|
4787
4827
|
},
|
|
4788
4828
|
"name": "ImportResult",
|
|
@@ -4798,7 +4838,7 @@
|
|
|
4798
4838
|
"__schema": "FunctionLikeSchema",
|
|
4799
4839
|
"location": {
|
|
4800
4840
|
"filePath": "import-components.ts",
|
|
4801
|
-
"line":
|
|
4841
|
+
"line": 546,
|
|
4802
4842
|
"character": 3
|
|
4803
4843
|
},
|
|
4804
4844
|
"signature": "(method) ImportComponents._getCurrentVersions(ids: ComponentIdList): Promise<ImportedVersions>",
|
|
@@ -4808,7 +4848,7 @@
|
|
|
4808
4848
|
"__schema": "ParameterSchema",
|
|
4809
4849
|
"location": {
|
|
4810
4850
|
"filePath": "import-components.ts",
|
|
4811
|
-
"line":
|
|
4851
|
+
"line": 546,
|
|
4812
4852
|
"character": 29
|
|
4813
4853
|
},
|
|
4814
4854
|
"name": "ids",
|
|
@@ -4816,7 +4856,7 @@
|
|
|
4816
4856
|
"__schema": "TypeRefSchema",
|
|
4817
4857
|
"location": {
|
|
4818
4858
|
"filePath": "import-components.ts",
|
|
4819
|
-
"line":
|
|
4859
|
+
"line": 546,
|
|
4820
4860
|
"character": 34
|
|
4821
4861
|
},
|
|
4822
4862
|
"name": "ComponentIdList",
|
|
@@ -4834,7 +4874,7 @@
|
|
|
4834
4874
|
"__schema": "TypeRefSchema",
|
|
4835
4875
|
"location": {
|
|
4836
4876
|
"filePath": "import-components.ts",
|
|
4837
|
-
"line":
|
|
4877
|
+
"line": 546,
|
|
4838
4878
|
"character": 52
|
|
4839
4879
|
},
|
|
4840
4880
|
"name": "Promise",
|
|
@@ -4843,7 +4883,7 @@
|
|
|
4843
4883
|
"__schema": "TypeRefSchema",
|
|
4844
4884
|
"location": {
|
|
4845
4885
|
"filePath": "import-components.ts",
|
|
4846
|
-
"line":
|
|
4886
|
+
"line": 546,
|
|
4847
4887
|
"character": 60
|
|
4848
4888
|
},
|
|
4849
4889
|
"name": "ImportedVersions",
|
|
@@ -4859,14 +4899,14 @@
|
|
|
4859
4899
|
"__schema": "FunctionLikeSchema",
|
|
4860
4900
|
"location": {
|
|
4861
4901
|
"filePath": "import-components.ts",
|
|
4862
|
-
"line":
|
|
4902
|
+
"line": 560,
|
|
4863
4903
|
"character": 3
|
|
4864
4904
|
},
|
|
4865
4905
|
"doc": {
|
|
4866
4906
|
"__schema": "DocSchema",
|
|
4867
4907
|
"location": {
|
|
4868
4908
|
"filePath": "import-components.ts",
|
|
4869
|
-
"line":
|
|
4909
|
+
"line": 557,
|
|
4870
4910
|
"character": 3
|
|
4871
4911
|
},
|
|
4872
4912
|
"raw": "/**\n * get import details, includes the diff between the versions array before import and after import\n */",
|
|
@@ -4879,7 +4919,7 @@
|
|
|
4879
4919
|
"__schema": "ParameterSchema",
|
|
4880
4920
|
"location": {
|
|
4881
4921
|
"filePath": "import-components.ts",
|
|
4882
|
-
"line":
|
|
4922
|
+
"line": 561,
|
|
4883
4923
|
"character": 5
|
|
4884
4924
|
},
|
|
4885
4925
|
"name": "currentVersions",
|
|
@@ -4887,7 +4927,7 @@
|
|
|
4887
4927
|
"__schema": "TypeRefSchema",
|
|
4888
4928
|
"location": {
|
|
4889
4929
|
"filePath": "import-components.ts",
|
|
4890
|
-
"line":
|
|
4930
|
+
"line": 561,
|
|
4891
4931
|
"character": 22
|
|
4892
4932
|
},
|
|
4893
4933
|
"name": "ImportedVersions",
|
|
@@ -4900,7 +4940,7 @@
|
|
|
4900
4940
|
"__schema": "ParameterSchema",
|
|
4901
4941
|
"location": {
|
|
4902
4942
|
"filePath": "import-components.ts",
|
|
4903
|
-
"line":
|
|
4943
|
+
"line": 562,
|
|
4904
4944
|
"character": 5
|
|
4905
4945
|
},
|
|
4906
4946
|
"name": "components",
|
|
@@ -4908,14 +4948,14 @@
|
|
|
4908
4948
|
"__schema": "TypeArraySchema",
|
|
4909
4949
|
"location": {
|
|
4910
4950
|
"filePath": "import-components.ts",
|
|
4911
|
-
"line":
|
|
4951
|
+
"line": 562,
|
|
4912
4952
|
"character": 17
|
|
4913
4953
|
},
|
|
4914
4954
|
"type": {
|
|
4915
4955
|
"__schema": "TypeRefSchema",
|
|
4916
4956
|
"location": {
|
|
4917
4957
|
"filePath": "import-components.ts",
|
|
4918
|
-
"line":
|
|
4958
|
+
"line": 562,
|
|
4919
4959
|
"character": 17
|
|
4920
4960
|
},
|
|
4921
4961
|
"name": "VersionDependencies"
|
|
@@ -4929,7 +4969,7 @@
|
|
|
4929
4969
|
"__schema": "TypeRefSchema",
|
|
4930
4970
|
"location": {
|
|
4931
4971
|
"filePath": "import-components.ts",
|
|
4932
|
-
"line":
|
|
4972
|
+
"line": 563,
|
|
4933
4973
|
"character": 6
|
|
4934
4974
|
},
|
|
4935
4975
|
"name": "Promise",
|
|
@@ -4938,14 +4978,14 @@
|
|
|
4938
4978
|
"__schema": "TypeArraySchema",
|
|
4939
4979
|
"location": {
|
|
4940
4980
|
"filePath": "import-components.ts",
|
|
4941
|
-
"line":
|
|
4981
|
+
"line": 563,
|
|
4942
4982
|
"character": 14
|
|
4943
4983
|
},
|
|
4944
4984
|
"type": {
|
|
4945
4985
|
"__schema": "TypeRefSchema",
|
|
4946
4986
|
"location": {
|
|
4947
4987
|
"filePath": "import-components.ts",
|
|
4948
|
-
"line":
|
|
4988
|
+
"line": 563,
|
|
4949
4989
|
"character": 14
|
|
4950
4990
|
},
|
|
4951
4991
|
"name": "ImportDetails",
|
|
@@ -4962,7 +5002,7 @@
|
|
|
4962
5002
|
"__schema": "FunctionLikeSchema",
|
|
4963
5003
|
"location": {
|
|
4964
5004
|
"filePath": "import-components.ts",
|
|
4965
|
-
"line":
|
|
5005
|
+
"line": 604,
|
|
4966
5006
|
"character": 3
|
|
4967
5007
|
},
|
|
4968
5008
|
"signature": "(method) ImportComponents._throwForPotentialIssues(ids: ComponentIdList): Promise<void>",
|
|
@@ -4972,7 +5012,7 @@
|
|
|
4972
5012
|
"__schema": "ParameterSchema",
|
|
4973
5013
|
"location": {
|
|
4974
5014
|
"filePath": "import-components.ts",
|
|
4975
|
-
"line":
|
|
5015
|
+
"line": 604,
|
|
4976
5016
|
"character": 34
|
|
4977
5017
|
},
|
|
4978
5018
|
"name": "ids",
|
|
@@ -4980,7 +5020,7 @@
|
|
|
4980
5020
|
"__schema": "TypeRefSchema",
|
|
4981
5021
|
"location": {
|
|
4982
5022
|
"filePath": "import-components.ts",
|
|
4983
|
-
"line":
|
|
5023
|
+
"line": 604,
|
|
4984
5024
|
"character": 39
|
|
4985
5025
|
},
|
|
4986
5026
|
"name": "ComponentIdList",
|
|
@@ -4998,7 +5038,7 @@
|
|
|
4998
5038
|
"__schema": "TypeRefSchema",
|
|
4999
5039
|
"location": {
|
|
5000
5040
|
"filePath": "import-components.ts",
|
|
5001
|
-
"line":
|
|
5041
|
+
"line": 604,
|
|
5002
5042
|
"character": 57
|
|
5003
5043
|
},
|
|
5004
5044
|
"name": "Promise",
|
|
@@ -5007,7 +5047,7 @@
|
|
|
5007
5047
|
"__schema": "KeywordTypeSchema",
|
|
5008
5048
|
"location": {
|
|
5009
5049
|
"filePath": "import-components.ts",
|
|
5010
|
-
"line":
|
|
5050
|
+
"line": 604,
|
|
5011
5051
|
"character": 65
|
|
5012
5052
|
},
|
|
5013
5053
|
"name": "void"
|
|
@@ -5022,7 +5062,7 @@
|
|
|
5022
5062
|
"__schema": "FunctionLikeSchema",
|
|
5023
5063
|
"location": {
|
|
5024
5064
|
"filePath": "import-components.ts",
|
|
5025
|
-
"line":
|
|
5065
|
+
"line": 609,
|
|
5026
5066
|
"character": 3
|
|
5027
5067
|
},
|
|
5028
5068
|
"signature": "(method) ImportComponents._throwForModifiedOrNewComponents(ids: ComponentIdList): Promise<void>",
|
|
@@ -5032,7 +5072,7 @@
|
|
|
5032
5072
|
"__schema": "ParameterSchema",
|
|
5033
5073
|
"location": {
|
|
5034
5074
|
"filePath": "import-components.ts",
|
|
5035
|
-
"line":
|
|
5075
|
+
"line": 609,
|
|
5036
5076
|
"character": 42
|
|
5037
5077
|
},
|
|
5038
5078
|
"name": "ids",
|
|
@@ -5040,7 +5080,7 @@
|
|
|
5040
5080
|
"__schema": "TypeRefSchema",
|
|
5041
5081
|
"location": {
|
|
5042
5082
|
"filePath": "import-components.ts",
|
|
5043
|
-
"line":
|
|
5083
|
+
"line": 609,
|
|
5044
5084
|
"character": 47
|
|
5045
5085
|
},
|
|
5046
5086
|
"name": "ComponentIdList",
|
|
@@ -5058,7 +5098,7 @@
|
|
|
5058
5098
|
"__schema": "TypeRefSchema",
|
|
5059
5099
|
"location": {
|
|
5060
5100
|
"filePath": "import-components.ts",
|
|
5061
|
-
"line":
|
|
5101
|
+
"line": 609,
|
|
5062
5102
|
"character": 65
|
|
5063
5103
|
},
|
|
5064
5104
|
"name": "Promise",
|
|
@@ -5067,7 +5107,7 @@
|
|
|
5067
5107
|
"__schema": "KeywordTypeSchema",
|
|
5068
5108
|
"location": {
|
|
5069
5109
|
"filePath": "import-components.ts",
|
|
5070
|
-
"line":
|
|
5110
|
+
"line": 609,
|
|
5071
5111
|
"character": 73
|
|
5072
5112
|
},
|
|
5073
5113
|
"name": "void"
|
|
@@ -5082,14 +5122,14 @@
|
|
|
5082
5122
|
"__schema": "FunctionLikeSchema",
|
|
5083
5123
|
"location": {
|
|
5084
5124
|
"filePath": "import-components.ts",
|
|
5085
|
-
"line":
|
|
5125
|
+
"line": 632,
|
|
5086
5126
|
"character": 3
|
|
5087
5127
|
},
|
|
5088
5128
|
"doc": {
|
|
5089
5129
|
"__schema": "DocSchema",
|
|
5090
5130
|
"location": {
|
|
5091
5131
|
"filePath": "import-components.ts",
|
|
5092
|
-
"line":
|
|
5132
|
+
"line": 627,
|
|
5093
5133
|
"character": 3
|
|
5094
5134
|
},
|
|
5095
5135
|
"raw": "/**\n * Model Component id() calculation uses id.toString() for the hash.\n * If an imported component has scopereadonly name equals to a local name, both will have the exact same\n * hash and they'll override each other.\n */",
|
|
@@ -5102,7 +5142,7 @@
|
|
|
5102
5142
|
"__schema": "ParameterSchema",
|
|
5103
5143
|
"location": {
|
|
5104
5144
|
"filePath": "import-components.ts",
|
|
5105
|
-
"line":
|
|
5145
|
+
"line": 632,
|
|
5106
5146
|
"character": 43
|
|
5107
5147
|
},
|
|
5108
5148
|
"name": "ids",
|
|
@@ -5110,7 +5150,7 @@
|
|
|
5110
5150
|
"__schema": "TypeRefSchema",
|
|
5111
5151
|
"location": {
|
|
5112
5152
|
"filePath": "import-components.ts",
|
|
5113
|
-
"line":
|
|
5153
|
+
"line": 632,
|
|
5114
5154
|
"character": 48
|
|
5115
5155
|
},
|
|
5116
5156
|
"name": "ComponentIdList",
|
|
@@ -5128,7 +5168,7 @@
|
|
|
5128
5168
|
"__schema": "KeywordTypeSchema",
|
|
5129
5169
|
"location": {
|
|
5130
5170
|
"filePath": "import-components.ts",
|
|
5131
|
-
"line":
|
|
5171
|
+
"line": 632,
|
|
5132
5172
|
"character": 66
|
|
5133
5173
|
},
|
|
5134
5174
|
"name": "void"
|
|
@@ -5139,7 +5179,7 @@
|
|
|
5139
5179
|
"__schema": "FunctionLikeSchema",
|
|
5140
5180
|
"location": {
|
|
5141
5181
|
"filePath": "import-components.ts",
|
|
5142
|
-
"line":
|
|
5182
|
+
"line": 644,
|
|
5143
5183
|
"character": 3
|
|
5144
5184
|
},
|
|
5145
5185
|
"signature": "(method) ImportComponents._getMergeStatus(component: Component): Promise<ComponentMergeStatus>",
|
|
@@ -5149,7 +5189,7 @@
|
|
|
5149
5189
|
"__schema": "ParameterSchema",
|
|
5150
5190
|
"location": {
|
|
5151
5191
|
"filePath": "import-components.ts",
|
|
5152
|
-
"line":
|
|
5192
|
+
"line": 644,
|
|
5153
5193
|
"character": 25
|
|
5154
5194
|
},
|
|
5155
5195
|
"name": "component",
|
|
@@ -5157,7 +5197,7 @@
|
|
|
5157
5197
|
"__schema": "TypeRefSchema",
|
|
5158
5198
|
"location": {
|
|
5159
5199
|
"filePath": "import-components.ts",
|
|
5160
|
-
"line":
|
|
5200
|
+
"line": 644,
|
|
5161
5201
|
"character": 36
|
|
5162
5202
|
},
|
|
5163
5203
|
"name": "Component",
|
|
@@ -5171,7 +5211,7 @@
|
|
|
5171
5211
|
"__schema": "TypeRefSchema",
|
|
5172
5212
|
"location": {
|
|
5173
5213
|
"filePath": "import-components.ts",
|
|
5174
|
-
"line":
|
|
5214
|
+
"line": 644,
|
|
5175
5215
|
"character": 48
|
|
5176
5216
|
},
|
|
5177
5217
|
"name": "Promise",
|
|
@@ -5180,7 +5220,7 @@
|
|
|
5180
5220
|
"__schema": "TypeRefSchema",
|
|
5181
5221
|
"location": {
|
|
5182
5222
|
"filePath": "import-components.ts",
|
|
5183
|
-
"line":
|
|
5223
|
+
"line": 644,
|
|
5184
5224
|
"character": 56
|
|
5185
5225
|
},
|
|
5186
5226
|
"name": "ComponentMergeStatus",
|
|
@@ -5196,14 +5236,14 @@
|
|
|
5196
5236
|
"__schema": "FunctionLikeSchema",
|
|
5197
5237
|
"location": {
|
|
5198
5238
|
"filePath": "import-components.ts",
|
|
5199
|
-
"line":
|
|
5239
|
+
"line": 681,
|
|
5200
5240
|
"character": 3
|
|
5201
5241
|
},
|
|
5202
5242
|
"doc": {
|
|
5203
5243
|
"__schema": "DocSchema",
|
|
5204
5244
|
"location": {
|
|
5205
5245
|
"filePath": "import-components.ts",
|
|
5206
|
-
"line":
|
|
5246
|
+
"line": 671,
|
|
5207
5247
|
"character": 3
|
|
5208
5248
|
},
|
|
5209
5249
|
"raw": "/**\n * 1) when there are conflicts and the strategy is \"ours\", don't write the imported component to\n * the filesystem, only update bitmap.\n *\n * 2) when there are conflicts and the strategy is \"theirs\", override the local changes by the\n * imported component. (similar to --override)\n *\n * 3) when there is no conflict or there are conflicts and the strategy is manual, write the files\n * according to the merge result. (done by applyModifiedVersion())\n */",
|
|
@@ -5216,7 +5256,7 @@
|
|
|
5216
5256
|
"__schema": "ParameterSchema",
|
|
5217
5257
|
"location": {
|
|
5218
5258
|
"filePath": "import-components.ts",
|
|
5219
|
-
"line":
|
|
5259
|
+
"line": 681,
|
|
5220
5260
|
"character": 41
|
|
5221
5261
|
},
|
|
5222
5262
|
"name": "componentMergeStatus",
|
|
@@ -5224,7 +5264,7 @@
|
|
|
5224
5264
|
"__schema": "TypeRefSchema",
|
|
5225
5265
|
"location": {
|
|
5226
5266
|
"filePath": "import-components.ts",
|
|
5227
|
-
"line":
|
|
5267
|
+
"line": 681,
|
|
5228
5268
|
"character": 63
|
|
5229
5269
|
},
|
|
5230
5270
|
"name": "ComponentMergeStatus",
|
|
@@ -5238,7 +5278,7 @@
|
|
|
5238
5278
|
"__schema": "TypeUnionSchema",
|
|
5239
5279
|
"location": {
|
|
5240
5280
|
"filePath": "import-components.ts",
|
|
5241
|
-
"line":
|
|
5281
|
+
"line": 681,
|
|
5242
5282
|
"character": 86
|
|
5243
5283
|
},
|
|
5244
5284
|
"types": [
|
|
@@ -5246,7 +5286,7 @@
|
|
|
5246
5286
|
"__schema": "TypeRefSchema",
|
|
5247
5287
|
"location": {
|
|
5248
5288
|
"filePath": "import-components.ts",
|
|
5249
|
-
"line":
|
|
5289
|
+
"line": 681,
|
|
5250
5290
|
"character": 86
|
|
5251
5291
|
},
|
|
5252
5292
|
"name": "FilesStatus",
|
|
@@ -5259,7 +5299,7 @@
|
|
|
5259
5299
|
"__schema": "LiteralTypeSchema",
|
|
5260
5300
|
"location": {
|
|
5261
5301
|
"filePath": "import-components.ts",
|
|
5262
|
-
"line":
|
|
5302
|
+
"line": 681,
|
|
5263
5303
|
"character": 100
|
|
5264
5304
|
},
|
|
5265
5305
|
"name": "null"
|
|
@@ -5268,7 +5308,7 @@
|
|
|
5268
5308
|
"__schema": "KeywordTypeSchema",
|
|
5269
5309
|
"location": {
|
|
5270
5310
|
"filePath": "import-components.ts",
|
|
5271
|
-
"line":
|
|
5311
|
+
"line": 681,
|
|
5272
5312
|
"character": 107
|
|
5273
5313
|
},
|
|
5274
5314
|
"name": "undefined"
|
|
@@ -5281,14 +5321,14 @@
|
|
|
5281
5321
|
"__schema": "FunctionLikeSchema",
|
|
5282
5322
|
"location": {
|
|
5283
5323
|
"filePath": "import-components.ts",
|
|
5284
|
-
"line":
|
|
5324
|
+
"line": 721,
|
|
5285
5325
|
"character": 3
|
|
5286
5326
|
},
|
|
5287
5327
|
"doc": {
|
|
5288
5328
|
"__schema": "DocSchema",
|
|
5289
5329
|
"location": {
|
|
5290
5330
|
"filePath": "import-components.ts",
|
|
5291
|
-
"line":
|
|
5331
|
+
"line": 717,
|
|
5292
5332
|
"character": 3
|
|
5293
5333
|
},
|
|
5294
5334
|
"raw": "/**\n * update the component files if they are modified and there is a merge strategy.\n * returns only the components that need to be written to the filesystem\n */",
|
|
@@ -5301,7 +5341,7 @@
|
|
|
5301
5341
|
"__schema": "ParameterSchema",
|
|
5302
5342
|
"location": {
|
|
5303
5343
|
"filePath": "import-components.ts",
|
|
5304
|
-
"line":
|
|
5344
|
+
"line": 721,
|
|
5305
5345
|
"character": 53
|
|
5306
5346
|
},
|
|
5307
5347
|
"name": "components",
|
|
@@ -5309,14 +5349,14 @@
|
|
|
5309
5349
|
"__schema": "TypeArraySchema",
|
|
5310
5350
|
"location": {
|
|
5311
5351
|
"filePath": "import-components.ts",
|
|
5312
|
-
"line":
|
|
5352
|
+
"line": 721,
|
|
5313
5353
|
"character": 65
|
|
5314
5354
|
},
|
|
5315
5355
|
"type": {
|
|
5316
5356
|
"__schema": "TypeRefSchema",
|
|
5317
5357
|
"location": {
|
|
5318
5358
|
"filePath": "import-components.ts",
|
|
5319
|
-
"line":
|
|
5359
|
+
"line": 721,
|
|
5320
5360
|
"character": 65
|
|
5321
5361
|
},
|
|
5322
5362
|
"name": "Component",
|
|
@@ -5331,7 +5371,7 @@
|
|
|
5331
5371
|
"__schema": "TypeRefSchema",
|
|
5332
5372
|
"location": {
|
|
5333
5373
|
"filePath": "import-components.ts",
|
|
5334
|
-
"line":
|
|
5374
|
+
"line": 721,
|
|
5335
5375
|
"character": 79
|
|
5336
5376
|
},
|
|
5337
5377
|
"name": "Promise",
|
|
@@ -5340,14 +5380,14 @@
|
|
|
5340
5380
|
"__schema": "TypeArraySchema",
|
|
5341
5381
|
"location": {
|
|
5342
5382
|
"filePath": "import-components.ts",
|
|
5343
|
-
"line":
|
|
5383
|
+
"line": 721,
|
|
5344
5384
|
"character": 87
|
|
5345
5385
|
},
|
|
5346
5386
|
"type": {
|
|
5347
5387
|
"__schema": "TypeRefSchema",
|
|
5348
5388
|
"location": {
|
|
5349
5389
|
"filePath": "import-components.ts",
|
|
5350
|
-
"line":
|
|
5390
|
+
"line": 721,
|
|
5351
5391
|
"character": 87
|
|
5352
5392
|
},
|
|
5353
5393
|
"name": "Component",
|
|
@@ -5364,7 +5404,7 @@
|
|
|
5364
5404
|
"__schema": "FunctionLikeSchema",
|
|
5365
5405
|
"location": {
|
|
5366
5406
|
"filePath": "import-components.ts",
|
|
5367
|
-
"line":
|
|
5407
|
+
"line": 750,
|
|
5368
5408
|
"character": 3
|
|
5369
5409
|
},
|
|
5370
5410
|
"signature": "(method) ImportComponents._shouldSaveLaneData(): boolean",
|
|
@@ -5374,7 +5414,7 @@
|
|
|
5374
5414
|
"__schema": "KeywordTypeSchema",
|
|
5375
5415
|
"location": {
|
|
5376
5416
|
"filePath": "import-components.ts",
|
|
5377
|
-
"line":
|
|
5417
|
+
"line": 750,
|
|
5378
5418
|
"character": 26
|
|
5379
5419
|
},
|
|
5380
5420
|
"name": "boolean"
|
|
@@ -5385,7 +5425,7 @@
|
|
|
5385
5425
|
"__schema": "FunctionLikeSchema",
|
|
5386
5426
|
"location": {
|
|
5387
5427
|
"filePath": "import-components.ts",
|
|
5388
|
-
"line":
|
|
5428
|
+
"line": 757,
|
|
5389
5429
|
"character": 3
|
|
5390
5430
|
},
|
|
5391
5431
|
"signature": "(method) ImportComponents._saveLaneDataIfNeeded(components: Component[]): Promise<void>",
|
|
@@ -5395,7 +5435,7 @@
|
|
|
5395
5435
|
"__schema": "ParameterSchema",
|
|
5396
5436
|
"location": {
|
|
5397
5437
|
"filePath": "import-components.ts",
|
|
5398
|
-
"line":
|
|
5438
|
+
"line": 757,
|
|
5399
5439
|
"character": 31
|
|
5400
5440
|
},
|
|
5401
5441
|
"name": "components",
|
|
@@ -5403,14 +5443,14 @@
|
|
|
5403
5443
|
"__schema": "TypeArraySchema",
|
|
5404
5444
|
"location": {
|
|
5405
5445
|
"filePath": "import-components.ts",
|
|
5406
|
-
"line":
|
|
5446
|
+
"line": 757,
|
|
5407
5447
|
"character": 43
|
|
5408
5448
|
},
|
|
5409
5449
|
"type": {
|
|
5410
5450
|
"__schema": "TypeRefSchema",
|
|
5411
5451
|
"location": {
|
|
5412
5452
|
"filePath": "import-components.ts",
|
|
5413
|
-
"line":
|
|
5453
|
+
"line": 757,
|
|
5414
5454
|
"character": 43
|
|
5415
5455
|
},
|
|
5416
5456
|
"name": "Component",
|
|
@@ -5425,7 +5465,7 @@
|
|
|
5425
5465
|
"__schema": "TypeRefSchema",
|
|
5426
5466
|
"location": {
|
|
5427
5467
|
"filePath": "import-components.ts",
|
|
5428
|
-
"line":
|
|
5468
|
+
"line": 757,
|
|
5429
5469
|
"character": 57
|
|
5430
5470
|
},
|
|
5431
5471
|
"name": "Promise",
|
|
@@ -5434,7 +5474,7 @@
|
|
|
5434
5474
|
"__schema": "KeywordTypeSchema",
|
|
5435
5475
|
"location": {
|
|
5436
5476
|
"filePath": "import-components.ts",
|
|
5437
|
-
"line":
|
|
5477
|
+
"line": 757,
|
|
5438
5478
|
"character": 65
|
|
5439
5479
|
},
|
|
5440
5480
|
"name": "void"
|
|
@@ -5449,7 +5489,7 @@
|
|
|
5449
5489
|
"__schema": "FunctionLikeSchema",
|
|
5450
5490
|
"location": {
|
|
5451
5491
|
"filePath": "import-components.ts",
|
|
5452
|
-
"line":
|
|
5492
|
+
"line": 782,
|
|
5453
5493
|
"character": 3
|
|
5454
5494
|
},
|
|
5455
5495
|
"signature": "(method) ImportComponents._writeToFileSystem(components: Component[]): Promise<ComponentWriterResults>",
|
|
@@ -5459,7 +5499,7 @@
|
|
|
5459
5499
|
"__schema": "ParameterSchema",
|
|
5460
5500
|
"location": {
|
|
5461
5501
|
"filePath": "import-components.ts",
|
|
5462
|
-
"line":
|
|
5502
|
+
"line": 782,
|
|
5463
5503
|
"character": 28
|
|
5464
5504
|
},
|
|
5465
5505
|
"name": "components",
|
|
@@ -5467,14 +5507,14 @@
|
|
|
5467
5507
|
"__schema": "TypeArraySchema",
|
|
5468
5508
|
"location": {
|
|
5469
5509
|
"filePath": "import-components.ts",
|
|
5470
|
-
"line":
|
|
5510
|
+
"line": 782,
|
|
5471
5511
|
"character": 40
|
|
5472
5512
|
},
|
|
5473
5513
|
"type": {
|
|
5474
5514
|
"__schema": "TypeRefSchema",
|
|
5475
5515
|
"location": {
|
|
5476
5516
|
"filePath": "import-components.ts",
|
|
5477
|
-
"line":
|
|
5517
|
+
"line": 782,
|
|
5478
5518
|
"character": 40
|
|
5479
5519
|
},
|
|
5480
5520
|
"name": "Component",
|
|
@@ -5489,7 +5529,7 @@
|
|
|
5489
5529
|
"__schema": "TypeRefSchema",
|
|
5490
5530
|
"location": {
|
|
5491
5531
|
"filePath": "import-components.ts",
|
|
5492
|
-
"line":
|
|
5532
|
+
"line": 782,
|
|
5493
5533
|
"character": 54
|
|
5494
5534
|
},
|
|
5495
5535
|
"name": "Promise",
|
|
@@ -5498,7 +5538,7 @@
|
|
|
5498
5538
|
"__schema": "TypeRefSchema",
|
|
5499
5539
|
"location": {
|
|
5500
5540
|
"filePath": "import-components.ts",
|
|
5501
|
-
"line":
|
|
5541
|
+
"line": 782,
|
|
5502
5542
|
"character": 62
|
|
5503
5543
|
},
|
|
5504
5544
|
"name": "ComponentWriterResults",
|
|
@@ -5523,7 +5563,7 @@
|
|
|
5523
5563
|
"__schema": "TypeSchema",
|
|
5524
5564
|
"location": {
|
|
5525
5565
|
"filePath": "import-components.ts",
|
|
5526
|
-
"line":
|
|
5566
|
+
"line": 68,
|
|
5527
5567
|
"character": 1
|
|
5528
5568
|
},
|
|
5529
5569
|
"signature": "type ComponentMergeStatus = {\n component: Component;\n mergeResults: MergeResultsThreeWay | null | undefined;\n}",
|
|
@@ -5532,7 +5572,7 @@
|
|
|
5532
5572
|
"__schema": "TypeLiteralSchema",
|
|
5533
5573
|
"location": {
|
|
5534
5574
|
"filePath": "import-components.ts",
|
|
5535
|
-
"line":
|
|
5575
|
+
"line": 68,
|
|
5536
5576
|
"character": 29
|
|
5537
5577
|
},
|
|
5538
5578
|
"members": [
|
|
@@ -5540,7 +5580,7 @@
|
|
|
5540
5580
|
"__schema": "VariableLikeSchema",
|
|
5541
5581
|
"location": {
|
|
5542
5582
|
"filePath": "import-components.ts",
|
|
5543
|
-
"line":
|
|
5583
|
+
"line": 69,
|
|
5544
5584
|
"character": 3
|
|
5545
5585
|
},
|
|
5546
5586
|
"signature": "(property) component: Component",
|
|
@@ -5549,7 +5589,7 @@
|
|
|
5549
5589
|
"__schema": "TypeRefSchema",
|
|
5550
5590
|
"location": {
|
|
5551
5591
|
"filePath": "import-components.ts",
|
|
5552
|
-
"line":
|
|
5592
|
+
"line": 69,
|
|
5553
5593
|
"character": 3
|
|
5554
5594
|
},
|
|
5555
5595
|
"name": "Component",
|
|
@@ -5561,7 +5601,7 @@
|
|
|
5561
5601
|
"__schema": "VariableLikeSchema",
|
|
5562
5602
|
"location": {
|
|
5563
5603
|
"filePath": "import-components.ts",
|
|
5564
|
-
"line":
|
|
5604
|
+
"line": 70,
|
|
5565
5605
|
"character": 3
|
|
5566
5606
|
},
|
|
5567
5607
|
"signature": "(property) mergeResults: MergeResultsThreeWay | null | undefined",
|
|
@@ -5570,7 +5610,7 @@
|
|
|
5570
5610
|
"__schema": "TypeUnionSchema",
|
|
5571
5611
|
"location": {
|
|
5572
5612
|
"filePath": "import-components.ts",
|
|
5573
|
-
"line":
|
|
5613
|
+
"line": 70,
|
|
5574
5614
|
"character": 17
|
|
5575
5615
|
},
|
|
5576
5616
|
"types": [
|
|
@@ -5578,7 +5618,7 @@
|
|
|
5578
5618
|
"__schema": "TypeRefSchema",
|
|
5579
5619
|
"location": {
|
|
5580
5620
|
"filePath": "import-components.ts",
|
|
5581
|
-
"line":
|
|
5621
|
+
"line": 70,
|
|
5582
5622
|
"character": 17
|
|
5583
5623
|
},
|
|
5584
5624
|
"name": "MergeResultsThreeWay",
|
|
@@ -5588,7 +5628,7 @@
|
|
|
5588
5628
|
"__schema": "LiteralTypeSchema",
|
|
5589
5629
|
"location": {
|
|
5590
5630
|
"filePath": "import-components.ts",
|
|
5591
|
-
"line":
|
|
5631
|
+
"line": 70,
|
|
5592
5632
|
"character": 40
|
|
5593
5633
|
},
|
|
5594
5634
|
"name": "null"
|
|
@@ -5597,7 +5637,7 @@
|
|
|
5597
5637
|
"__schema": "KeywordTypeSchema",
|
|
5598
5638
|
"location": {
|
|
5599
5639
|
"filePath": "import-components.ts",
|
|
5600
|
-
"line":
|
|
5640
|
+
"line": 70,
|
|
5601
5641
|
"character": 47
|
|
5602
5642
|
},
|
|
5603
5643
|
"name": "undefined"
|
|
@@ -5613,7 +5653,7 @@
|
|
|
5613
5653
|
"__schema": "TypeSchema",
|
|
5614
5654
|
"location": {
|
|
5615
5655
|
"filePath": "import-components.ts",
|
|
5616
|
-
"line":
|
|
5656
|
+
"line": 72,
|
|
5617
5657
|
"character": 1
|
|
5618
5658
|
},
|
|
5619
5659
|
"signature": "type ImportedVersions = {\n [id: string]: string[];\n}",
|
|
@@ -5622,7 +5662,7 @@
|
|
|
5622
5662
|
"__schema": "TypeLiteralSchema",
|
|
5623
5663
|
"location": {
|
|
5624
5664
|
"filePath": "import-components.ts",
|
|
5625
|
-
"line":
|
|
5665
|
+
"line": 72,
|
|
5626
5666
|
"character": 25
|
|
5627
5667
|
},
|
|
5628
5668
|
"members": [
|
|
@@ -5630,14 +5670,14 @@
|
|
|
5630
5670
|
"__schema": "IndexSignatureSchema",
|
|
5631
5671
|
"location": {
|
|
5632
5672
|
"filePath": "import-components.ts",
|
|
5633
|
-
"line":
|
|
5673
|
+
"line": 72,
|
|
5634
5674
|
"character": 27
|
|
5635
5675
|
},
|
|
5636
5676
|
"keyType": {
|
|
5637
5677
|
"__schema": "ParameterSchema",
|
|
5638
5678
|
"location": {
|
|
5639
5679
|
"filePath": "import-components.ts",
|
|
5640
|
-
"line":
|
|
5680
|
+
"line": 72,
|
|
5641
5681
|
"character": 28
|
|
5642
5682
|
},
|
|
5643
5683
|
"name": "id",
|
|
@@ -5645,7 +5685,7 @@
|
|
|
5645
5685
|
"__schema": "KeywordTypeSchema",
|
|
5646
5686
|
"location": {
|
|
5647
5687
|
"filePath": "import-components.ts",
|
|
5648
|
-
"line":
|
|
5688
|
+
"line": 72,
|
|
5649
5689
|
"character": 32
|
|
5650
5690
|
},
|
|
5651
5691
|
"name": "string"
|
|
@@ -5657,14 +5697,14 @@
|
|
|
5657
5697
|
"__schema": "TypeArraySchema",
|
|
5658
5698
|
"location": {
|
|
5659
5699
|
"filePath": "import-components.ts",
|
|
5660
|
-
"line":
|
|
5700
|
+
"line": 72,
|
|
5661
5701
|
"character": 41
|
|
5662
5702
|
},
|
|
5663
5703
|
"type": {
|
|
5664
5704
|
"__schema": "KeywordTypeSchema",
|
|
5665
5705
|
"location": {
|
|
5666
5706
|
"filePath": "import-components.ts",
|
|
5667
|
-
"line":
|
|
5707
|
+
"line": 72,
|
|
5668
5708
|
"character": 41
|
|
5669
5709
|
},
|
|
5670
5710
|
"name": "string"
|
|
@@ -7120,7 +7160,7 @@
|
|
|
7120
7160
|
"componentId": {
|
|
7121
7161
|
"scope": "teambit.scope",
|
|
7122
7162
|
"name": "importer",
|
|
7123
|
-
"version": "1.0.
|
|
7163
|
+
"version": "1.0.288"
|
|
7124
7164
|
},
|
|
7125
7165
|
"taggedModuleExports": []
|
|
7126
7166
|
}
|