| /interface/sdk-js/build-tools/collect_application_api/src/ |
| D | api_recognizer.js | 37 visitNode(node, fileName) { argument 51 visitNormalNode(node, fileName) { argument 70 visitUIRenderNode(node, fileName) { argument 109 isArkUIRenderMethod(node) { argument 122 isBuildMethodInStruct(node) { argument 132 hasArkUIDecortor(node) { argument 167 recognizeApiWithNode(node, fileName, positionCallback, useDeclarations) { argument 175 recognizeApiWithNodeAndSymbol(node, symbol, fileName, positionCallback, useDeclarations) { argument 194 recognizeNormal(node, fileName) { argument 206 recognizeNormalCallExpression(node, fileName) { argument [all …]
|
| D | collect_application_api.js | 115 function judgeImportFile(node, importFiles) { argument 143 function collectApplicationApi(node, sourcefile, url, apiList) { argument 176 function collectNewExpressionApi(node, url, sourcefile, apiList) { argument 196 function isEtsComponentNode(node) { argument 202 function collectLifeCycleApi(node, url, sourcefile, apiList) { argument 217 function getLifeCycleApiWithoutValue(members, moduleName, type, note, node, apiList, url, sourcefil… argument 229 function getValuableLifeCycleApi(members, moduleName, apiName, type, note, node, apiList, url, sour… argument 261 function collectNestedComponentApi(node) { argument 277 function collectComponentApi(node, apiList, type, url, sourcefile) { argument 303 function collectExpressionStatementApis(temp, url, sourcefile, componentName, type, notes, node, ap… argument [all …]
|
| D | util.js | 135 value, type, notes, node) { argument
|
| D | collectApi.js | 84 function visitAllNode(node, returnDeclarationArr, packageName) { argument 104 function getExportApi(node, packageName, exportApi) { argument 518 function getApiInfo(node, apiInfo) { argument
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_diff_changes.js | 91 function checkApiChangeVersion(currentJSDoc, lastJSDoc, node) { argument 97 node: node, property 155 function checkCurrentJSDocChange(newNodeJSDocs, statusCode, node) { argument 168 node: node, property 192 node: node, property 229 node: change.newNode, property 236 node: change.newNode, property 242 node: change.newNode, property 292 node: change.newNode, property 301 node: change.newNode, property [all …]
|
| D | check_event_subscription.js | 22 function checkOnAndOffAppearInPair(node, sourcefile, fileName, onEventAllNames, onEventCheckNames, … argument 39 function checkTheFirstParameter(node, sourcefile, fileName) { argument 71 function isBasicType(node) { argument 110 function extendEventNames(node, allNames, checkNames) { argument 126 function extendEventNodes(node, eventName, nodesSet) { argument 155 function checkEventSubscription(node, sourcefile, fileName) { argument
|
| D | check_hump.js | 46 function getName(node) { argument 55 function isConstantDecorator(node, name) { argument 59 function filterApiVersion(node, version) { argument 64 function checkAPINameOfHump(node, sourcefile, fileName) { argument
|
| D | check_naming.js | 27 function checkNaming(node, sourcefile, fileName) { argument 45 function checkApiNaming(node, sourcefile, fileName) { argument 51 function checkApiNamingWords(node, sourcefile, fileName, lowIdentifier) { argument 94 function checkApiNamingScenario(node, sourcefile, fileName, lowIdentifier) { argument
|
| D | check_legality.js | 24 function checkJsDocLegality(node, comments, checkInfoMap) { argument 137 function legalityCheck(node, comments, legalKinds, tagsName, isRequire, checkInfoMap, extraCheckCal… argument 228 function checkTagValue(tag, index, node, fileName, errorLogs) { argument 250 function checkJsDocOfCurrentNode(node, sourcefile, fileName, isGuard) { argument 284 function checkJSDoc(node, sourcefile, fileName, isGuard) { argument
|
| D | check_spelling.js | 30 function checkSpelling(node, sourcefile, fileName) { argument 43 function checkWordSpelling(nodeText, node, sourcefile, fileName, type) { argument
|
| D | check_deprecated.js | 19 function checkDeprecated(node, sourcefile, fileName) { argument
|
| D | check_any.js | 21 function checkAnyInAPI(node, sourcefile, fileName) { argument
|
| D | check_syscap.js | 20 function checkSyscap(node, sourcefile, fileName) { argument
|
| D | check_decorator.js | 23 function checkAPIDecorators(node, sourcefile, fileName) { argument
|
| D | check_permission.js | 49 function checkPermission(node, sourcefile, fileName) { argument
|
| D | utils.js | 55 function getAPINote(node) { argument 62 function hasAPINote(node) { argument 219 function getApiInfo(node) { argument 270 function getApiVersion(node) { argument 281 function parseJsDoc(node) { argument 450 function checkVersionNeedCheck(node) { argument
|
| D | compile_info.js | 29 function addAPICheckErrorLogs(node, sourcefile, fileName, errorType, errorInfo, type, level) { argument
|
| D | api_check_plugin.js | 85 function checkAllNode(node, sourcefile, fileName) { argument
|
| /interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/ |
| D | check_rest_value.js | 21 function checkExtendsValue(tag, node, fileName) { argument 39 function checkEnumValue(tag, node, fileName) { argument 57 function checkSinceValue(tag, node, fileName) { argument 72 function checkReturnsValue(tag, node, fileName) { argument 100 function checkParamValue(tag, node, fileName, tagIndex) { argument 139 function checkThrowsValue(tag, node, fileName, tagIndex) { argument 244 function checkUseinsteadValue(tag, node, fileName) { argument 263 function checkTypeValue(tag, node, fileName) { argument 290 function checkDefaultValue(tag, node, fileName) { argument 328 function checkPermissionTag(tag, node, fileName) { argument [all …]
|
| D | check_order.js | 74 function checkAPITagName(tag, node, sourcefile, fileName, JSDocIndec) { argument 92 function checkParentInheritTag(node, inheritTag, inheritResult, JSocIndex) { argument 117 function checkInheritTag(comment, node, sourcefile, fileName, JSocIndex) { argument
|
| /interface/sdk-js/build-tools/ |
| D | delete_systemapi_plugin.js | 224 function collectAllIdentifier(node) { argument 233 function collectAllNodes(node) { argument 239 function formatAllNodes(node) { argument 362 function hasCopyright(node) { argument 415 function processSourceFile(node) { argument 505 function processVisitEachChild(context, node) { argument 507 function processAllNodes(node) { argument 614 function dealExternalStatements(node) { argument 633 function collectAllIdentifier(node) { argument 660 function isSystemapi(node) { argument [all …]
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | modificationProcessor.ts | 306 const apiName: string = node.astNode.name ? node.astNode.name.getText() : ''; constant 307 const commentInfos: comment.CommentInfo[] = node.commentInfos ? node.commentInfos : []; constant
|
| D | asynchronousFunctionProcessor.ts | 48 const apiName: string = node.name ? node.name.getText() : ''; constant
|
| /interface/sdk-js/build-tools/api_check_plugin/ |
| D | index.js | 21 exports.checkJSDoc = function (node, sourceFile, fileName) { argument
|
| /interface/sdk-js/build-tools/api_diff/src/ |
| D | collect_base_api.js | 61 function visitAllNode(node, returnDeclarationArr) { argument 72 function getExportApi(node, packageName, exportApi) { argument 532 function getApiInfo(node, apiInfos) { argument 548 function matchLabelInfo(node, noteParagraph, note) { argument 657 function getParentApiInfo(node, noteStr, note) { argument
|