• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "ut_export_003.d.ts": [
3    {
4      "filePath": "ut_export_003.d.ts",
5      "apiType": "Method",
6      "definedText": "export function getUserName() {}",
7      "pos": {
8        "line": 4,
9        "character": 1
10      },
11      "isExport": true,
12      "apiName": "getUserName",
13      "hierarchicalRelations": [
14        "ut_export_003.d.ts",
15        "getUserName"
16      ],
17      "isStruct": false,
18      "syscap": "",
19      "jsDocInfos": [
20        {
21          "description": "the ut for export",
22          "syscap": "",
23          "since": "-1",
24          "isForm": false,
25          "isCrossPlatForm": false,
26          "isSystemApi": false,
27          "modelLimitation": "",
28          "deprecatedVersion": "-1",
29          "useinstead": "",
30          "permissions": "",
31          "errorCodes": [],
32          "typeInfo": "",
33          "isConstant": false
34        }
35      ],
36      "callForm": "getUserName() {}",
37      "params": [],
38      "returnValue": [],
39      "isStatic": false,
40      "sync": ""
41    },
42    {
43      "filePath": "ut_export_003.d.ts",
44      "apiType": "Method",
45      "definedText": "export function setName() {}",
46      "pos": {
47        "line": 5,
48        "character": 1
49      },
50      "isExport": true,
51      "apiName": "setName",
52      "hierarchicalRelations": [
53        "ut_export_003.d.ts",
54        "setName"
55      ],
56      "isStruct": false,
57      "syscap": "",
58      "jsDocInfos": [],
59      "callForm": "setName() {}",
60      "params": [],
61      "returnValue": [],
62      "isStatic": false,
63      "sync": ""
64    },
65    {
66      "filePath": "ut_export_003.d.ts",
67      "apiType": "Export",
68      "definedText": "export { getUserName as get, setName as set };",
69      "pos": {
70        "line": 6,
71        "character": 1
72      },
73      "isExport": false,
74      "apiName": "export_get_set",
75      "hierarchicalRelations": [
76        "ut_export_003.d.ts",
77        "export_get_set"
78      ],
79      "isStruct": false,
80      "syscap": "",
81      "exportValues": [
82        {
83          "key": "get",
84          "value": "getUserName"
85        },
86        {
87          "key": "set",
88          "value": "setName"
89        }
90      ]
91    }
92  ]
93}