• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "apiType": "Method",
4    "statusCode": 0,
5    "oldApiDefinedText": "function func(str: string): void {}",
6    "newApiDefinedText": "",
7    "oldApiName": "func",
8    "newApiName": "",
9    "oldDtsName": "ut_api_name_change.d.ts",
10    "newDtsName": "",
11    "diffType": 60,
12    "diffMessage": "删除API",
13    "changeLogUrl": "",
14    "changeLogs": [],
15    "isCompatible": false,
16    "oldHierarchicalRelations": [
17      "ut_api_name_change.d.ts",
18      "test",
19      "func"
20    ],
21    "newHierarchicalRelations": [],
22    "oldPos": {
23      "line": 5,
24      "character": 3
25    },
26    "newPos": {
27      "line": -1,
28      "character": -1
29    },
30    "oldDescription": "function func(str: string): void {}",
31    "newDescription": "",
32    "oldSyscapField": "",
33    "newSyscapField": ""
34  },
35  {
36    "apiType": "Method",
37    "statusCode": 3,
38    "oldApiDefinedText": "",
39    "newApiDefinedText": "function func2(str: string): void {}",
40    "oldApiName": "",
41    "newApiName": "func2",
42    "oldDtsName": "",
43    "newDtsName": "ut_api_name_change.d.ts",
44    "diffType": 59,
45    "diffMessage": "新增API",
46    "changeLogUrl": "",
47    "changeLogs": [],
48    "isCompatible": true,
49    "oldHierarchicalRelations": [],
50    "newHierarchicalRelations": [
51      "ut_api_name_change.d.ts",
52      "test",
53      "func2"
54    ],
55    "oldPos": {
56      "line": -1,
57      "character": -1
58    },
59    "newPos": {
60      "line": 5,
61      "character": 3
62    },
63    "oldDescription": "",
64    "newDescription": "function func2(str: string): void {}",
65    "oldSyscapField": "",
66    "newSyscapField": ""
67  }
68]