depgraph-core 1.8.0 → 1.9.0
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/.vscode/depgraph-output.json +1133 -84
- package/README.md +6 -6
- package/depgraph-mcp.js +180 -40
- package/depgraph.js +2 -2
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"meta": {
|
|
3
3
|
"version": "1.0.0",
|
|
4
|
-
"timestamp": "2026-09-
|
|
4
|
+
"timestamp": "2026-09-15T06:14:40.786Z",
|
|
5
5
|
"totalFiles": 88,
|
|
6
|
-
"totalLines":
|
|
6
|
+
"totalLines": 14680
|
|
7
7
|
},
|
|
8
8
|
"summary": {
|
|
9
|
-
"totalNodes":
|
|
10
|
-
"totalEdges":
|
|
9
|
+
"totalNodes": 161,
|
|
10
|
+
"totalEdges": 508,
|
|
11
11
|
"entryPoints": [
|
|
12
12
|
"Calculator__dart_test",
|
|
13
13
|
"PublicClass__dart_test",
|
|
@@ -45,9 +45,13 @@
|
|
|
45
45
|
"PublicApi__ruby_test",
|
|
46
46
|
"Connection__swift_test",
|
|
47
47
|
"buildPipeline__api",
|
|
48
|
+
"buildSubgraph__api",
|
|
49
|
+
"AnalyzeOptions__api",
|
|
48
50
|
"AnalyzeResult__api",
|
|
49
51
|
"GitImpactResult__api",
|
|
50
52
|
"GraphSummary__api",
|
|
53
|
+
"NodeDescription__api",
|
|
54
|
+
"Verbosity__api",
|
|
51
55
|
"extractEntities__extractor",
|
|
52
56
|
"extractImports__extractor",
|
|
53
57
|
"extractExports__extractor",
|
|
@@ -154,6 +158,8 @@
|
|
|
154
158
|
"criticalNodes": [
|
|
155
159
|
"collectFiles__collector",
|
|
156
160
|
"getChangedEntities__gitdiff",
|
|
161
|
+
"ChangedEntity__gitdiff",
|
|
162
|
+
"GitDiffOptions__gitdiff",
|
|
157
163
|
"buildGraph__graph",
|
|
158
164
|
"simulateImpact__impact",
|
|
159
165
|
"computeMetrics__metrics",
|
|
@@ -164,8 +170,10 @@
|
|
|
164
170
|
"writeOutput__output",
|
|
165
171
|
"parseFile__parser",
|
|
166
172
|
"parseFiles__parser",
|
|
173
|
+
"DepNode__types",
|
|
167
174
|
"DepGraph__types",
|
|
168
|
-
"ImpactReport__types"
|
|
175
|
+
"ImpactReport__types",
|
|
176
|
+
"OutputJSON__types"
|
|
169
177
|
]
|
|
170
178
|
},
|
|
171
179
|
"nodes": [
|
|
@@ -799,12 +807,42 @@
|
|
|
799
807
|
"name": "buildPipeline",
|
|
800
808
|
"type": "function",
|
|
801
809
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
802
|
-
"line":
|
|
810
|
+
"line": 109,
|
|
803
811
|
"lang": "js",
|
|
804
812
|
"complexity": "low",
|
|
805
813
|
"inDegree": 0,
|
|
806
|
-
"outDegree":
|
|
807
|
-
"centralityScore":
|
|
814
|
+
"outDegree": 16,
|
|
815
|
+
"centralityScore": 16,
|
|
816
|
+
"connections": [
|
|
817
|
+
"collectFiles__collector",
|
|
818
|
+
"parseFiles__parser",
|
|
819
|
+
"buildGraph__graph",
|
|
820
|
+
"computeMetrics__metrics",
|
|
821
|
+
"getCriticalNodes__metrics",
|
|
822
|
+
"getEntryPoints__metrics",
|
|
823
|
+
"getLeafNodes__metrics",
|
|
824
|
+
"getIsolatedNodes__metrics",
|
|
825
|
+
"simulateImpact__impact",
|
|
826
|
+
"getChangedEntities__gitdiff",
|
|
827
|
+
"GitDiffOptions__gitdiff",
|
|
828
|
+
"ChangedEntity__gitdiff",
|
|
829
|
+
"ImpactReport__types",
|
|
830
|
+
"OutputJSON__types",
|
|
831
|
+
"DepGraph__types",
|
|
832
|
+
"DepNode__types"
|
|
833
|
+
]
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"id": "buildSubgraph__api",
|
|
837
|
+
"name": "buildSubgraph",
|
|
838
|
+
"type": "function",
|
|
839
|
+
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
840
|
+
"line": 121,
|
|
841
|
+
"lang": "js",
|
|
842
|
+
"complexity": "high",
|
|
843
|
+
"inDegree": 0,
|
|
844
|
+
"outDegree": 16,
|
|
845
|
+
"centralityScore": 16,
|
|
808
846
|
"connections": [
|
|
809
847
|
"collectFiles__collector",
|
|
810
848
|
"parseFiles__parser",
|
|
@@ -819,7 +857,40 @@
|
|
|
819
857
|
"GitDiffOptions__gitdiff",
|
|
820
858
|
"ChangedEntity__gitdiff",
|
|
821
859
|
"ImpactReport__types",
|
|
822
|
-
"OutputJSON__types"
|
|
860
|
+
"OutputJSON__types",
|
|
861
|
+
"DepGraph__types",
|
|
862
|
+
"DepNode__types"
|
|
863
|
+
]
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"id": "buildProseSummary__api",
|
|
867
|
+
"name": "buildProseSummary",
|
|
868
|
+
"type": "function",
|
|
869
|
+
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
870
|
+
"line": 156,
|
|
871
|
+
"lang": "js",
|
|
872
|
+
"complexity": "medium",
|
|
873
|
+
"inDegree": 1,
|
|
874
|
+
"outDegree": 16,
|
|
875
|
+
"centralityScore": 18,
|
|
876
|
+
"connections": [
|
|
877
|
+
"collectFiles__collector",
|
|
878
|
+
"parseFiles__parser",
|
|
879
|
+
"buildGraph__graph",
|
|
880
|
+
"computeMetrics__metrics",
|
|
881
|
+
"getCriticalNodes__metrics",
|
|
882
|
+
"getEntryPoints__metrics",
|
|
883
|
+
"getLeafNodes__metrics",
|
|
884
|
+
"getIsolatedNodes__metrics",
|
|
885
|
+
"simulateImpact__impact",
|
|
886
|
+
"getChangedEntities__gitdiff",
|
|
887
|
+
"GitDiffOptions__gitdiff",
|
|
888
|
+
"ChangedEntity__gitdiff",
|
|
889
|
+
"ImpactReport__types",
|
|
890
|
+
"OutputJSON__types",
|
|
891
|
+
"DepGraph__types",
|
|
892
|
+
"DepNode__types",
|
|
893
|
+
"main__mcp_server"
|
|
823
894
|
]
|
|
824
895
|
},
|
|
825
896
|
{
|
|
@@ -827,12 +898,12 @@
|
|
|
827
898
|
"name": "analyzeProject",
|
|
828
899
|
"type": "function",
|
|
829
900
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
830
|
-
"line":
|
|
901
|
+
"line": 194,
|
|
831
902
|
"lang": "js",
|
|
832
903
|
"complexity": "low",
|
|
833
904
|
"inDegree": 1,
|
|
834
|
-
"outDegree":
|
|
835
|
-
"centralityScore":
|
|
905
|
+
"outDegree": 16,
|
|
906
|
+
"centralityScore": 18,
|
|
836
907
|
"connections": [
|
|
837
908
|
"collectFiles__collector",
|
|
838
909
|
"parseFiles__parser",
|
|
@@ -848,6 +919,8 @@
|
|
|
848
919
|
"ChangedEntity__gitdiff",
|
|
849
920
|
"ImpactReport__types",
|
|
850
921
|
"OutputJSON__types",
|
|
922
|
+
"DepGraph__types",
|
|
923
|
+
"DepNode__types",
|
|
851
924
|
"main__mcp_server"
|
|
852
925
|
]
|
|
853
926
|
},
|
|
@@ -856,12 +929,12 @@
|
|
|
856
929
|
"name": "analyzeImpact",
|
|
857
930
|
"type": "function",
|
|
858
931
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
859
|
-
"line":
|
|
932
|
+
"line": 231,
|
|
860
933
|
"lang": "js",
|
|
861
934
|
"complexity": "low",
|
|
862
935
|
"inDegree": 1,
|
|
863
|
-
"outDegree":
|
|
864
|
-
"centralityScore":
|
|
936
|
+
"outDegree": 16,
|
|
937
|
+
"centralityScore": 18,
|
|
865
938
|
"connections": [
|
|
866
939
|
"collectFiles__collector",
|
|
867
940
|
"parseFiles__parser",
|
|
@@ -877,6 +950,8 @@
|
|
|
877
950
|
"ChangedEntity__gitdiff",
|
|
878
951
|
"ImpactReport__types",
|
|
879
952
|
"OutputJSON__types",
|
|
953
|
+
"DepGraph__types",
|
|
954
|
+
"DepNode__types",
|
|
880
955
|
"main__mcp_server"
|
|
881
956
|
]
|
|
882
957
|
},
|
|
@@ -885,12 +960,12 @@
|
|
|
885
960
|
"name": "analyzeGitImpact",
|
|
886
961
|
"type": "function",
|
|
887
962
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
888
|
-
"line":
|
|
963
|
+
"line": 244,
|
|
889
964
|
"lang": "js",
|
|
890
965
|
"complexity": "low",
|
|
891
966
|
"inDegree": 1,
|
|
892
|
-
"outDegree":
|
|
893
|
-
"centralityScore":
|
|
967
|
+
"outDegree": 16,
|
|
968
|
+
"centralityScore": 18,
|
|
894
969
|
"connections": [
|
|
895
970
|
"collectFiles__collector",
|
|
896
971
|
"parseFiles__parser",
|
|
@@ -906,6 +981,8 @@
|
|
|
906
981
|
"ChangedEntity__gitdiff",
|
|
907
982
|
"ImpactReport__types",
|
|
908
983
|
"OutputJSON__types",
|
|
984
|
+
"DepGraph__types",
|
|
985
|
+
"DepNode__types",
|
|
909
986
|
"main__mcp_server"
|
|
910
987
|
]
|
|
911
988
|
},
|
|
@@ -914,12 +991,12 @@
|
|
|
914
991
|
"name": "getGraphSummary",
|
|
915
992
|
"type": "function",
|
|
916
993
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
917
|
-
"line":
|
|
994
|
+
"line": 269,
|
|
918
995
|
"lang": "js",
|
|
919
996
|
"complexity": "low",
|
|
920
997
|
"inDegree": 1,
|
|
921
|
-
"outDegree":
|
|
922
|
-
"centralityScore":
|
|
998
|
+
"outDegree": 16,
|
|
999
|
+
"centralityScore": 18,
|
|
923
1000
|
"connections": [
|
|
924
1001
|
"collectFiles__collector",
|
|
925
1002
|
"parseFiles__parser",
|
|
@@ -935,20 +1012,83 @@
|
|
|
935
1012
|
"ChangedEntity__gitdiff",
|
|
936
1013
|
"ImpactReport__types",
|
|
937
1014
|
"OutputJSON__types",
|
|
1015
|
+
"DepGraph__types",
|
|
1016
|
+
"DepNode__types",
|
|
938
1017
|
"main__mcp_server"
|
|
939
1018
|
]
|
|
940
1019
|
},
|
|
1020
|
+
{
|
|
1021
|
+
"id": "describeNode__api",
|
|
1022
|
+
"name": "describeNode",
|
|
1023
|
+
"type": "function",
|
|
1024
|
+
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
1025
|
+
"line": 295,
|
|
1026
|
+
"lang": "js",
|
|
1027
|
+
"complexity": "high",
|
|
1028
|
+
"inDegree": 1,
|
|
1029
|
+
"outDegree": 16,
|
|
1030
|
+
"centralityScore": 18,
|
|
1031
|
+
"connections": [
|
|
1032
|
+
"collectFiles__collector",
|
|
1033
|
+
"parseFiles__parser",
|
|
1034
|
+
"buildGraph__graph",
|
|
1035
|
+
"computeMetrics__metrics",
|
|
1036
|
+
"getCriticalNodes__metrics",
|
|
1037
|
+
"getEntryPoints__metrics",
|
|
1038
|
+
"getLeafNodes__metrics",
|
|
1039
|
+
"getIsolatedNodes__metrics",
|
|
1040
|
+
"simulateImpact__impact",
|
|
1041
|
+
"getChangedEntities__gitdiff",
|
|
1042
|
+
"GitDiffOptions__gitdiff",
|
|
1043
|
+
"ChangedEntity__gitdiff",
|
|
1044
|
+
"ImpactReport__types",
|
|
1045
|
+
"OutputJSON__types",
|
|
1046
|
+
"DepGraph__types",
|
|
1047
|
+
"DepNode__types",
|
|
1048
|
+
"main__mcp_server"
|
|
1049
|
+
]
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"id": "AnalyzeOptions__api",
|
|
1053
|
+
"name": "AnalyzeOptions",
|
|
1054
|
+
"type": "interface",
|
|
1055
|
+
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
1056
|
+
"line": 46,
|
|
1057
|
+
"lang": "js",
|
|
1058
|
+
"complexity": "low",
|
|
1059
|
+
"inDegree": 0,
|
|
1060
|
+
"outDegree": 16,
|
|
1061
|
+
"centralityScore": 16,
|
|
1062
|
+
"connections": [
|
|
1063
|
+
"collectFiles__collector",
|
|
1064
|
+
"parseFiles__parser",
|
|
1065
|
+
"buildGraph__graph",
|
|
1066
|
+
"computeMetrics__metrics",
|
|
1067
|
+
"getCriticalNodes__metrics",
|
|
1068
|
+
"getEntryPoints__metrics",
|
|
1069
|
+
"getLeafNodes__metrics",
|
|
1070
|
+
"getIsolatedNodes__metrics",
|
|
1071
|
+
"simulateImpact__impact",
|
|
1072
|
+
"getChangedEntities__gitdiff",
|
|
1073
|
+
"GitDiffOptions__gitdiff",
|
|
1074
|
+
"ChangedEntity__gitdiff",
|
|
1075
|
+
"ImpactReport__types",
|
|
1076
|
+
"OutputJSON__types",
|
|
1077
|
+
"DepGraph__types",
|
|
1078
|
+
"DepNode__types"
|
|
1079
|
+
]
|
|
1080
|
+
},
|
|
941
1081
|
{
|
|
942
1082
|
"id": "AnalyzeResult__api",
|
|
943
1083
|
"name": "AnalyzeResult",
|
|
944
1084
|
"type": "interface",
|
|
945
1085
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
946
|
-
"line":
|
|
1086
|
+
"line": 66,
|
|
947
1087
|
"lang": "js",
|
|
948
1088
|
"complexity": "low",
|
|
949
1089
|
"inDegree": 0,
|
|
950
|
-
"outDegree":
|
|
951
|
-
"centralityScore":
|
|
1090
|
+
"outDegree": 16,
|
|
1091
|
+
"centralityScore": 16,
|
|
952
1092
|
"connections": [
|
|
953
1093
|
"collectFiles__collector",
|
|
954
1094
|
"parseFiles__parser",
|
|
@@ -963,7 +1103,9 @@
|
|
|
963
1103
|
"GitDiffOptions__gitdiff",
|
|
964
1104
|
"ChangedEntity__gitdiff",
|
|
965
1105
|
"ImpactReport__types",
|
|
966
|
-
"OutputJSON__types"
|
|
1106
|
+
"OutputJSON__types",
|
|
1107
|
+
"DepGraph__types",
|
|
1108
|
+
"DepNode__types"
|
|
967
1109
|
]
|
|
968
1110
|
},
|
|
969
1111
|
{
|
|
@@ -971,12 +1113,12 @@
|
|
|
971
1113
|
"name": "GitImpactResult",
|
|
972
1114
|
"type": "interface",
|
|
973
1115
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
974
|
-
"line":
|
|
1116
|
+
"line": 74,
|
|
975
1117
|
"lang": "js",
|
|
976
1118
|
"complexity": "low",
|
|
977
1119
|
"inDegree": 0,
|
|
978
|
-
"outDegree":
|
|
979
|
-
"centralityScore":
|
|
1120
|
+
"outDegree": 16,
|
|
1121
|
+
"centralityScore": 16,
|
|
980
1122
|
"connections": [
|
|
981
1123
|
"collectFiles__collector",
|
|
982
1124
|
"parseFiles__parser",
|
|
@@ -991,7 +1133,9 @@
|
|
|
991
1133
|
"GitDiffOptions__gitdiff",
|
|
992
1134
|
"ChangedEntity__gitdiff",
|
|
993
1135
|
"ImpactReport__types",
|
|
994
|
-
"OutputJSON__types"
|
|
1136
|
+
"OutputJSON__types",
|
|
1137
|
+
"DepGraph__types",
|
|
1138
|
+
"DepNode__types"
|
|
995
1139
|
]
|
|
996
1140
|
},
|
|
997
1141
|
{
|
|
@@ -999,12 +1143,72 @@
|
|
|
999
1143
|
"name": "GraphSummary",
|
|
1000
1144
|
"type": "interface",
|
|
1001
1145
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
1002
|
-
"line":
|
|
1146
|
+
"line": 79,
|
|
1003
1147
|
"lang": "js",
|
|
1004
1148
|
"complexity": "low",
|
|
1005
1149
|
"inDegree": 0,
|
|
1006
|
-
"outDegree":
|
|
1007
|
-
"centralityScore":
|
|
1150
|
+
"outDegree": 16,
|
|
1151
|
+
"centralityScore": 16,
|
|
1152
|
+
"connections": [
|
|
1153
|
+
"collectFiles__collector",
|
|
1154
|
+
"parseFiles__parser",
|
|
1155
|
+
"buildGraph__graph",
|
|
1156
|
+
"computeMetrics__metrics",
|
|
1157
|
+
"getCriticalNodes__metrics",
|
|
1158
|
+
"getEntryPoints__metrics",
|
|
1159
|
+
"getLeafNodes__metrics",
|
|
1160
|
+
"getIsolatedNodes__metrics",
|
|
1161
|
+
"simulateImpact__impact",
|
|
1162
|
+
"getChangedEntities__gitdiff",
|
|
1163
|
+
"GitDiffOptions__gitdiff",
|
|
1164
|
+
"ChangedEntity__gitdiff",
|
|
1165
|
+
"ImpactReport__types",
|
|
1166
|
+
"OutputJSON__types",
|
|
1167
|
+
"DepGraph__types",
|
|
1168
|
+
"DepNode__types"
|
|
1169
|
+
]
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"id": "NodeDescription__api",
|
|
1173
|
+
"name": "NodeDescription",
|
|
1174
|
+
"type": "interface",
|
|
1175
|
+
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
1176
|
+
"line": 89,
|
|
1177
|
+
"lang": "js",
|
|
1178
|
+
"complexity": "low",
|
|
1179
|
+
"inDegree": 0,
|
|
1180
|
+
"outDegree": 16,
|
|
1181
|
+
"centralityScore": 16,
|
|
1182
|
+
"connections": [
|
|
1183
|
+
"collectFiles__collector",
|
|
1184
|
+
"parseFiles__parser",
|
|
1185
|
+
"buildGraph__graph",
|
|
1186
|
+
"computeMetrics__metrics",
|
|
1187
|
+
"getCriticalNodes__metrics",
|
|
1188
|
+
"getEntryPoints__metrics",
|
|
1189
|
+
"getLeafNodes__metrics",
|
|
1190
|
+
"getIsolatedNodes__metrics",
|
|
1191
|
+
"simulateImpact__impact",
|
|
1192
|
+
"getChangedEntities__gitdiff",
|
|
1193
|
+
"GitDiffOptions__gitdiff",
|
|
1194
|
+
"ChangedEntity__gitdiff",
|
|
1195
|
+
"ImpactReport__types",
|
|
1196
|
+
"OutputJSON__types",
|
|
1197
|
+
"DepGraph__types",
|
|
1198
|
+
"DepNode__types"
|
|
1199
|
+
]
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
"id": "Verbosity__api",
|
|
1203
|
+
"name": "Verbosity",
|
|
1204
|
+
"type": "type",
|
|
1205
|
+
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
1206
|
+
"line": 41,
|
|
1207
|
+
"lang": "js",
|
|
1208
|
+
"complexity": "low",
|
|
1209
|
+
"inDegree": 0,
|
|
1210
|
+
"outDegree": 16,
|
|
1211
|
+
"centralityScore": 16,
|
|
1008
1212
|
"connections": [
|
|
1009
1213
|
"collectFiles__collector",
|
|
1010
1214
|
"parseFiles__parser",
|
|
@@ -1019,7 +1223,9 @@
|
|
|
1019
1223
|
"GitDiffOptions__gitdiff",
|
|
1020
1224
|
"ChangedEntity__gitdiff",
|
|
1021
1225
|
"ImpactReport__types",
|
|
1022
|
-
"OutputJSON__types"
|
|
1226
|
+
"OutputJSON__types",
|
|
1227
|
+
"DepGraph__types",
|
|
1228
|
+
"DepNode__types"
|
|
1023
1229
|
]
|
|
1024
1230
|
},
|
|
1025
1231
|
{
|
|
@@ -2126,17 +2332,19 @@
|
|
|
2126
2332
|
"name": "main",
|
|
2127
2333
|
"type": "function",
|
|
2128
2334
|
"file": "/Users/betopia/Desktop/Arafat/depgraph/src/mcp-server.ts",
|
|
2129
|
-
"line":
|
|
2335
|
+
"line": 174,
|
|
2130
2336
|
"lang": "js",
|
|
2131
2337
|
"complexity": "low",
|
|
2132
2338
|
"inDegree": 0,
|
|
2133
|
-
"outDegree":
|
|
2134
|
-
"centralityScore":
|
|
2339
|
+
"outDegree": 6,
|
|
2340
|
+
"centralityScore": 6,
|
|
2135
2341
|
"connections": [
|
|
2136
2342
|
"analyzeProject__api",
|
|
2137
2343
|
"analyzeImpact__api",
|
|
2138
2344
|
"analyzeGitImpact__api",
|
|
2139
|
-
"getGraphSummary__api"
|
|
2345
|
+
"getGraphSummary__api",
|
|
2346
|
+
"describeNode__api",
|
|
2347
|
+
"buildProseSummary__api"
|
|
2140
2348
|
]
|
|
2141
2349
|
},
|
|
2142
2350
|
{
|
|
@@ -2147,18 +2355,24 @@
|
|
|
2147
2355
|
"line": 13,
|
|
2148
2356
|
"lang": "js",
|
|
2149
2357
|
"complexity": "medium",
|
|
2150
|
-
"inDegree":
|
|
2358
|
+
"inDegree": 26,
|
|
2151
2359
|
"outDegree": 0,
|
|
2152
|
-
"centralityScore":
|
|
2360
|
+
"centralityScore": 52,
|
|
2153
2361
|
"connections": [
|
|
2154
2362
|
"buildPipeline__api",
|
|
2363
|
+
"buildSubgraph__api",
|
|
2364
|
+
"buildProseSummary__api",
|
|
2155
2365
|
"analyzeProject__api",
|
|
2156
2366
|
"analyzeImpact__api",
|
|
2157
2367
|
"analyzeGitImpact__api",
|
|
2158
2368
|
"getGraphSummary__api",
|
|
2369
|
+
"describeNode__api",
|
|
2370
|
+
"AnalyzeOptions__api",
|
|
2159
2371
|
"AnalyzeResult__api",
|
|
2160
2372
|
"GitImpactResult__api",
|
|
2161
2373
|
"GraphSummary__api",
|
|
2374
|
+
"NodeDescription__api",
|
|
2375
|
+
"Verbosity__api",
|
|
2162
2376
|
"color__main",
|
|
2163
2377
|
"getFlag__main",
|
|
2164
2378
|
"printHelp__main",
|
|
@@ -2181,19 +2395,25 @@
|
|
|
2181
2395
|
"line": 35,
|
|
2182
2396
|
"lang": "js",
|
|
2183
2397
|
"complexity": "low",
|
|
2184
|
-
"inDegree":
|
|
2398
|
+
"inDegree": 27,
|
|
2185
2399
|
"outDegree": 1,
|
|
2186
|
-
"centralityScore":
|
|
2400
|
+
"centralityScore": 55,
|
|
2187
2401
|
"connections": [
|
|
2188
2402
|
"GET__users__gitdiff_test",
|
|
2189
2403
|
"buildPipeline__api",
|
|
2404
|
+
"buildSubgraph__api",
|
|
2405
|
+
"buildProseSummary__api",
|
|
2190
2406
|
"analyzeProject__api",
|
|
2191
2407
|
"analyzeImpact__api",
|
|
2192
2408
|
"analyzeGitImpact__api",
|
|
2193
2409
|
"getGraphSummary__api",
|
|
2410
|
+
"describeNode__api",
|
|
2411
|
+
"AnalyzeOptions__api",
|
|
2194
2412
|
"AnalyzeResult__api",
|
|
2195
2413
|
"GitImpactResult__api",
|
|
2196
2414
|
"GraphSummary__api",
|
|
2415
|
+
"NodeDescription__api",
|
|
2416
|
+
"Verbosity__api",
|
|
2197
2417
|
"color__main",
|
|
2198
2418
|
"getFlag__main",
|
|
2199
2419
|
"printHelp__main",
|
|
@@ -2277,18 +2497,24 @@
|
|
|
2277
2497
|
"line": 7,
|
|
2278
2498
|
"lang": "js",
|
|
2279
2499
|
"complexity": "low",
|
|
2280
|
-
"inDegree":
|
|
2500
|
+
"inDegree": 14,
|
|
2281
2501
|
"outDegree": 1,
|
|
2282
|
-
"centralityScore":
|
|
2502
|
+
"centralityScore": 29,
|
|
2283
2503
|
"connections": [
|
|
2284
2504
|
"buildPipeline__api",
|
|
2505
|
+
"buildSubgraph__api",
|
|
2506
|
+
"buildProseSummary__api",
|
|
2285
2507
|
"analyzeProject__api",
|
|
2286
2508
|
"analyzeImpact__api",
|
|
2287
2509
|
"analyzeGitImpact__api",
|
|
2288
2510
|
"getGraphSummary__api",
|
|
2511
|
+
"describeNode__api",
|
|
2512
|
+
"AnalyzeOptions__api",
|
|
2289
2513
|
"AnalyzeResult__api",
|
|
2290
2514
|
"GitImpactResult__api",
|
|
2291
2515
|
"GraphSummary__api",
|
|
2516
|
+
"NodeDescription__api",
|
|
2517
|
+
"Verbosity__api",
|
|
2292
2518
|
"getLanguageParser__registry"
|
|
2293
2519
|
]
|
|
2294
2520
|
},
|
|
@@ -2300,18 +2526,24 @@
|
|
|
2300
2526
|
"line": 14,
|
|
2301
2527
|
"lang": "js",
|
|
2302
2528
|
"complexity": "low",
|
|
2303
|
-
"inDegree":
|
|
2529
|
+
"inDegree": 14,
|
|
2304
2530
|
"outDegree": 1,
|
|
2305
|
-
"centralityScore":
|
|
2531
|
+
"centralityScore": 29,
|
|
2306
2532
|
"connections": [
|
|
2307
2533
|
"buildPipeline__api",
|
|
2534
|
+
"buildSubgraph__api",
|
|
2535
|
+
"buildProseSummary__api",
|
|
2308
2536
|
"analyzeProject__api",
|
|
2309
2537
|
"analyzeImpact__api",
|
|
2310
2538
|
"analyzeGitImpact__api",
|
|
2311
2539
|
"getGraphSummary__api",
|
|
2540
|
+
"describeNode__api",
|
|
2541
|
+
"AnalyzeOptions__api",
|
|
2312
2542
|
"AnalyzeResult__api",
|
|
2313
2543
|
"GitImpactResult__api",
|
|
2314
2544
|
"GraphSummary__api",
|
|
2545
|
+
"NodeDescription__api",
|
|
2546
|
+
"Verbosity__api",
|
|
2315
2547
|
"getLanguageParser__registry"
|
|
2316
2548
|
]
|
|
2317
2549
|
},
|
|
@@ -2323,9 +2555,9 @@
|
|
|
2323
2555
|
"line": 11,
|
|
2324
2556
|
"lang": "js",
|
|
2325
2557
|
"complexity": "high",
|
|
2326
|
-
"inDegree":
|
|
2558
|
+
"inDegree": 40,
|
|
2327
2559
|
"outDegree": 4,
|
|
2328
|
-
"centralityScore":
|
|
2560
|
+
"centralityScore": 84,
|
|
2329
2561
|
"connections": [
|
|
2330
2562
|
"Calculator__dart_test",
|
|
2331
2563
|
"PublicClass__dart_test",
|
|
@@ -2342,13 +2574,19 @@
|
|
|
2342
2574
|
"class__dart_test",
|
|
2343
2575
|
"makeId__graph_test",
|
|
2344
2576
|
"buildPipeline__api",
|
|
2577
|
+
"buildSubgraph__api",
|
|
2578
|
+
"buildProseSummary__api",
|
|
2345
2579
|
"analyzeProject__api",
|
|
2346
2580
|
"analyzeImpact__api",
|
|
2347
2581
|
"analyzeGitImpact__api",
|
|
2348
2582
|
"getGraphSummary__api",
|
|
2583
|
+
"describeNode__api",
|
|
2584
|
+
"AnalyzeOptions__api",
|
|
2349
2585
|
"AnalyzeResult__api",
|
|
2350
2586
|
"GitImpactResult__api",
|
|
2351
2587
|
"GraphSummary__api",
|
|
2588
|
+
"NodeDescription__api",
|
|
2589
|
+
"Verbosity__api",
|
|
2352
2590
|
"color__main",
|
|
2353
2591
|
"getFlag__main",
|
|
2354
2592
|
"printHelp__main",
|
|
@@ -2411,19 +2649,25 @@
|
|
|
2411
2649
|
"line": 14,
|
|
2412
2650
|
"lang": "js",
|
|
2413
2651
|
"complexity": "medium",
|
|
2414
|
-
"inDegree":
|
|
2652
|
+
"inDegree": 27,
|
|
2415
2653
|
"outDegree": 3,
|
|
2416
|
-
"centralityScore":
|
|
2654
|
+
"centralityScore": 57,
|
|
2417
2655
|
"connections": [
|
|
2418
2656
|
"createMockNode__impact_test",
|
|
2419
2657
|
"buildPipeline__api",
|
|
2658
|
+
"buildSubgraph__api",
|
|
2659
|
+
"buildProseSummary__api",
|
|
2420
2660
|
"analyzeProject__api",
|
|
2421
2661
|
"analyzeImpact__api",
|
|
2422
2662
|
"analyzeGitImpact__api",
|
|
2423
2663
|
"getGraphSummary__api",
|
|
2664
|
+
"describeNode__api",
|
|
2665
|
+
"AnalyzeOptions__api",
|
|
2424
2666
|
"AnalyzeResult__api",
|
|
2425
2667
|
"GitImpactResult__api",
|
|
2426
2668
|
"GraphSummary__api",
|
|
2669
|
+
"NodeDescription__api",
|
|
2670
|
+
"Verbosity__api",
|
|
2427
2671
|
"color__main",
|
|
2428
2672
|
"getFlag__main",
|
|
2429
2673
|
"printHelp__main",
|
|
@@ -2602,19 +2846,25 @@
|
|
|
2602
2846
|
"line": 10,
|
|
2603
2847
|
"lang": "js",
|
|
2604
2848
|
"complexity": "medium",
|
|
2605
|
-
"inDegree":
|
|
2849
|
+
"inDegree": 27,
|
|
2606
2850
|
"outDegree": 2,
|
|
2607
|
-
"centralityScore":
|
|
2851
|
+
"centralityScore": 56,
|
|
2608
2852
|
"connections": [
|
|
2609
2853
|
"createMockNode__metrics_test",
|
|
2610
2854
|
"buildPipeline__api",
|
|
2855
|
+
"buildSubgraph__api",
|
|
2856
|
+
"buildProseSummary__api",
|
|
2611
2857
|
"analyzeProject__api",
|
|
2612
2858
|
"analyzeImpact__api",
|
|
2613
2859
|
"analyzeGitImpact__api",
|
|
2614
2860
|
"getGraphSummary__api",
|
|
2861
|
+
"describeNode__api",
|
|
2862
|
+
"AnalyzeOptions__api",
|
|
2615
2863
|
"AnalyzeResult__api",
|
|
2616
2864
|
"GitImpactResult__api",
|
|
2617
2865
|
"GraphSummary__api",
|
|
2866
|
+
"NodeDescription__api",
|
|
2867
|
+
"Verbosity__api",
|
|
2618
2868
|
"color__main",
|
|
2619
2869
|
"getFlag__main",
|
|
2620
2870
|
"printHelp__main",
|
|
@@ -2639,19 +2889,25 @@
|
|
|
2639
2889
|
"line": 43,
|
|
2640
2890
|
"lang": "js",
|
|
2641
2891
|
"complexity": "low",
|
|
2642
|
-
"inDegree":
|
|
2892
|
+
"inDegree": 16,
|
|
2643
2893
|
"outDegree": 2,
|
|
2644
|
-
"centralityScore":
|
|
2894
|
+
"centralityScore": 34,
|
|
2645
2895
|
"connections": [
|
|
2646
2896
|
"createMockNode__metrics_test",
|
|
2647
2897
|
"buildPipeline__api",
|
|
2898
|
+
"buildSubgraph__api",
|
|
2899
|
+
"buildProseSummary__api",
|
|
2648
2900
|
"analyzeProject__api",
|
|
2649
2901
|
"analyzeImpact__api",
|
|
2650
2902
|
"analyzeGitImpact__api",
|
|
2651
2903
|
"getGraphSummary__api",
|
|
2904
|
+
"describeNode__api",
|
|
2905
|
+
"AnalyzeOptions__api",
|
|
2652
2906
|
"AnalyzeResult__api",
|
|
2653
2907
|
"GitImpactResult__api",
|
|
2654
2908
|
"GraphSummary__api",
|
|
2909
|
+
"NodeDescription__api",
|
|
2910
|
+
"Verbosity__api",
|
|
2655
2911
|
"DepGraph__types",
|
|
2656
2912
|
"DepNode__types",
|
|
2657
2913
|
"writeOutput__output"
|
|
@@ -2665,19 +2921,25 @@
|
|
|
2665
2921
|
"line": 58,
|
|
2666
2922
|
"lang": "js",
|
|
2667
2923
|
"complexity": "low",
|
|
2668
|
-
"inDegree":
|
|
2924
|
+
"inDegree": 16,
|
|
2669
2925
|
"outDegree": 2,
|
|
2670
|
-
"centralityScore":
|
|
2926
|
+
"centralityScore": 34,
|
|
2671
2927
|
"connections": [
|
|
2672
2928
|
"createMockNode__metrics_test",
|
|
2673
2929
|
"buildPipeline__api",
|
|
2930
|
+
"buildSubgraph__api",
|
|
2931
|
+
"buildProseSummary__api",
|
|
2674
2932
|
"analyzeProject__api",
|
|
2675
2933
|
"analyzeImpact__api",
|
|
2676
2934
|
"analyzeGitImpact__api",
|
|
2677
2935
|
"getGraphSummary__api",
|
|
2936
|
+
"describeNode__api",
|
|
2937
|
+
"AnalyzeOptions__api",
|
|
2678
2938
|
"AnalyzeResult__api",
|
|
2679
2939
|
"GitImpactResult__api",
|
|
2680
2940
|
"GraphSummary__api",
|
|
2941
|
+
"NodeDescription__api",
|
|
2942
|
+
"Verbosity__api",
|
|
2681
2943
|
"DepGraph__types",
|
|
2682
2944
|
"DepNode__types",
|
|
2683
2945
|
"writeOutput__output"
|
|
@@ -2691,19 +2953,25 @@
|
|
|
2691
2953
|
"line": 73,
|
|
2692
2954
|
"lang": "js",
|
|
2693
2955
|
"complexity": "low",
|
|
2694
|
-
"inDegree":
|
|
2956
|
+
"inDegree": 16,
|
|
2695
2957
|
"outDegree": 2,
|
|
2696
|
-
"centralityScore":
|
|
2958
|
+
"centralityScore": 34,
|
|
2697
2959
|
"connections": [
|
|
2698
2960
|
"createMockNode__metrics_test",
|
|
2699
2961
|
"buildPipeline__api",
|
|
2962
|
+
"buildSubgraph__api",
|
|
2963
|
+
"buildProseSummary__api",
|
|
2700
2964
|
"analyzeProject__api",
|
|
2701
2965
|
"analyzeImpact__api",
|
|
2702
2966
|
"analyzeGitImpact__api",
|
|
2703
2967
|
"getGraphSummary__api",
|
|
2968
|
+
"describeNode__api",
|
|
2969
|
+
"AnalyzeOptions__api",
|
|
2704
2970
|
"AnalyzeResult__api",
|
|
2705
2971
|
"GitImpactResult__api",
|
|
2706
2972
|
"GraphSummary__api",
|
|
2973
|
+
"NodeDescription__api",
|
|
2974
|
+
"Verbosity__api",
|
|
2707
2975
|
"DepGraph__types",
|
|
2708
2976
|
"DepNode__types",
|
|
2709
2977
|
"writeOutput__output"
|
|
@@ -2717,19 +2985,25 @@
|
|
|
2717
2985
|
"line": 88,
|
|
2718
2986
|
"lang": "js",
|
|
2719
2987
|
"complexity": "low",
|
|
2720
|
-
"inDegree":
|
|
2988
|
+
"inDegree": 28,
|
|
2721
2989
|
"outDegree": 2,
|
|
2722
|
-
"centralityScore":
|
|
2990
|
+
"centralityScore": 58,
|
|
2723
2991
|
"connections": [
|
|
2724
2992
|
"createMockNode__metrics_test",
|
|
2725
2993
|
"buildPipeline__api",
|
|
2994
|
+
"buildSubgraph__api",
|
|
2995
|
+
"buildProseSummary__api",
|
|
2726
2996
|
"analyzeProject__api",
|
|
2727
2997
|
"analyzeImpact__api",
|
|
2728
2998
|
"analyzeGitImpact__api",
|
|
2729
2999
|
"getGraphSummary__api",
|
|
3000
|
+
"describeNode__api",
|
|
3001
|
+
"AnalyzeOptions__api",
|
|
2730
3002
|
"AnalyzeResult__api",
|
|
2731
3003
|
"GitImpactResult__api",
|
|
2732
3004
|
"GraphSummary__api",
|
|
3005
|
+
"NodeDescription__api",
|
|
3006
|
+
"Verbosity__api",
|
|
2733
3007
|
"color__main",
|
|
2734
3008
|
"getFlag__main",
|
|
2735
3009
|
"printHelp__main",
|
|
@@ -2838,18 +3112,24 @@
|
|
|
2838
3112
|
"line": 59,
|
|
2839
3113
|
"lang": "js",
|
|
2840
3114
|
"complexity": "low",
|
|
2841
|
-
"inDegree":
|
|
3115
|
+
"inDegree": 26,
|
|
2842
3116
|
"outDegree": 4,
|
|
2843
|
-
"centralityScore":
|
|
3117
|
+
"centralityScore": 56,
|
|
2844
3118
|
"connections": [
|
|
2845
3119
|
"buildPipeline__api",
|
|
3120
|
+
"buildSubgraph__api",
|
|
3121
|
+
"buildProseSummary__api",
|
|
2846
3122
|
"analyzeProject__api",
|
|
2847
3123
|
"analyzeImpact__api",
|
|
2848
3124
|
"analyzeGitImpact__api",
|
|
2849
3125
|
"getGraphSummary__api",
|
|
3126
|
+
"describeNode__api",
|
|
3127
|
+
"AnalyzeOptions__api",
|
|
2850
3128
|
"AnalyzeResult__api",
|
|
2851
3129
|
"GitImpactResult__api",
|
|
2852
3130
|
"GraphSummary__api",
|
|
3131
|
+
"NodeDescription__api",
|
|
3132
|
+
"Verbosity__api",
|
|
2853
3133
|
"color__main",
|
|
2854
3134
|
"getFlag__main",
|
|
2855
3135
|
"printHelp__main",
|
|
@@ -2945,12 +3225,26 @@
|
|
|
2945
3225
|
"line": 52,
|
|
2946
3226
|
"lang": "js",
|
|
2947
3227
|
"complexity": "low",
|
|
2948
|
-
"inDegree":
|
|
3228
|
+
"inDegree": 24,
|
|
2949
3229
|
"outDegree": 0,
|
|
2950
|
-
"centralityScore":
|
|
3230
|
+
"centralityScore": 48,
|
|
2951
3231
|
"connections": [
|
|
2952
3232
|
"createMockNode__impact_test",
|
|
2953
3233
|
"createMockNode__metrics_test",
|
|
3234
|
+
"buildPipeline__api",
|
|
3235
|
+
"buildSubgraph__api",
|
|
3236
|
+
"buildProseSummary__api",
|
|
3237
|
+
"analyzeProject__api",
|
|
3238
|
+
"analyzeImpact__api",
|
|
3239
|
+
"analyzeGitImpact__api",
|
|
3240
|
+
"getGraphSummary__api",
|
|
3241
|
+
"describeNode__api",
|
|
3242
|
+
"AnalyzeOptions__api",
|
|
3243
|
+
"AnalyzeResult__api",
|
|
3244
|
+
"GitImpactResult__api",
|
|
3245
|
+
"GraphSummary__api",
|
|
3246
|
+
"NodeDescription__api",
|
|
3247
|
+
"Verbosity__api",
|
|
2954
3248
|
"buildGraph__graph",
|
|
2955
3249
|
"makeId__graph",
|
|
2956
3250
|
"resolvePath__graph",
|
|
@@ -2986,12 +3280,26 @@
|
|
|
2986
3280
|
"line": 100,
|
|
2987
3281
|
"lang": "js",
|
|
2988
3282
|
"complexity": "low",
|
|
2989
|
-
"inDegree":
|
|
3283
|
+
"inDegree": 35,
|
|
2990
3284
|
"outDegree": 0,
|
|
2991
|
-
"centralityScore":
|
|
3285
|
+
"centralityScore": 70,
|
|
2992
3286
|
"connections": [
|
|
2993
3287
|
"createMockNode__impact_test",
|
|
2994
3288
|
"createMockNode__metrics_test",
|
|
3289
|
+
"buildPipeline__api",
|
|
3290
|
+
"buildSubgraph__api",
|
|
3291
|
+
"buildProseSummary__api",
|
|
3292
|
+
"analyzeProject__api",
|
|
3293
|
+
"analyzeImpact__api",
|
|
3294
|
+
"analyzeGitImpact__api",
|
|
3295
|
+
"getGraphSummary__api",
|
|
3296
|
+
"describeNode__api",
|
|
3297
|
+
"AnalyzeOptions__api",
|
|
3298
|
+
"AnalyzeResult__api",
|
|
3299
|
+
"GitImpactResult__api",
|
|
3300
|
+
"GraphSummary__api",
|
|
3301
|
+
"NodeDescription__api",
|
|
3302
|
+
"Verbosity__api",
|
|
2995
3303
|
"buildGraph__graph",
|
|
2996
3304
|
"makeId__graph",
|
|
2997
3305
|
"resolvePath__graph",
|
|
@@ -3045,18 +3353,24 @@
|
|
|
3045
3353
|
"line": 132,
|
|
3046
3354
|
"lang": "js",
|
|
3047
3355
|
"complexity": "low",
|
|
3048
|
-
"inDegree":
|
|
3356
|
+
"inDegree": 25,
|
|
3049
3357
|
"outDegree": 0,
|
|
3050
|
-
"centralityScore":
|
|
3358
|
+
"centralityScore": 50,
|
|
3051
3359
|
"connections": [
|
|
3052
3360
|
"buildPipeline__api",
|
|
3361
|
+
"buildSubgraph__api",
|
|
3362
|
+
"buildProseSummary__api",
|
|
3053
3363
|
"analyzeProject__api",
|
|
3054
3364
|
"analyzeImpact__api",
|
|
3055
3365
|
"analyzeGitImpact__api",
|
|
3056
3366
|
"getGraphSummary__api",
|
|
3367
|
+
"describeNode__api",
|
|
3368
|
+
"AnalyzeOptions__api",
|
|
3057
3369
|
"AnalyzeResult__api",
|
|
3058
3370
|
"GitImpactResult__api",
|
|
3059
3371
|
"GraphSummary__api",
|
|
3372
|
+
"NodeDescription__api",
|
|
3373
|
+
"Verbosity__api",
|
|
3060
3374
|
"simulateImpact__impact",
|
|
3061
3375
|
"getDirectDependents__impact",
|
|
3062
3376
|
"getImpactLevel__impact",
|
|
@@ -3078,18 +3392,24 @@
|
|
|
3078
3392
|
"line": 154,
|
|
3079
3393
|
"lang": "js",
|
|
3080
3394
|
"complexity": "low",
|
|
3081
|
-
"inDegree":
|
|
3395
|
+
"inDegree": 15,
|
|
3082
3396
|
"outDegree": 0,
|
|
3083
|
-
"centralityScore":
|
|
3397
|
+
"centralityScore": 30,
|
|
3084
3398
|
"connections": [
|
|
3085
3399
|
"buildPipeline__api",
|
|
3400
|
+
"buildSubgraph__api",
|
|
3401
|
+
"buildProseSummary__api",
|
|
3086
3402
|
"analyzeProject__api",
|
|
3087
3403
|
"analyzeImpact__api",
|
|
3088
3404
|
"analyzeGitImpact__api",
|
|
3089
3405
|
"getGraphSummary__api",
|
|
3406
|
+
"describeNode__api",
|
|
3407
|
+
"AnalyzeOptions__api",
|
|
3090
3408
|
"AnalyzeResult__api",
|
|
3091
3409
|
"GitImpactResult__api",
|
|
3092
3410
|
"GraphSummary__api",
|
|
3411
|
+
"NodeDescription__api",
|
|
3412
|
+
"Verbosity__api",
|
|
3093
3413
|
"writeOutput__output"
|
|
3094
3414
|
]
|
|
3095
3415
|
}
|
|
@@ -3443,6 +3763,18 @@
|
|
|
3443
3763
|
"type": "imports",
|
|
3444
3764
|
"description": "buildPipeline imports collectFiles from collector.ts"
|
|
3445
3765
|
},
|
|
3766
|
+
{
|
|
3767
|
+
"from": "buildSubgraph__api",
|
|
3768
|
+
"to": "collectFiles__collector",
|
|
3769
|
+
"type": "imports",
|
|
3770
|
+
"description": "buildSubgraph imports collectFiles from collector.ts"
|
|
3771
|
+
},
|
|
3772
|
+
{
|
|
3773
|
+
"from": "buildProseSummary__api",
|
|
3774
|
+
"to": "collectFiles__collector",
|
|
3775
|
+
"type": "imports",
|
|
3776
|
+
"description": "buildProseSummary imports collectFiles from collector.ts"
|
|
3777
|
+
},
|
|
3446
3778
|
{
|
|
3447
3779
|
"from": "analyzeProject__api",
|
|
3448
3780
|
"to": "collectFiles__collector",
|
|
@@ -3467,6 +3799,18 @@
|
|
|
3467
3799
|
"type": "imports",
|
|
3468
3800
|
"description": "getGraphSummary imports collectFiles from collector.ts"
|
|
3469
3801
|
},
|
|
3802
|
+
{
|
|
3803
|
+
"from": "describeNode__api",
|
|
3804
|
+
"to": "collectFiles__collector",
|
|
3805
|
+
"type": "imports",
|
|
3806
|
+
"description": "describeNode imports collectFiles from collector.ts"
|
|
3807
|
+
},
|
|
3808
|
+
{
|
|
3809
|
+
"from": "AnalyzeOptions__api",
|
|
3810
|
+
"to": "collectFiles__collector",
|
|
3811
|
+
"type": "imports",
|
|
3812
|
+
"description": "AnalyzeOptions imports collectFiles from collector.ts"
|
|
3813
|
+
},
|
|
3470
3814
|
{
|
|
3471
3815
|
"from": "AnalyzeResult__api",
|
|
3472
3816
|
"to": "collectFiles__collector",
|
|
@@ -3485,12 +3829,36 @@
|
|
|
3485
3829
|
"type": "imports",
|
|
3486
3830
|
"description": "GraphSummary imports collectFiles from collector.ts"
|
|
3487
3831
|
},
|
|
3832
|
+
{
|
|
3833
|
+
"from": "NodeDescription__api",
|
|
3834
|
+
"to": "collectFiles__collector",
|
|
3835
|
+
"type": "imports",
|
|
3836
|
+
"description": "NodeDescription imports collectFiles from collector.ts"
|
|
3837
|
+
},
|
|
3838
|
+
{
|
|
3839
|
+
"from": "Verbosity__api",
|
|
3840
|
+
"to": "collectFiles__collector",
|
|
3841
|
+
"type": "imports",
|
|
3842
|
+
"description": "Verbosity imports collectFiles from collector.ts"
|
|
3843
|
+
},
|
|
3488
3844
|
{
|
|
3489
3845
|
"from": "buildPipeline__api",
|
|
3490
3846
|
"to": "parseFiles__parser",
|
|
3491
3847
|
"type": "imports",
|
|
3492
3848
|
"description": "buildPipeline imports parseFiles from parser.ts"
|
|
3493
3849
|
},
|
|
3850
|
+
{
|
|
3851
|
+
"from": "buildSubgraph__api",
|
|
3852
|
+
"to": "parseFiles__parser",
|
|
3853
|
+
"type": "imports",
|
|
3854
|
+
"description": "buildSubgraph imports parseFiles from parser.ts"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"from": "buildProseSummary__api",
|
|
3858
|
+
"to": "parseFiles__parser",
|
|
3859
|
+
"type": "imports",
|
|
3860
|
+
"description": "buildProseSummary imports parseFiles from parser.ts"
|
|
3861
|
+
},
|
|
3494
3862
|
{
|
|
3495
3863
|
"from": "analyzeProject__api",
|
|
3496
3864
|
"to": "parseFiles__parser",
|
|
@@ -3515,6 +3883,18 @@
|
|
|
3515
3883
|
"type": "imports",
|
|
3516
3884
|
"description": "getGraphSummary imports parseFiles from parser.ts"
|
|
3517
3885
|
},
|
|
3886
|
+
{
|
|
3887
|
+
"from": "describeNode__api",
|
|
3888
|
+
"to": "parseFiles__parser",
|
|
3889
|
+
"type": "imports",
|
|
3890
|
+
"description": "describeNode imports parseFiles from parser.ts"
|
|
3891
|
+
},
|
|
3892
|
+
{
|
|
3893
|
+
"from": "AnalyzeOptions__api",
|
|
3894
|
+
"to": "parseFiles__parser",
|
|
3895
|
+
"type": "imports",
|
|
3896
|
+
"description": "AnalyzeOptions imports parseFiles from parser.ts"
|
|
3897
|
+
},
|
|
3518
3898
|
{
|
|
3519
3899
|
"from": "AnalyzeResult__api",
|
|
3520
3900
|
"to": "parseFiles__parser",
|
|
@@ -3533,12 +3913,36 @@
|
|
|
3533
3913
|
"type": "imports",
|
|
3534
3914
|
"description": "GraphSummary imports parseFiles from parser.ts"
|
|
3535
3915
|
},
|
|
3916
|
+
{
|
|
3917
|
+
"from": "NodeDescription__api",
|
|
3918
|
+
"to": "parseFiles__parser",
|
|
3919
|
+
"type": "imports",
|
|
3920
|
+
"description": "NodeDescription imports parseFiles from parser.ts"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
"from": "Verbosity__api",
|
|
3924
|
+
"to": "parseFiles__parser",
|
|
3925
|
+
"type": "imports",
|
|
3926
|
+
"description": "Verbosity imports parseFiles from parser.ts"
|
|
3927
|
+
},
|
|
3536
3928
|
{
|
|
3537
3929
|
"from": "buildPipeline__api",
|
|
3538
3930
|
"to": "buildGraph__graph",
|
|
3539
3931
|
"type": "imports",
|
|
3540
3932
|
"description": "buildPipeline imports buildGraph from graph.ts"
|
|
3541
3933
|
},
|
|
3934
|
+
{
|
|
3935
|
+
"from": "buildSubgraph__api",
|
|
3936
|
+
"to": "buildGraph__graph",
|
|
3937
|
+
"type": "imports",
|
|
3938
|
+
"description": "buildSubgraph imports buildGraph from graph.ts"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"from": "buildProseSummary__api",
|
|
3942
|
+
"to": "buildGraph__graph",
|
|
3943
|
+
"type": "imports",
|
|
3944
|
+
"description": "buildProseSummary imports buildGraph from graph.ts"
|
|
3945
|
+
},
|
|
3542
3946
|
{
|
|
3543
3947
|
"from": "analyzeProject__api",
|
|
3544
3948
|
"to": "buildGraph__graph",
|
|
@@ -3563,6 +3967,18 @@
|
|
|
3563
3967
|
"type": "imports",
|
|
3564
3968
|
"description": "getGraphSummary imports buildGraph from graph.ts"
|
|
3565
3969
|
},
|
|
3970
|
+
{
|
|
3971
|
+
"from": "describeNode__api",
|
|
3972
|
+
"to": "buildGraph__graph",
|
|
3973
|
+
"type": "imports",
|
|
3974
|
+
"description": "describeNode imports buildGraph from graph.ts"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
"from": "AnalyzeOptions__api",
|
|
3978
|
+
"to": "buildGraph__graph",
|
|
3979
|
+
"type": "imports",
|
|
3980
|
+
"description": "AnalyzeOptions imports buildGraph from graph.ts"
|
|
3981
|
+
},
|
|
3566
3982
|
{
|
|
3567
3983
|
"from": "AnalyzeResult__api",
|
|
3568
3984
|
"to": "buildGraph__graph",
|
|
@@ -3581,12 +3997,36 @@
|
|
|
3581
3997
|
"type": "imports",
|
|
3582
3998
|
"description": "GraphSummary imports buildGraph from graph.ts"
|
|
3583
3999
|
},
|
|
4000
|
+
{
|
|
4001
|
+
"from": "NodeDescription__api",
|
|
4002
|
+
"to": "buildGraph__graph",
|
|
4003
|
+
"type": "imports",
|
|
4004
|
+
"description": "NodeDescription imports buildGraph from graph.ts"
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"from": "Verbosity__api",
|
|
4008
|
+
"to": "buildGraph__graph",
|
|
4009
|
+
"type": "imports",
|
|
4010
|
+
"description": "Verbosity imports buildGraph from graph.ts"
|
|
4011
|
+
},
|
|
3584
4012
|
{
|
|
3585
4013
|
"from": "buildPipeline__api",
|
|
3586
4014
|
"to": "computeMetrics__metrics",
|
|
3587
4015
|
"type": "imports",
|
|
3588
4016
|
"description": "buildPipeline imports computeMetrics from metrics.ts"
|
|
3589
4017
|
},
|
|
4018
|
+
{
|
|
4019
|
+
"from": "buildSubgraph__api",
|
|
4020
|
+
"to": "computeMetrics__metrics",
|
|
4021
|
+
"type": "imports",
|
|
4022
|
+
"description": "buildSubgraph imports computeMetrics from metrics.ts"
|
|
4023
|
+
},
|
|
4024
|
+
{
|
|
4025
|
+
"from": "buildProseSummary__api",
|
|
4026
|
+
"to": "computeMetrics__metrics",
|
|
4027
|
+
"type": "imports",
|
|
4028
|
+
"description": "buildProseSummary imports computeMetrics from metrics.ts"
|
|
4029
|
+
},
|
|
3590
4030
|
{
|
|
3591
4031
|
"from": "analyzeProject__api",
|
|
3592
4032
|
"to": "computeMetrics__metrics",
|
|
@@ -3611,6 +4051,18 @@
|
|
|
3611
4051
|
"type": "imports",
|
|
3612
4052
|
"description": "getGraphSummary imports computeMetrics from metrics.ts"
|
|
3613
4053
|
},
|
|
4054
|
+
{
|
|
4055
|
+
"from": "describeNode__api",
|
|
4056
|
+
"to": "computeMetrics__metrics",
|
|
4057
|
+
"type": "imports",
|
|
4058
|
+
"description": "describeNode imports computeMetrics from metrics.ts"
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
"from": "AnalyzeOptions__api",
|
|
4062
|
+
"to": "computeMetrics__metrics",
|
|
4063
|
+
"type": "imports",
|
|
4064
|
+
"description": "AnalyzeOptions imports computeMetrics from metrics.ts"
|
|
4065
|
+
},
|
|
3614
4066
|
{
|
|
3615
4067
|
"from": "AnalyzeResult__api",
|
|
3616
4068
|
"to": "computeMetrics__metrics",
|
|
@@ -3629,12 +4081,36 @@
|
|
|
3629
4081
|
"type": "imports",
|
|
3630
4082
|
"description": "GraphSummary imports computeMetrics from metrics.ts"
|
|
3631
4083
|
},
|
|
4084
|
+
{
|
|
4085
|
+
"from": "NodeDescription__api",
|
|
4086
|
+
"to": "computeMetrics__metrics",
|
|
4087
|
+
"type": "imports",
|
|
4088
|
+
"description": "NodeDescription imports computeMetrics from metrics.ts"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
"from": "Verbosity__api",
|
|
4092
|
+
"to": "computeMetrics__metrics",
|
|
4093
|
+
"type": "imports",
|
|
4094
|
+
"description": "Verbosity imports computeMetrics from metrics.ts"
|
|
4095
|
+
},
|
|
3632
4096
|
{
|
|
3633
4097
|
"from": "buildPipeline__api",
|
|
3634
4098
|
"to": "getCriticalNodes__metrics",
|
|
3635
4099
|
"type": "imports",
|
|
3636
4100
|
"description": "buildPipeline imports getCriticalNodes from metrics.ts"
|
|
3637
4101
|
},
|
|
4102
|
+
{
|
|
4103
|
+
"from": "buildSubgraph__api",
|
|
4104
|
+
"to": "getCriticalNodes__metrics",
|
|
4105
|
+
"type": "imports",
|
|
4106
|
+
"description": "buildSubgraph imports getCriticalNodes from metrics.ts"
|
|
4107
|
+
},
|
|
4108
|
+
{
|
|
4109
|
+
"from": "buildProseSummary__api",
|
|
4110
|
+
"to": "getCriticalNodes__metrics",
|
|
4111
|
+
"type": "imports",
|
|
4112
|
+
"description": "buildProseSummary imports getCriticalNodes from metrics.ts"
|
|
4113
|
+
},
|
|
3638
4114
|
{
|
|
3639
4115
|
"from": "analyzeProject__api",
|
|
3640
4116
|
"to": "getCriticalNodes__metrics",
|
|
@@ -3659,6 +4135,18 @@
|
|
|
3659
4135
|
"type": "imports",
|
|
3660
4136
|
"description": "getGraphSummary imports getCriticalNodes from metrics.ts"
|
|
3661
4137
|
},
|
|
4138
|
+
{
|
|
4139
|
+
"from": "describeNode__api",
|
|
4140
|
+
"to": "getCriticalNodes__metrics",
|
|
4141
|
+
"type": "imports",
|
|
4142
|
+
"description": "describeNode imports getCriticalNodes from metrics.ts"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"from": "AnalyzeOptions__api",
|
|
4146
|
+
"to": "getCriticalNodes__metrics",
|
|
4147
|
+
"type": "imports",
|
|
4148
|
+
"description": "AnalyzeOptions imports getCriticalNodes from metrics.ts"
|
|
4149
|
+
},
|
|
3662
4150
|
{
|
|
3663
4151
|
"from": "AnalyzeResult__api",
|
|
3664
4152
|
"to": "getCriticalNodes__metrics",
|
|
@@ -3677,12 +4165,36 @@
|
|
|
3677
4165
|
"type": "imports",
|
|
3678
4166
|
"description": "GraphSummary imports getCriticalNodes from metrics.ts"
|
|
3679
4167
|
},
|
|
4168
|
+
{
|
|
4169
|
+
"from": "NodeDescription__api",
|
|
4170
|
+
"to": "getCriticalNodes__metrics",
|
|
4171
|
+
"type": "imports",
|
|
4172
|
+
"description": "NodeDescription imports getCriticalNodes from metrics.ts"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"from": "Verbosity__api",
|
|
4176
|
+
"to": "getCriticalNodes__metrics",
|
|
4177
|
+
"type": "imports",
|
|
4178
|
+
"description": "Verbosity imports getCriticalNodes from metrics.ts"
|
|
4179
|
+
},
|
|
3680
4180
|
{
|
|
3681
4181
|
"from": "buildPipeline__api",
|
|
3682
4182
|
"to": "getEntryPoints__metrics",
|
|
3683
4183
|
"type": "imports",
|
|
3684
4184
|
"description": "buildPipeline imports getEntryPoints from metrics.ts"
|
|
3685
4185
|
},
|
|
4186
|
+
{
|
|
4187
|
+
"from": "buildSubgraph__api",
|
|
4188
|
+
"to": "getEntryPoints__metrics",
|
|
4189
|
+
"type": "imports",
|
|
4190
|
+
"description": "buildSubgraph imports getEntryPoints from metrics.ts"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"from": "buildProseSummary__api",
|
|
4194
|
+
"to": "getEntryPoints__metrics",
|
|
4195
|
+
"type": "imports",
|
|
4196
|
+
"description": "buildProseSummary imports getEntryPoints from metrics.ts"
|
|
4197
|
+
},
|
|
3686
4198
|
{
|
|
3687
4199
|
"from": "analyzeProject__api",
|
|
3688
4200
|
"to": "getEntryPoints__metrics",
|
|
@@ -3707,6 +4219,18 @@
|
|
|
3707
4219
|
"type": "imports",
|
|
3708
4220
|
"description": "getGraphSummary imports getEntryPoints from metrics.ts"
|
|
3709
4221
|
},
|
|
4222
|
+
{
|
|
4223
|
+
"from": "describeNode__api",
|
|
4224
|
+
"to": "getEntryPoints__metrics",
|
|
4225
|
+
"type": "imports",
|
|
4226
|
+
"description": "describeNode imports getEntryPoints from metrics.ts"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"from": "AnalyzeOptions__api",
|
|
4230
|
+
"to": "getEntryPoints__metrics",
|
|
4231
|
+
"type": "imports",
|
|
4232
|
+
"description": "AnalyzeOptions imports getEntryPoints from metrics.ts"
|
|
4233
|
+
},
|
|
3710
4234
|
{
|
|
3711
4235
|
"from": "AnalyzeResult__api",
|
|
3712
4236
|
"to": "getEntryPoints__metrics",
|
|
@@ -3725,12 +4249,36 @@
|
|
|
3725
4249
|
"type": "imports",
|
|
3726
4250
|
"description": "GraphSummary imports getEntryPoints from metrics.ts"
|
|
3727
4251
|
},
|
|
4252
|
+
{
|
|
4253
|
+
"from": "NodeDescription__api",
|
|
4254
|
+
"to": "getEntryPoints__metrics",
|
|
4255
|
+
"type": "imports",
|
|
4256
|
+
"description": "NodeDescription imports getEntryPoints from metrics.ts"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"from": "Verbosity__api",
|
|
4260
|
+
"to": "getEntryPoints__metrics",
|
|
4261
|
+
"type": "imports",
|
|
4262
|
+
"description": "Verbosity imports getEntryPoints from metrics.ts"
|
|
4263
|
+
},
|
|
3728
4264
|
{
|
|
3729
4265
|
"from": "buildPipeline__api",
|
|
3730
4266
|
"to": "getLeafNodes__metrics",
|
|
3731
4267
|
"type": "imports",
|
|
3732
4268
|
"description": "buildPipeline imports getLeafNodes from metrics.ts"
|
|
3733
4269
|
},
|
|
4270
|
+
{
|
|
4271
|
+
"from": "buildSubgraph__api",
|
|
4272
|
+
"to": "getLeafNodes__metrics",
|
|
4273
|
+
"type": "imports",
|
|
4274
|
+
"description": "buildSubgraph imports getLeafNodes from metrics.ts"
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"from": "buildProseSummary__api",
|
|
4278
|
+
"to": "getLeafNodes__metrics",
|
|
4279
|
+
"type": "imports",
|
|
4280
|
+
"description": "buildProseSummary imports getLeafNodes from metrics.ts"
|
|
4281
|
+
},
|
|
3734
4282
|
{
|
|
3735
4283
|
"from": "analyzeProject__api",
|
|
3736
4284
|
"to": "getLeafNodes__metrics",
|
|
@@ -3755,6 +4303,18 @@
|
|
|
3755
4303
|
"type": "imports",
|
|
3756
4304
|
"description": "getGraphSummary imports getLeafNodes from metrics.ts"
|
|
3757
4305
|
},
|
|
4306
|
+
{
|
|
4307
|
+
"from": "describeNode__api",
|
|
4308
|
+
"to": "getLeafNodes__metrics",
|
|
4309
|
+
"type": "imports",
|
|
4310
|
+
"description": "describeNode imports getLeafNodes from metrics.ts"
|
|
4311
|
+
},
|
|
4312
|
+
{
|
|
4313
|
+
"from": "AnalyzeOptions__api",
|
|
4314
|
+
"to": "getLeafNodes__metrics",
|
|
4315
|
+
"type": "imports",
|
|
4316
|
+
"description": "AnalyzeOptions imports getLeafNodes from metrics.ts"
|
|
4317
|
+
},
|
|
3758
4318
|
{
|
|
3759
4319
|
"from": "AnalyzeResult__api",
|
|
3760
4320
|
"to": "getLeafNodes__metrics",
|
|
@@ -3773,12 +4333,36 @@
|
|
|
3773
4333
|
"type": "imports",
|
|
3774
4334
|
"description": "GraphSummary imports getLeafNodes from metrics.ts"
|
|
3775
4335
|
},
|
|
4336
|
+
{
|
|
4337
|
+
"from": "NodeDescription__api",
|
|
4338
|
+
"to": "getLeafNodes__metrics",
|
|
4339
|
+
"type": "imports",
|
|
4340
|
+
"description": "NodeDescription imports getLeafNodes from metrics.ts"
|
|
4341
|
+
},
|
|
4342
|
+
{
|
|
4343
|
+
"from": "Verbosity__api",
|
|
4344
|
+
"to": "getLeafNodes__metrics",
|
|
4345
|
+
"type": "imports",
|
|
4346
|
+
"description": "Verbosity imports getLeafNodes from metrics.ts"
|
|
4347
|
+
},
|
|
3776
4348
|
{
|
|
3777
4349
|
"from": "buildPipeline__api",
|
|
3778
4350
|
"to": "getIsolatedNodes__metrics",
|
|
3779
4351
|
"type": "imports",
|
|
3780
4352
|
"description": "buildPipeline imports getIsolatedNodes from metrics.ts"
|
|
3781
4353
|
},
|
|
4354
|
+
{
|
|
4355
|
+
"from": "buildSubgraph__api",
|
|
4356
|
+
"to": "getIsolatedNodes__metrics",
|
|
4357
|
+
"type": "imports",
|
|
4358
|
+
"description": "buildSubgraph imports getIsolatedNodes from metrics.ts"
|
|
4359
|
+
},
|
|
4360
|
+
{
|
|
4361
|
+
"from": "buildProseSummary__api",
|
|
4362
|
+
"to": "getIsolatedNodes__metrics",
|
|
4363
|
+
"type": "imports",
|
|
4364
|
+
"description": "buildProseSummary imports getIsolatedNodes from metrics.ts"
|
|
4365
|
+
},
|
|
3782
4366
|
{
|
|
3783
4367
|
"from": "analyzeProject__api",
|
|
3784
4368
|
"to": "getIsolatedNodes__metrics",
|
|
@@ -3803,6 +4387,18 @@
|
|
|
3803
4387
|
"type": "imports",
|
|
3804
4388
|
"description": "getGraphSummary imports getIsolatedNodes from metrics.ts"
|
|
3805
4389
|
},
|
|
4390
|
+
{
|
|
4391
|
+
"from": "describeNode__api",
|
|
4392
|
+
"to": "getIsolatedNodes__metrics",
|
|
4393
|
+
"type": "imports",
|
|
4394
|
+
"description": "describeNode imports getIsolatedNodes from metrics.ts"
|
|
4395
|
+
},
|
|
4396
|
+
{
|
|
4397
|
+
"from": "AnalyzeOptions__api",
|
|
4398
|
+
"to": "getIsolatedNodes__metrics",
|
|
4399
|
+
"type": "imports",
|
|
4400
|
+
"description": "AnalyzeOptions imports getIsolatedNodes from metrics.ts"
|
|
4401
|
+
},
|
|
3806
4402
|
{
|
|
3807
4403
|
"from": "AnalyzeResult__api",
|
|
3808
4404
|
"to": "getIsolatedNodes__metrics",
|
|
@@ -3821,12 +4417,36 @@
|
|
|
3821
4417
|
"type": "imports",
|
|
3822
4418
|
"description": "GraphSummary imports getIsolatedNodes from metrics.ts"
|
|
3823
4419
|
},
|
|
4420
|
+
{
|
|
4421
|
+
"from": "NodeDescription__api",
|
|
4422
|
+
"to": "getIsolatedNodes__metrics",
|
|
4423
|
+
"type": "imports",
|
|
4424
|
+
"description": "NodeDescription imports getIsolatedNodes from metrics.ts"
|
|
4425
|
+
},
|
|
4426
|
+
{
|
|
4427
|
+
"from": "Verbosity__api",
|
|
4428
|
+
"to": "getIsolatedNodes__metrics",
|
|
4429
|
+
"type": "imports",
|
|
4430
|
+
"description": "Verbosity imports getIsolatedNodes from metrics.ts"
|
|
4431
|
+
},
|
|
3824
4432
|
{
|
|
3825
4433
|
"from": "buildPipeline__api",
|
|
3826
4434
|
"to": "simulateImpact__impact",
|
|
3827
4435
|
"type": "imports",
|
|
3828
4436
|
"description": "buildPipeline imports simulateImpact from impact.ts"
|
|
3829
4437
|
},
|
|
4438
|
+
{
|
|
4439
|
+
"from": "buildSubgraph__api",
|
|
4440
|
+
"to": "simulateImpact__impact",
|
|
4441
|
+
"type": "imports",
|
|
4442
|
+
"description": "buildSubgraph imports simulateImpact from impact.ts"
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"from": "buildProseSummary__api",
|
|
4446
|
+
"to": "simulateImpact__impact",
|
|
4447
|
+
"type": "imports",
|
|
4448
|
+
"description": "buildProseSummary imports simulateImpact from impact.ts"
|
|
4449
|
+
},
|
|
3830
4450
|
{
|
|
3831
4451
|
"from": "analyzeProject__api",
|
|
3832
4452
|
"to": "simulateImpact__impact",
|
|
@@ -3851,6 +4471,18 @@
|
|
|
3851
4471
|
"type": "imports",
|
|
3852
4472
|
"description": "getGraphSummary imports simulateImpact from impact.ts"
|
|
3853
4473
|
},
|
|
4474
|
+
{
|
|
4475
|
+
"from": "describeNode__api",
|
|
4476
|
+
"to": "simulateImpact__impact",
|
|
4477
|
+
"type": "imports",
|
|
4478
|
+
"description": "describeNode imports simulateImpact from impact.ts"
|
|
4479
|
+
},
|
|
4480
|
+
{
|
|
4481
|
+
"from": "AnalyzeOptions__api",
|
|
4482
|
+
"to": "simulateImpact__impact",
|
|
4483
|
+
"type": "imports",
|
|
4484
|
+
"description": "AnalyzeOptions imports simulateImpact from impact.ts"
|
|
4485
|
+
},
|
|
3854
4486
|
{
|
|
3855
4487
|
"from": "AnalyzeResult__api",
|
|
3856
4488
|
"to": "simulateImpact__impact",
|
|
@@ -3869,12 +4501,36 @@
|
|
|
3869
4501
|
"type": "imports",
|
|
3870
4502
|
"description": "GraphSummary imports simulateImpact from impact.ts"
|
|
3871
4503
|
},
|
|
4504
|
+
{
|
|
4505
|
+
"from": "NodeDescription__api",
|
|
4506
|
+
"to": "simulateImpact__impact",
|
|
4507
|
+
"type": "imports",
|
|
4508
|
+
"description": "NodeDescription imports simulateImpact from impact.ts"
|
|
4509
|
+
},
|
|
4510
|
+
{
|
|
4511
|
+
"from": "Verbosity__api",
|
|
4512
|
+
"to": "simulateImpact__impact",
|
|
4513
|
+
"type": "imports",
|
|
4514
|
+
"description": "Verbosity imports simulateImpact from impact.ts"
|
|
4515
|
+
},
|
|
3872
4516
|
{
|
|
3873
4517
|
"from": "buildPipeline__api",
|
|
3874
4518
|
"to": "getChangedEntities__gitdiff",
|
|
3875
4519
|
"type": "imports",
|
|
3876
4520
|
"description": "buildPipeline imports getChangedEntities from gitdiff.ts"
|
|
3877
4521
|
},
|
|
4522
|
+
{
|
|
4523
|
+
"from": "buildSubgraph__api",
|
|
4524
|
+
"to": "getChangedEntities__gitdiff",
|
|
4525
|
+
"type": "imports",
|
|
4526
|
+
"description": "buildSubgraph imports getChangedEntities from gitdiff.ts"
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"from": "buildProseSummary__api",
|
|
4530
|
+
"to": "getChangedEntities__gitdiff",
|
|
4531
|
+
"type": "imports",
|
|
4532
|
+
"description": "buildProseSummary imports getChangedEntities from gitdiff.ts"
|
|
4533
|
+
},
|
|
3878
4534
|
{
|
|
3879
4535
|
"from": "analyzeProject__api",
|
|
3880
4536
|
"to": "getChangedEntities__gitdiff",
|
|
@@ -3899,6 +4555,18 @@
|
|
|
3899
4555
|
"type": "imports",
|
|
3900
4556
|
"description": "getGraphSummary imports getChangedEntities from gitdiff.ts"
|
|
3901
4557
|
},
|
|
4558
|
+
{
|
|
4559
|
+
"from": "describeNode__api",
|
|
4560
|
+
"to": "getChangedEntities__gitdiff",
|
|
4561
|
+
"type": "imports",
|
|
4562
|
+
"description": "describeNode imports getChangedEntities from gitdiff.ts"
|
|
4563
|
+
},
|
|
4564
|
+
{
|
|
4565
|
+
"from": "AnalyzeOptions__api",
|
|
4566
|
+
"to": "getChangedEntities__gitdiff",
|
|
4567
|
+
"type": "imports",
|
|
4568
|
+
"description": "AnalyzeOptions imports getChangedEntities from gitdiff.ts"
|
|
4569
|
+
},
|
|
3902
4570
|
{
|
|
3903
4571
|
"from": "AnalyzeResult__api",
|
|
3904
4572
|
"to": "getChangedEntities__gitdiff",
|
|
@@ -3917,12 +4585,36 @@
|
|
|
3917
4585
|
"type": "imports",
|
|
3918
4586
|
"description": "GraphSummary imports getChangedEntities from gitdiff.ts"
|
|
3919
4587
|
},
|
|
4588
|
+
{
|
|
4589
|
+
"from": "NodeDescription__api",
|
|
4590
|
+
"to": "getChangedEntities__gitdiff",
|
|
4591
|
+
"type": "imports",
|
|
4592
|
+
"description": "NodeDescription imports getChangedEntities from gitdiff.ts"
|
|
4593
|
+
},
|
|
4594
|
+
{
|
|
4595
|
+
"from": "Verbosity__api",
|
|
4596
|
+
"to": "getChangedEntities__gitdiff",
|
|
4597
|
+
"type": "imports",
|
|
4598
|
+
"description": "Verbosity imports getChangedEntities from gitdiff.ts"
|
|
4599
|
+
},
|
|
3920
4600
|
{
|
|
3921
4601
|
"from": "buildPipeline__api",
|
|
3922
4602
|
"to": "GitDiffOptions__gitdiff",
|
|
3923
4603
|
"type": "imports",
|
|
3924
4604
|
"description": "buildPipeline imports GitDiffOptions from gitdiff.ts"
|
|
3925
4605
|
},
|
|
4606
|
+
{
|
|
4607
|
+
"from": "buildSubgraph__api",
|
|
4608
|
+
"to": "GitDiffOptions__gitdiff",
|
|
4609
|
+
"type": "imports",
|
|
4610
|
+
"description": "buildSubgraph imports GitDiffOptions from gitdiff.ts"
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"from": "buildProseSummary__api",
|
|
4614
|
+
"to": "GitDiffOptions__gitdiff",
|
|
4615
|
+
"type": "imports",
|
|
4616
|
+
"description": "buildProseSummary imports GitDiffOptions from gitdiff.ts"
|
|
4617
|
+
},
|
|
3926
4618
|
{
|
|
3927
4619
|
"from": "analyzeProject__api",
|
|
3928
4620
|
"to": "GitDiffOptions__gitdiff",
|
|
@@ -3945,7 +4637,19 @@
|
|
|
3945
4637
|
"from": "getGraphSummary__api",
|
|
3946
4638
|
"to": "GitDiffOptions__gitdiff",
|
|
3947
4639
|
"type": "imports",
|
|
3948
|
-
"description": "getGraphSummary imports GitDiffOptions from gitdiff.ts"
|
|
4640
|
+
"description": "getGraphSummary imports GitDiffOptions from gitdiff.ts"
|
|
4641
|
+
},
|
|
4642
|
+
{
|
|
4643
|
+
"from": "describeNode__api",
|
|
4644
|
+
"to": "GitDiffOptions__gitdiff",
|
|
4645
|
+
"type": "imports",
|
|
4646
|
+
"description": "describeNode imports GitDiffOptions from gitdiff.ts"
|
|
4647
|
+
},
|
|
4648
|
+
{
|
|
4649
|
+
"from": "AnalyzeOptions__api",
|
|
4650
|
+
"to": "GitDiffOptions__gitdiff",
|
|
4651
|
+
"type": "imports",
|
|
4652
|
+
"description": "AnalyzeOptions imports GitDiffOptions from gitdiff.ts"
|
|
3949
4653
|
},
|
|
3950
4654
|
{
|
|
3951
4655
|
"from": "AnalyzeResult__api",
|
|
@@ -3965,12 +4669,36 @@
|
|
|
3965
4669
|
"type": "imports",
|
|
3966
4670
|
"description": "GraphSummary imports GitDiffOptions from gitdiff.ts"
|
|
3967
4671
|
},
|
|
4672
|
+
{
|
|
4673
|
+
"from": "NodeDescription__api",
|
|
4674
|
+
"to": "GitDiffOptions__gitdiff",
|
|
4675
|
+
"type": "imports",
|
|
4676
|
+
"description": "NodeDescription imports GitDiffOptions from gitdiff.ts"
|
|
4677
|
+
},
|
|
4678
|
+
{
|
|
4679
|
+
"from": "Verbosity__api",
|
|
4680
|
+
"to": "GitDiffOptions__gitdiff",
|
|
4681
|
+
"type": "imports",
|
|
4682
|
+
"description": "Verbosity imports GitDiffOptions from gitdiff.ts"
|
|
4683
|
+
},
|
|
3968
4684
|
{
|
|
3969
4685
|
"from": "buildPipeline__api",
|
|
3970
4686
|
"to": "ChangedEntity__gitdiff",
|
|
3971
4687
|
"type": "imports",
|
|
3972
4688
|
"description": "buildPipeline imports ChangedEntity from gitdiff.ts"
|
|
3973
4689
|
},
|
|
4690
|
+
{
|
|
4691
|
+
"from": "buildSubgraph__api",
|
|
4692
|
+
"to": "ChangedEntity__gitdiff",
|
|
4693
|
+
"type": "imports",
|
|
4694
|
+
"description": "buildSubgraph imports ChangedEntity from gitdiff.ts"
|
|
4695
|
+
},
|
|
4696
|
+
{
|
|
4697
|
+
"from": "buildProseSummary__api",
|
|
4698
|
+
"to": "ChangedEntity__gitdiff",
|
|
4699
|
+
"type": "imports",
|
|
4700
|
+
"description": "buildProseSummary imports ChangedEntity from gitdiff.ts"
|
|
4701
|
+
},
|
|
3974
4702
|
{
|
|
3975
4703
|
"from": "analyzeProject__api",
|
|
3976
4704
|
"to": "ChangedEntity__gitdiff",
|
|
@@ -3995,6 +4723,18 @@
|
|
|
3995
4723
|
"type": "imports",
|
|
3996
4724
|
"description": "getGraphSummary imports ChangedEntity from gitdiff.ts"
|
|
3997
4725
|
},
|
|
4726
|
+
{
|
|
4727
|
+
"from": "describeNode__api",
|
|
4728
|
+
"to": "ChangedEntity__gitdiff",
|
|
4729
|
+
"type": "imports",
|
|
4730
|
+
"description": "describeNode imports ChangedEntity from gitdiff.ts"
|
|
4731
|
+
},
|
|
4732
|
+
{
|
|
4733
|
+
"from": "AnalyzeOptions__api",
|
|
4734
|
+
"to": "ChangedEntity__gitdiff",
|
|
4735
|
+
"type": "imports",
|
|
4736
|
+
"description": "AnalyzeOptions imports ChangedEntity from gitdiff.ts"
|
|
4737
|
+
},
|
|
3998
4738
|
{
|
|
3999
4739
|
"from": "AnalyzeResult__api",
|
|
4000
4740
|
"to": "ChangedEntity__gitdiff",
|
|
@@ -4013,12 +4753,36 @@
|
|
|
4013
4753
|
"type": "imports",
|
|
4014
4754
|
"description": "GraphSummary imports ChangedEntity from gitdiff.ts"
|
|
4015
4755
|
},
|
|
4756
|
+
{
|
|
4757
|
+
"from": "NodeDescription__api",
|
|
4758
|
+
"to": "ChangedEntity__gitdiff",
|
|
4759
|
+
"type": "imports",
|
|
4760
|
+
"description": "NodeDescription imports ChangedEntity from gitdiff.ts"
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"from": "Verbosity__api",
|
|
4764
|
+
"to": "ChangedEntity__gitdiff",
|
|
4765
|
+
"type": "imports",
|
|
4766
|
+
"description": "Verbosity imports ChangedEntity from gitdiff.ts"
|
|
4767
|
+
},
|
|
4016
4768
|
{
|
|
4017
4769
|
"from": "buildPipeline__api",
|
|
4018
4770
|
"to": "ImpactReport__types",
|
|
4019
4771
|
"type": "imports",
|
|
4020
4772
|
"description": "buildPipeline imports ImpactReport from types.ts"
|
|
4021
4773
|
},
|
|
4774
|
+
{
|
|
4775
|
+
"from": "buildSubgraph__api",
|
|
4776
|
+
"to": "ImpactReport__types",
|
|
4777
|
+
"type": "imports",
|
|
4778
|
+
"description": "buildSubgraph imports ImpactReport from types.ts"
|
|
4779
|
+
},
|
|
4780
|
+
{
|
|
4781
|
+
"from": "buildProseSummary__api",
|
|
4782
|
+
"to": "ImpactReport__types",
|
|
4783
|
+
"type": "imports",
|
|
4784
|
+
"description": "buildProseSummary imports ImpactReport from types.ts"
|
|
4785
|
+
},
|
|
4022
4786
|
{
|
|
4023
4787
|
"from": "analyzeProject__api",
|
|
4024
4788
|
"to": "ImpactReport__types",
|
|
@@ -4043,6 +4807,18 @@
|
|
|
4043
4807
|
"type": "imports",
|
|
4044
4808
|
"description": "getGraphSummary imports ImpactReport from types.ts"
|
|
4045
4809
|
},
|
|
4810
|
+
{
|
|
4811
|
+
"from": "describeNode__api",
|
|
4812
|
+
"to": "ImpactReport__types",
|
|
4813
|
+
"type": "imports",
|
|
4814
|
+
"description": "describeNode imports ImpactReport from types.ts"
|
|
4815
|
+
},
|
|
4816
|
+
{
|
|
4817
|
+
"from": "AnalyzeOptions__api",
|
|
4818
|
+
"to": "ImpactReport__types",
|
|
4819
|
+
"type": "imports",
|
|
4820
|
+
"description": "AnalyzeOptions imports ImpactReport from types.ts"
|
|
4821
|
+
},
|
|
4046
4822
|
{
|
|
4047
4823
|
"from": "AnalyzeResult__api",
|
|
4048
4824
|
"to": "ImpactReport__types",
|
|
@@ -4061,12 +4837,36 @@
|
|
|
4061
4837
|
"type": "imports",
|
|
4062
4838
|
"description": "GraphSummary imports ImpactReport from types.ts"
|
|
4063
4839
|
},
|
|
4840
|
+
{
|
|
4841
|
+
"from": "NodeDescription__api",
|
|
4842
|
+
"to": "ImpactReport__types",
|
|
4843
|
+
"type": "imports",
|
|
4844
|
+
"description": "NodeDescription imports ImpactReport from types.ts"
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"from": "Verbosity__api",
|
|
4848
|
+
"to": "ImpactReport__types",
|
|
4849
|
+
"type": "imports",
|
|
4850
|
+
"description": "Verbosity imports ImpactReport from types.ts"
|
|
4851
|
+
},
|
|
4064
4852
|
{
|
|
4065
4853
|
"from": "buildPipeline__api",
|
|
4066
4854
|
"to": "OutputJSON__types",
|
|
4067
4855
|
"type": "imports",
|
|
4068
4856
|
"description": "buildPipeline imports OutputJSON from types.ts"
|
|
4069
4857
|
},
|
|
4858
|
+
{
|
|
4859
|
+
"from": "buildSubgraph__api",
|
|
4860
|
+
"to": "OutputJSON__types",
|
|
4861
|
+
"type": "imports",
|
|
4862
|
+
"description": "buildSubgraph imports OutputJSON from types.ts"
|
|
4863
|
+
},
|
|
4864
|
+
{
|
|
4865
|
+
"from": "buildProseSummary__api",
|
|
4866
|
+
"to": "OutputJSON__types",
|
|
4867
|
+
"type": "imports",
|
|
4868
|
+
"description": "buildProseSummary imports OutputJSON from types.ts"
|
|
4869
|
+
},
|
|
4070
4870
|
{
|
|
4071
4871
|
"from": "analyzeProject__api",
|
|
4072
4872
|
"to": "OutputJSON__types",
|
|
@@ -4091,6 +4891,18 @@
|
|
|
4091
4891
|
"type": "imports",
|
|
4092
4892
|
"description": "getGraphSummary imports OutputJSON from types.ts"
|
|
4093
4893
|
},
|
|
4894
|
+
{
|
|
4895
|
+
"from": "describeNode__api",
|
|
4896
|
+
"to": "OutputJSON__types",
|
|
4897
|
+
"type": "imports",
|
|
4898
|
+
"description": "describeNode imports OutputJSON from types.ts"
|
|
4899
|
+
},
|
|
4900
|
+
{
|
|
4901
|
+
"from": "AnalyzeOptions__api",
|
|
4902
|
+
"to": "OutputJSON__types",
|
|
4903
|
+
"type": "imports",
|
|
4904
|
+
"description": "AnalyzeOptions imports OutputJSON from types.ts"
|
|
4905
|
+
},
|
|
4094
4906
|
{
|
|
4095
4907
|
"from": "AnalyzeResult__api",
|
|
4096
4908
|
"to": "OutputJSON__types",
|
|
@@ -4109,6 +4921,186 @@
|
|
|
4109
4921
|
"type": "imports",
|
|
4110
4922
|
"description": "GraphSummary imports OutputJSON from types.ts"
|
|
4111
4923
|
},
|
|
4924
|
+
{
|
|
4925
|
+
"from": "NodeDescription__api",
|
|
4926
|
+
"to": "OutputJSON__types",
|
|
4927
|
+
"type": "imports",
|
|
4928
|
+
"description": "NodeDescription imports OutputJSON from types.ts"
|
|
4929
|
+
},
|
|
4930
|
+
{
|
|
4931
|
+
"from": "Verbosity__api",
|
|
4932
|
+
"to": "OutputJSON__types",
|
|
4933
|
+
"type": "imports",
|
|
4934
|
+
"description": "Verbosity imports OutputJSON from types.ts"
|
|
4935
|
+
},
|
|
4936
|
+
{
|
|
4937
|
+
"from": "buildPipeline__api",
|
|
4938
|
+
"to": "DepGraph__types",
|
|
4939
|
+
"type": "imports",
|
|
4940
|
+
"description": "buildPipeline imports DepGraph from types.ts"
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"from": "buildSubgraph__api",
|
|
4944
|
+
"to": "DepGraph__types",
|
|
4945
|
+
"type": "imports",
|
|
4946
|
+
"description": "buildSubgraph imports DepGraph from types.ts"
|
|
4947
|
+
},
|
|
4948
|
+
{
|
|
4949
|
+
"from": "buildProseSummary__api",
|
|
4950
|
+
"to": "DepGraph__types",
|
|
4951
|
+
"type": "imports",
|
|
4952
|
+
"description": "buildProseSummary imports DepGraph from types.ts"
|
|
4953
|
+
},
|
|
4954
|
+
{
|
|
4955
|
+
"from": "analyzeProject__api",
|
|
4956
|
+
"to": "DepGraph__types",
|
|
4957
|
+
"type": "imports",
|
|
4958
|
+
"description": "analyzeProject imports DepGraph from types.ts"
|
|
4959
|
+
},
|
|
4960
|
+
{
|
|
4961
|
+
"from": "analyzeImpact__api",
|
|
4962
|
+
"to": "DepGraph__types",
|
|
4963
|
+
"type": "imports",
|
|
4964
|
+
"description": "analyzeImpact imports DepGraph from types.ts"
|
|
4965
|
+
},
|
|
4966
|
+
{
|
|
4967
|
+
"from": "analyzeGitImpact__api",
|
|
4968
|
+
"to": "DepGraph__types",
|
|
4969
|
+
"type": "imports",
|
|
4970
|
+
"description": "analyzeGitImpact imports DepGraph from types.ts"
|
|
4971
|
+
},
|
|
4972
|
+
{
|
|
4973
|
+
"from": "getGraphSummary__api",
|
|
4974
|
+
"to": "DepGraph__types",
|
|
4975
|
+
"type": "imports",
|
|
4976
|
+
"description": "getGraphSummary imports DepGraph from types.ts"
|
|
4977
|
+
},
|
|
4978
|
+
{
|
|
4979
|
+
"from": "describeNode__api",
|
|
4980
|
+
"to": "DepGraph__types",
|
|
4981
|
+
"type": "imports",
|
|
4982
|
+
"description": "describeNode imports DepGraph from types.ts"
|
|
4983
|
+
},
|
|
4984
|
+
{
|
|
4985
|
+
"from": "AnalyzeOptions__api",
|
|
4986
|
+
"to": "DepGraph__types",
|
|
4987
|
+
"type": "imports",
|
|
4988
|
+
"description": "AnalyzeOptions imports DepGraph from types.ts"
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"from": "AnalyzeResult__api",
|
|
4992
|
+
"to": "DepGraph__types",
|
|
4993
|
+
"type": "imports",
|
|
4994
|
+
"description": "AnalyzeResult imports DepGraph from types.ts"
|
|
4995
|
+
},
|
|
4996
|
+
{
|
|
4997
|
+
"from": "GitImpactResult__api",
|
|
4998
|
+
"to": "DepGraph__types",
|
|
4999
|
+
"type": "imports",
|
|
5000
|
+
"description": "GitImpactResult imports DepGraph from types.ts"
|
|
5001
|
+
},
|
|
5002
|
+
{
|
|
5003
|
+
"from": "GraphSummary__api",
|
|
5004
|
+
"to": "DepGraph__types",
|
|
5005
|
+
"type": "imports",
|
|
5006
|
+
"description": "GraphSummary imports DepGraph from types.ts"
|
|
5007
|
+
},
|
|
5008
|
+
{
|
|
5009
|
+
"from": "NodeDescription__api",
|
|
5010
|
+
"to": "DepGraph__types",
|
|
5011
|
+
"type": "imports",
|
|
5012
|
+
"description": "NodeDescription imports DepGraph from types.ts"
|
|
5013
|
+
},
|
|
5014
|
+
{
|
|
5015
|
+
"from": "Verbosity__api",
|
|
5016
|
+
"to": "DepGraph__types",
|
|
5017
|
+
"type": "imports",
|
|
5018
|
+
"description": "Verbosity imports DepGraph from types.ts"
|
|
5019
|
+
},
|
|
5020
|
+
{
|
|
5021
|
+
"from": "buildPipeline__api",
|
|
5022
|
+
"to": "DepNode__types",
|
|
5023
|
+
"type": "imports",
|
|
5024
|
+
"description": "buildPipeline imports DepNode from types.ts"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"from": "buildSubgraph__api",
|
|
5028
|
+
"to": "DepNode__types",
|
|
5029
|
+
"type": "imports",
|
|
5030
|
+
"description": "buildSubgraph imports DepNode from types.ts"
|
|
5031
|
+
},
|
|
5032
|
+
{
|
|
5033
|
+
"from": "buildProseSummary__api",
|
|
5034
|
+
"to": "DepNode__types",
|
|
5035
|
+
"type": "imports",
|
|
5036
|
+
"description": "buildProseSummary imports DepNode from types.ts"
|
|
5037
|
+
},
|
|
5038
|
+
{
|
|
5039
|
+
"from": "analyzeProject__api",
|
|
5040
|
+
"to": "DepNode__types",
|
|
5041
|
+
"type": "imports",
|
|
5042
|
+
"description": "analyzeProject imports DepNode from types.ts"
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"from": "analyzeImpact__api",
|
|
5046
|
+
"to": "DepNode__types",
|
|
5047
|
+
"type": "imports",
|
|
5048
|
+
"description": "analyzeImpact imports DepNode from types.ts"
|
|
5049
|
+
},
|
|
5050
|
+
{
|
|
5051
|
+
"from": "analyzeGitImpact__api",
|
|
5052
|
+
"to": "DepNode__types",
|
|
5053
|
+
"type": "imports",
|
|
5054
|
+
"description": "analyzeGitImpact imports DepNode from types.ts"
|
|
5055
|
+
},
|
|
5056
|
+
{
|
|
5057
|
+
"from": "getGraphSummary__api",
|
|
5058
|
+
"to": "DepNode__types",
|
|
5059
|
+
"type": "imports",
|
|
5060
|
+
"description": "getGraphSummary imports DepNode from types.ts"
|
|
5061
|
+
},
|
|
5062
|
+
{
|
|
5063
|
+
"from": "describeNode__api",
|
|
5064
|
+
"to": "DepNode__types",
|
|
5065
|
+
"type": "imports",
|
|
5066
|
+
"description": "describeNode imports DepNode from types.ts"
|
|
5067
|
+
},
|
|
5068
|
+
{
|
|
5069
|
+
"from": "AnalyzeOptions__api",
|
|
5070
|
+
"to": "DepNode__types",
|
|
5071
|
+
"type": "imports",
|
|
5072
|
+
"description": "AnalyzeOptions imports DepNode from types.ts"
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"from": "AnalyzeResult__api",
|
|
5076
|
+
"to": "DepNode__types",
|
|
5077
|
+
"type": "imports",
|
|
5078
|
+
"description": "AnalyzeResult imports DepNode from types.ts"
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"from": "GitImpactResult__api",
|
|
5082
|
+
"to": "DepNode__types",
|
|
5083
|
+
"type": "imports",
|
|
5084
|
+
"description": "GitImpactResult imports DepNode from types.ts"
|
|
5085
|
+
},
|
|
5086
|
+
{
|
|
5087
|
+
"from": "GraphSummary__api",
|
|
5088
|
+
"to": "DepNode__types",
|
|
5089
|
+
"type": "imports",
|
|
5090
|
+
"description": "GraphSummary imports DepNode from types.ts"
|
|
5091
|
+
},
|
|
5092
|
+
{
|
|
5093
|
+
"from": "NodeDescription__api",
|
|
5094
|
+
"to": "DepNode__types",
|
|
5095
|
+
"type": "imports",
|
|
5096
|
+
"description": "NodeDescription imports DepNode from types.ts"
|
|
5097
|
+
},
|
|
5098
|
+
{
|
|
5099
|
+
"from": "Verbosity__api",
|
|
5100
|
+
"to": "DepNode__types",
|
|
5101
|
+
"type": "imports",
|
|
5102
|
+
"description": "Verbosity imports DepNode from types.ts"
|
|
5103
|
+
},
|
|
4112
5104
|
{
|
|
4113
5105
|
"from": "extractEntities__extractor",
|
|
4114
5106
|
"to": "RawEntity__types",
|
|
@@ -5009,6 +6001,18 @@
|
|
|
5009
6001
|
"type": "imports",
|
|
5010
6002
|
"description": "main imports getGraphSummary from api.ts"
|
|
5011
6003
|
},
|
|
6004
|
+
{
|
|
6005
|
+
"from": "main__mcp_server",
|
|
6006
|
+
"to": "describeNode__api",
|
|
6007
|
+
"type": "imports",
|
|
6008
|
+
"description": "main imports describeNode from api.ts"
|
|
6009
|
+
},
|
|
6010
|
+
{
|
|
6011
|
+
"from": "main__mcp_server",
|
|
6012
|
+
"to": "buildProseSummary__api",
|
|
6013
|
+
"type": "imports",
|
|
6014
|
+
"description": "main imports buildProseSummary from api.ts"
|
|
6015
|
+
},
|
|
5012
6016
|
{
|
|
5013
6017
|
"from": "getChangedEntities__gitdiff",
|
|
5014
6018
|
"to": "getLanguageParser__registry",
|
|
@@ -6448,54 +7452,90 @@
|
|
|
6448
7452
|
{
|
|
6449
7453
|
"filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/api.ts",
|
|
6450
7454
|
"lang": "js",
|
|
6451
|
-
"lines":
|
|
7455
|
+
"lines": 344,
|
|
6452
7456
|
"entities": [
|
|
6453
7457
|
{
|
|
6454
7458
|
"name": "buildPipeline",
|
|
6455
7459
|
"type": "function",
|
|
6456
|
-
"line":
|
|
7460
|
+
"line": 109,
|
|
6457
7461
|
"complexity": "low"
|
|
6458
7462
|
},
|
|
7463
|
+
{
|
|
7464
|
+
"name": "buildSubgraph",
|
|
7465
|
+
"type": "function",
|
|
7466
|
+
"line": 121,
|
|
7467
|
+
"complexity": "high"
|
|
7468
|
+
},
|
|
7469
|
+
{
|
|
7470
|
+
"name": "buildProseSummary",
|
|
7471
|
+
"type": "function",
|
|
7472
|
+
"line": 156,
|
|
7473
|
+
"complexity": "medium"
|
|
7474
|
+
},
|
|
6459
7475
|
{
|
|
6460
7476
|
"name": "analyzeProject",
|
|
6461
7477
|
"type": "function",
|
|
6462
|
-
"line":
|
|
7478
|
+
"line": 194,
|
|
6463
7479
|
"complexity": "low"
|
|
6464
7480
|
},
|
|
6465
7481
|
{
|
|
6466
7482
|
"name": "analyzeImpact",
|
|
6467
7483
|
"type": "function",
|
|
6468
|
-
"line":
|
|
7484
|
+
"line": 231,
|
|
6469
7485
|
"complexity": "low"
|
|
6470
7486
|
},
|
|
6471
7487
|
{
|
|
6472
7488
|
"name": "analyzeGitImpact",
|
|
6473
7489
|
"type": "function",
|
|
6474
|
-
"line":
|
|
7490
|
+
"line": 244,
|
|
6475
7491
|
"complexity": "low"
|
|
6476
7492
|
},
|
|
6477
7493
|
{
|
|
6478
7494
|
"name": "getGraphSummary",
|
|
6479
7495
|
"type": "function",
|
|
6480
|
-
"line":
|
|
7496
|
+
"line": 269,
|
|
7497
|
+
"complexity": "low"
|
|
7498
|
+
},
|
|
7499
|
+
{
|
|
7500
|
+
"name": "describeNode",
|
|
7501
|
+
"type": "function",
|
|
7502
|
+
"line": 295,
|
|
7503
|
+
"complexity": "high"
|
|
7504
|
+
},
|
|
7505
|
+
{
|
|
7506
|
+
"name": "AnalyzeOptions",
|
|
7507
|
+
"type": "interface",
|
|
7508
|
+
"line": 46,
|
|
6481
7509
|
"complexity": "low"
|
|
6482
7510
|
},
|
|
6483
7511
|
{
|
|
6484
7512
|
"name": "AnalyzeResult",
|
|
6485
7513
|
"type": "interface",
|
|
6486
|
-
"line":
|
|
7514
|
+
"line": 66,
|
|
6487
7515
|
"complexity": "low"
|
|
6488
7516
|
},
|
|
6489
7517
|
{
|
|
6490
7518
|
"name": "GitImpactResult",
|
|
6491
7519
|
"type": "interface",
|
|
6492
|
-
"line":
|
|
7520
|
+
"line": 74,
|
|
6493
7521
|
"complexity": "low"
|
|
6494
7522
|
},
|
|
6495
7523
|
{
|
|
6496
7524
|
"name": "GraphSummary",
|
|
6497
7525
|
"type": "interface",
|
|
6498
|
-
"line":
|
|
7526
|
+
"line": 79,
|
|
7527
|
+
"complexity": "low"
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"name": "NodeDescription",
|
|
7531
|
+
"type": "interface",
|
|
7532
|
+
"line": 89,
|
|
7533
|
+
"complexity": "low"
|
|
7534
|
+
},
|
|
7535
|
+
{
|
|
7536
|
+
"name": "Verbosity",
|
|
7537
|
+
"type": "type",
|
|
7538
|
+
"line": 41,
|
|
6499
7539
|
"complexity": "low"
|
|
6500
7540
|
}
|
|
6501
7541
|
],
|
|
@@ -6553,7 +7593,9 @@
|
|
|
6553
7593
|
"source": "./types",
|
|
6554
7594
|
"names": [
|
|
6555
7595
|
"ImpactReport",
|
|
6556
|
-
"OutputJSON"
|
|
7596
|
+
"OutputJSON",
|
|
7597
|
+
"DepGraph",
|
|
7598
|
+
"DepNode"
|
|
6557
7599
|
],
|
|
6558
7600
|
"isLocal": true
|
|
6559
7601
|
},
|
|
@@ -6566,13 +7608,18 @@
|
|
|
6566
7608
|
}
|
|
6567
7609
|
],
|
|
6568
7610
|
"exports": [
|
|
7611
|
+
"Verbosity",
|
|
7612
|
+
"AnalyzeOptions",
|
|
6569
7613
|
"AnalyzeResult",
|
|
6570
7614
|
"GitImpactResult",
|
|
6571
7615
|
"GraphSummary",
|
|
7616
|
+
"NodeDescription",
|
|
7617
|
+
"buildProseSummary",
|
|
6572
7618
|
"analyzeProject",
|
|
6573
7619
|
"analyzeImpact",
|
|
6574
7620
|
"analyzeGitImpact",
|
|
6575
|
-
"getGraphSummary"
|
|
7621
|
+
"getGraphSummary",
|
|
7622
|
+
"describeNode"
|
|
6576
7623
|
]
|
|
6577
7624
|
},
|
|
6578
7625
|
{
|
|
@@ -8884,12 +9931,12 @@
|
|
|
8884
9931
|
{
|
|
8885
9932
|
"filePath": "/Users/betopia/Desktop/Arafat/depgraph/src/mcp-server.ts",
|
|
8886
9933
|
"lang": "js",
|
|
8887
|
-
"lines":
|
|
9934
|
+
"lines": 183,
|
|
8888
9935
|
"entities": [
|
|
8889
9936
|
{
|
|
8890
9937
|
"name": "main",
|
|
8891
9938
|
"type": "function",
|
|
8892
|
-
"line":
|
|
9939
|
+
"line": 174,
|
|
8893
9940
|
"complexity": "low"
|
|
8894
9941
|
}
|
|
8895
9942
|
],
|
|
@@ -8921,7 +9968,9 @@
|
|
|
8921
9968
|
"analyzeProject",
|
|
8922
9969
|
"analyzeImpact",
|
|
8923
9970
|
"analyzeGitImpact",
|
|
8924
|
-
"getGraphSummary"
|
|
9971
|
+
"getGraphSummary",
|
|
9972
|
+
"describeNode",
|
|
9973
|
+
"buildProseSummary"
|
|
8925
9974
|
],
|
|
8926
9975
|
"isLocal": true
|
|
8927
9976
|
},
|