• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[
2  {
3    "apiType": "Method",
4    "statusCode": 16,
5    "oldApiDefinedText": "function func(str: string, str2: string): void {}",
6    "newApiDefinedText": "function func(str: string): void {}",
7    "oldApiName": "func",
8    "newApiName": "func",
9    "oldDtsName": "ut_function_param_reduce.d.ts",
10    "newDtsName": "ut_function_param_reduce.d.ts",
11    "diffType": 39,
12    "diffMessage": "函数删除参数",
13    "changeLogUrl": "",
14    "changeLogs": [],
15    "isCompatible": false,
16    "oldHierarchicalRelations": [
17      "ut_function_param_reduce.d.ts",
18      "test",
19      "func"
20    ],
21    "newHierarchicalRelations": [
22      "ut_function_param_reduce.d.ts",
23      "test",
24      "func"
25    ],
26    "oldPos": {
27      "line": 20,
28      "character": 3
29    },
30    "newPos": {
31      "line": 20,
32      "character": 3
33    },
34    "oldDescription": "str2: string",
35    "newDescription": "",
36    "oldSyscapField": "",
37    "newSyscapField": "",
38    "oldKitInfo": "NA",
39    "newKitInfo": "NA",
40    "isSystemapi": false,
41    "isSameNameFunction": false
42  }
43]