• 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": 19,
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      "currentVersion": "-1",
20      "jsDocText": "/*\r\n * Copyright (c) 2021-2023 Huawei Device Co., Ltd.\r\n * Licensed under the Apache License, Version 2.0 (the \"License\");\r\n * you may not use this file except in compliance with the License.\r\n * You may obtain a copy of the License at\r\n *\r\n *     http://www.apache.org/licenses/LICENSE-2.0\r\n *\r\n * Unless required by applicable law or agreed to in writing, software\r\n * distributed under the License is distributed on an \"AS IS\" BASIS,\r\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n * See the License for the specific language governing permissions and\r\n * limitations under the License.\r\n */\r\n\r\n/**\r\n * the ut for export\r\n */",
21      "isJoinType": false,
22      "genericInfo": [],
23      "parentApiType": "SourceFile",
24      "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_export_003.d.ts",
25      "isSameNameFunction": false,
26      "jsDocInfos": [
27        {
28          "description": "the ut for export",
29          "syscap": "",
30          "since": "-1",
31          "isForm": false,
32          "isCrossPlatForm": false,
33          "isSystemApi": false,
34          "modelLimitation": "",
35          "deprecatedVersion": "-1",
36          "useinstead": "",
37          "permissions": "",
38          "errorCodes": [],
39          "typeInfo": "",
40          "isConstant": false,
41          "isAtomicService": false,
42          "kit": "NA",
43          "fileTagContent": "NA"
44        }
45      ],
46      "callForm": "getUserName() {}",
47      "params": [],
48      "returnValue": [],
49      "isStatic": false,
50      "sync": "",
51      "returnValueType": 0,
52      "typeLocations": [],
53      "objLocations": [],
54      "isRequired": true
55    },
56    {
57      "filePath": "ut_export_003.d.ts",
58      "apiType": "Method",
59      "definedText": "export function setName() {}",
60      "pos": {
61        "line": 20,
62        "character": 1
63      },
64      "isExport": true,
65      "apiName": "setName",
66      "hierarchicalRelations": [
67        "ut_export_003.d.ts",
68        "setName"
69      ],
70      "isStruct": false,
71      "syscap": "",
72      "currentVersion": "-1",
73      "jsDocText": "",
74      "isJoinType": false,
75      "genericInfo": [],
76      "parentApiType": "SourceFile",
77      "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_export_003.d.ts",
78      "isSameNameFunction": false,
79      "jsDocInfos": [
80        {
81          "description": "",
82          "syscap": "",
83          "since": "-1",
84          "isForm": false,
85          "isCrossPlatForm": false,
86          "isSystemApi": false,
87          "modelLimitation": "",
88          "deprecatedVersion": "-1",
89          "useinstead": "",
90          "permissions": "",
91          "errorCodes": [],
92          "typeInfo": "",
93          "isConstant": false,
94          "isAtomicService": false,
95          "kit": "NA",
96          "fileTagContent": "NA"
97        }
98      ],
99      "callForm": "setName() {}",
100      "params": [],
101      "returnValue": [],
102      "isStatic": false,
103      "sync": "",
104      "returnValueType": 0,
105      "typeLocations": [],
106      "objLocations": [],
107      "isRequired": true
108    },
109    {
110      "filePath": "ut_export_003.d.ts",
111      "apiType": "Export",
112      "definedText": "export { getUserName as get, setName as set };",
113      "pos": {
114        "line": 21,
115        "character": 1
116      },
117      "isExport": false,
118      "apiName": "export_get_set",
119      "hierarchicalRelations": [
120        "ut_export_003.d.ts",
121        "export_get_set"
122      ],
123      "isStruct": false,
124      "syscap": "",
125      "currentVersion": "-1",
126      "jsDocText": "",
127      "isJoinType": false,
128      "genericInfo": [],
129      "parentApiType": "SourceFile",
130      "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_export_003.d.ts",
131      "isSameNameFunction": false,
132      "exportValues": [
133        {
134          "key": "get",
135          "value": "getUserName"
136        },
137        {
138          "key": "set",
139          "value": "setName"
140        }
141      ]
142    }
143  ]
144}