1{ 2 "ut_enum_operation_001.d.ts": [ 3 { 4 "filePath": "ut_enum_operation_001.d.ts", 5 "apiType": "Enum", 6 "definedText": "export enum Operation", 7 "pos": { 8 "line": 16, 9 "character": 1 10 }, 11 "isExport": true, 12 "apiName": "Operation", 13 "hierarchicalRelations": [ 14 "ut_enum_operation_001.d.ts", 15 "Operation" 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 */", 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_enum_operation_001.d.ts", 25 "isSameNameFunction": false, 26 "jsDocInfos": [ 27 { 28 "description": "", 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 "childApis": [ 47 { 48 "filePath": "ut_enum_operation_001.d.ts", 49 "apiType": "EnumValue", 50 "definedText": "VALUE_ONE = 1", 51 "pos": { 52 "line": 17, 53 "character": 3 54 }, 55 "isExport": false, 56 "apiName": "VALUE_ONE", 57 "hierarchicalRelations": [ 58 "ut_enum_operation_001.d.ts", 59 "Operation", 60 "VALUE_ONE" 61 ], 62 "isStruct": false, 63 "syscap": "", 64 "currentVersion": "-1", 65 "jsDocText": "", 66 "isJoinType": false, 67 "genericInfo": [], 68 "parentApiType": "Enum", 69 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 70 "isSameNameFunction": false, 71 "jsDocInfos": [ 72 { 73 "description": "", 74 "syscap": "", 75 "since": "-1", 76 "isForm": false, 77 "isCrossPlatForm": false, 78 "isSystemApi": false, 79 "modelLimitation": "", 80 "deprecatedVersion": "-1", 81 "useinstead": "", 82 "permissions": "", 83 "errorCodes": [], 84 "typeInfo": "", 85 "isConstant": false, 86 "isAtomicService": false, 87 "kit": "NA", 88 "fileTagContent": "NA" 89 } 90 ], 91 "value": "1" 92 }, 93 { 94 "filePath": "ut_enum_operation_001.d.ts", 95 "apiType": "EnumValue", 96 "definedText": "VALUE_Two = 1 << 0", 97 "pos": { 98 "line": 18, 99 "character": 3 100 }, 101 "isExport": false, 102 "apiName": "VALUE_Two", 103 "hierarchicalRelations": [ 104 "ut_enum_operation_001.d.ts", 105 "Operation", 106 "VALUE_Two" 107 ], 108 "isStruct": false, 109 "syscap": "", 110 "currentVersion": "-1", 111 "jsDocText": "", 112 "isJoinType": false, 113 "genericInfo": [], 114 "parentApiType": "Enum", 115 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 116 "isSameNameFunction": false, 117 "jsDocInfos": [ 118 { 119 "description": "", 120 "syscap": "", 121 "since": "-1", 122 "isForm": false, 123 "isCrossPlatForm": false, 124 "isSystemApi": false, 125 "modelLimitation": "", 126 "deprecatedVersion": "-1", 127 "useinstead": "", 128 "permissions": "", 129 "errorCodes": [], 130 "typeInfo": "", 131 "isConstant": false, 132 "isAtomicService": false, 133 "kit": "NA", 134 "fileTagContent": "NA" 135 } 136 ], 137 "value": "1 << 0" 138 }, 139 { 140 "filePath": "ut_enum_operation_001.d.ts", 141 "apiType": "EnumValue", 142 "definedText": "VALUE_THREE = 1 << 1", 143 "pos": { 144 "line": 19, 145 "character": 3 146 }, 147 "isExport": false, 148 "apiName": "VALUE_THREE", 149 "hierarchicalRelations": [ 150 "ut_enum_operation_001.d.ts", 151 "Operation", 152 "VALUE_THREE" 153 ], 154 "isStruct": false, 155 "syscap": "", 156 "currentVersion": "-1", 157 "jsDocText": "", 158 "isJoinType": false, 159 "genericInfo": [], 160 "parentApiType": "Enum", 161 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 162 "isSameNameFunction": false, 163 "jsDocInfos": [ 164 { 165 "description": "", 166 "syscap": "", 167 "since": "-1", 168 "isForm": false, 169 "isCrossPlatForm": false, 170 "isSystemApi": false, 171 "modelLimitation": "", 172 "deprecatedVersion": "-1", 173 "useinstead": "", 174 "permissions": "", 175 "errorCodes": [], 176 "typeInfo": "", 177 "isConstant": false, 178 "isAtomicService": false, 179 "kit": "NA", 180 "fileTagContent": "NA" 181 } 182 ], 183 "value": "1 << 1" 184 }, 185 { 186 "filePath": "ut_enum_operation_001.d.ts", 187 "apiType": "EnumValue", 188 "definedText": "VALUE_FOUR = 1 << 2", 189 "pos": { 190 "line": 20, 191 "character": 3 192 }, 193 "isExport": false, 194 "apiName": "VALUE_FOUR", 195 "hierarchicalRelations": [ 196 "ut_enum_operation_001.d.ts", 197 "Operation", 198 "VALUE_FOUR" 199 ], 200 "isStruct": false, 201 "syscap": "", 202 "currentVersion": "-1", 203 "jsDocText": "", 204 "isJoinType": false, 205 "genericInfo": [], 206 "parentApiType": "Enum", 207 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 208 "isSameNameFunction": false, 209 "jsDocInfos": [ 210 { 211 "description": "", 212 "syscap": "", 213 "since": "-1", 214 "isForm": false, 215 "isCrossPlatForm": false, 216 "isSystemApi": false, 217 "modelLimitation": "", 218 "deprecatedVersion": "-1", 219 "useinstead": "", 220 "permissions": "", 221 "errorCodes": [], 222 "typeInfo": "", 223 "isConstant": false, 224 "isAtomicService": false, 225 "kit": "NA", 226 "fileTagContent": "NA" 227 } 228 ], 229 "value": "1 << 2" 230 }, 231 { 232 "filePath": "ut_enum_operation_001.d.ts", 233 "apiType": "EnumValue", 234 "definedText": "VALUE_FIVE = 1 << 3", 235 "pos": { 236 "line": 21, 237 "character": 3 238 }, 239 "isExport": false, 240 "apiName": "VALUE_FIVE", 241 "hierarchicalRelations": [ 242 "ut_enum_operation_001.d.ts", 243 "Operation", 244 "VALUE_FIVE" 245 ], 246 "isStruct": false, 247 "syscap": "", 248 "currentVersion": "-1", 249 "jsDocText": "", 250 "isJoinType": false, 251 "genericInfo": [], 252 "parentApiType": "Enum", 253 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 254 "isSameNameFunction": false, 255 "jsDocInfos": [ 256 { 257 "description": "", 258 "syscap": "", 259 "since": "-1", 260 "isForm": false, 261 "isCrossPlatForm": false, 262 "isSystemApi": false, 263 "modelLimitation": "", 264 "deprecatedVersion": "-1", 265 "useinstead": "", 266 "permissions": "", 267 "errorCodes": [], 268 "typeInfo": "", 269 "isConstant": false, 270 "isAtomicService": false, 271 "kit": "NA", 272 "fileTagContent": "NA" 273 } 274 ], 275 "value": "1 << 3" 276 }, 277 { 278 "filePath": "ut_enum_operation_001.d.ts", 279 "apiType": "EnumValue", 280 "definedText": "VALUE_SIX = 1 << 4", 281 "pos": { 282 "line": 22, 283 "character": 3 284 }, 285 "isExport": false, 286 "apiName": "VALUE_SIX", 287 "hierarchicalRelations": [ 288 "ut_enum_operation_001.d.ts", 289 "Operation", 290 "VALUE_SIX" 291 ], 292 "isStruct": false, 293 "syscap": "", 294 "currentVersion": "-1", 295 "jsDocText": "", 296 "isJoinType": false, 297 "genericInfo": [], 298 "parentApiType": "Enum", 299 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 300 "isSameNameFunction": false, 301 "jsDocInfos": [ 302 { 303 "description": "", 304 "syscap": "", 305 "since": "-1", 306 "isForm": false, 307 "isCrossPlatForm": false, 308 "isSystemApi": false, 309 "modelLimitation": "", 310 "deprecatedVersion": "-1", 311 "useinstead": "", 312 "permissions": "", 313 "errorCodes": [], 314 "typeInfo": "", 315 "isConstant": false, 316 "isAtomicService": false, 317 "kit": "NA", 318 "fileTagContent": "NA" 319 } 320 ], 321 "value": "1 << 4" 322 }, 323 { 324 "filePath": "ut_enum_operation_001.d.ts", 325 "apiType": "EnumValue", 326 "definedText": "VALUE_SEVEN = 1 << 5", 327 "pos": { 328 "line": 23, 329 "character": 3 330 }, 331 "isExport": false, 332 "apiName": "VALUE_SEVEN", 333 "hierarchicalRelations": [ 334 "ut_enum_operation_001.d.ts", 335 "Operation", 336 "VALUE_SEVEN" 337 ], 338 "isStruct": false, 339 "syscap": "", 340 "currentVersion": "-1", 341 "jsDocText": "", 342 "isJoinType": false, 343 "genericInfo": [], 344 "parentApiType": "Enum", 345 "fileAbsolutePath": "E:\\code\\wcy\\gitee\\interface_sdk-js\\build-tools\\dts_parser\\test\\ut\\parser\\ut_enum_operation_001.d.ts", 346 "isSameNameFunction": false, 347 "jsDocInfos": [ 348 { 349 "description": "", 350 "syscap": "", 351 "since": "-1", 352 "isForm": false, 353 "isCrossPlatForm": false, 354 "isSystemApi": false, 355 "modelLimitation": "", 356 "deprecatedVersion": "-1", 357 "useinstead": "", 358 "permissions": "", 359 "errorCodes": [], 360 "typeInfo": "", 361 "isConstant": false, 362 "isAtomicService": false, 363 "kit": "NA", 364 "fileTagContent": "NA" 365 } 366 ], 367 "value": "1 << 5" 368 } 369 ] 370 } 371 ] 372}