/interface/sdk-js/build-tools/collect_application_api/src/ |
D | api_recognizer.js | 38 visitNode(node, fileName) { argument 47 recognizeDecorators(node, fileName, position) { argument 73 getDecortorName(node) { argument 83 visitNormalNode(node, fileName) { argument 102 visitUIRenderNode(node, fileName) { argument 152 isArkUIRenderMethod(node) { argument 165 isBuildMethodInStruct(node) { argument 175 hasArkUIDecortor(node) { argument 210 recognizeApiWithNode(node, fileName, positionCallback, useDeclarations) { argument 227 recognizeApiWithNodeAndSymbol(node, symbol, fileName, positionCallback, useDeclarations) { argument [all …]
|
/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 | 29 function checkNaming(node, sourcefile, fileName) { argument 47 function checkApiNaming(node, sourcefile, fileName) { argument 58 function checkApiNamingWords(node, sourcefile, fileName, lowIdentifier) { argument 105 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 | compile_info.js | 31 function addAPICheckErrorLogs(node, sourcefile, fileName, errorType, errorInfo, type, level) { argument 69 function checkMarkError(node, errorMessage, baseFileName) { argument 100 function getParentkind(node, parentkindArr) { argument
|
D | check_deprecated.js | 19 function checkDeprecated(node, sourcefile, fileName) { argument
|
D | check_file_tag_order.js | 20 function checkFileTagOrder(node, sourcefile, fileName) { argument
|
D | check_spelling.js | 30 function checkSpelling(node, sourcefile, fileName) { argument 43 function checkWordSpelling(nodeText, node, sourcefile, fileName, type) { 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 | 59 function getAPINote(node) { argument 66 function hasAPINote(node) { argument 223 function getApiInfo(node) { argument 274 function getApiVersion(node) { argument 285 function parseJsDoc(node) { argument 455 function checkVersionNeedCheck(node) { argument
|
D | api_check_plugin.js | 86 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 | 96 function checkAPITagName(tag, node, sourcefile, fileName, JSDocIndec) { argument 114 function checkParentInheritTag(node, inheritTag, inheritResult, JSocIndex) { argument 139 function checkInheritTag(comment, node, sourcefile, fileName, JSocIndex) { argument
|
/interface/sdk-js/build-tools/ |
D | delete_systemapi_plugin.js | 383 function collectAllIdentifier(node) { argument 392 function collectAllNodes(node) { argument 401 function formatAllNodes(url, node, allIdentifierSet, copyrightMessage = '', isCopyrightDeleted = fa… argument 446 function hasCopyright(node) { argument 488 function formatAllNodesImportDeclaration(node, statement, url, currReferencesModule, allIdentifierS… argument 629 function processSourceFile(node, kitName) { argument 670 function processExportNode(statement, node, needDeleteExport, names, deleteSystemApiSet, newStateme… argument 698 function addNewStatements(node, newStatements, deleteSystemApiSet, needDeleteExport) { argument 730 function setDeleteExport(statement, node, needDeleteExport, deleteSystemApiSet) { argument 798 function processVisitEachChild(context, 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/dts_parser/src/coreImpl/checker/src/ |
D | ts_check_plugin.ts | 85 const node: ts.Node = ts.createSourceFile(fileName, fileContent, ts.ScriptTarget.ES2017, true); constant
|
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/statistics/ |
D | Statistics.ts | 246 const node: ts.Node | undefined = curApiInfo.getNode(); constant
|
/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
|