| /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 228 recognizeApiWithNodeAndSymbol(node, symbol, fileName, positionCallback, useDeclarations) { argument [all …]
|
| /interface/sdk-js/build-tools/ |
| D | delete_systemapi_plugin.js | 478 function visitEachChild(context, node) { argument 480 function processAllNodes(node) { argument 560 function collectAllIdentifier(context, node, allIdentifierSet) { argument 625 function formatAllNodes(url, node, allIdentifierSet) { argument 667 function hasCopyright(node) { argument 709 function formatAllNodesImportDeclaration(node, statement, url, currReferencesModule, allIdentifierS… argument 928 function processSourceFile(node, url) { argument 972 function processExportNode(statement, node, needDeleteExport, names, deleteSystemApiSet, newStateme… argument 1001 function addNewStatements(node, newStatements, deleteSystemApiSet, needDeleteExport) { argument 1034 function setDeleteExport(statement, node, needDeleteExport, deleteSystemApiSet) { argument [all …]
|
| D | intToNumber.js | 244 function parseJSDocVisitEachChild1(context, node) { argument 246 function processAllNodes(node) { argument 288 function parseTypeExpression(node) { argument 360 function parseJSDocVisitEachChild2(context, node) { argument 362 function processAllNodes(node) { argument 376 function removeChangeData(node) { argument 394 function parseTypeExpression(node) { argument 450 function processVisitEachChild1(context, node) { argument 452 function processAllNodes(node) { argument 466 function processStructDeclaration(node) { argument [all …]
|
| D | handleApiFiles.js | 564 const visitNode = (node) => { argument 581 function processStructDeclaration(node) { argument 714 const visit = (node) => { argument 734 function validateExportDeclaration(node) { argument 766 const importOrExportNodeVisitor = (node) => { argument 780 const allNodeVisitor = (node) => { argument 799 function isEmptyFile(node) { argument 819 function collectDeletionApiName(node) { argument 894 function judgeIsDeleteApi(node) { argument
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_diff_changes.js | 92 function checkApiChangeVersion(currentJSDoc, lastJSDoc, node) { argument 98 node: node, property 156 function checkCurrentJSDocChange(newNodeJSDocs, statusCode, node) { argument 169 node: node, property 190 node: node, property 227 node: change.newNode, property 234 node: change.newNode, property 240 node: change.newNode, property 290 node: change.newNode, property 299 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 56 function isConstantDecorator(node, name) { argument 60 function filterApiVersion(node, version) { argument 65 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 142 function legalityCheck(node, comments, legalKinds, tagsName, isRequire, checkInfoMap, extraCheckCal… argument 244 function checkTagValue(tag, index, node, fileName, errorLogs) { argument 266 function checkJsDocOfCurrentNode(node, sourcefile, fileName, isGuard) { argument 300 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 | 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 457 function checkVersionNeedCheck(node) { 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_syscap.js | 20 function checkSyscap(node, sourcefile, fileName) { argument
|
| D | check_decorator.js | 23 function checkAPIDecorators(node, sourcefile, fileName) { argument
|
| D | check_file_tag_order.js | 20 function checkFileTagOrder(node, sourcefile, fileName) { argument
|
| D | check_any.js | 21 function checkAnyInAPI(node, sourcefile, fileName) { argument
|
| D | check_permission.js | 49 function checkPermission(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 105 function checkParamValue(tag, node, fileName, tagIndex) { argument 144 function checkThrowsValue(tag, node, fileName, tagIndex) { argument 249 function checkUseinsteadValue(tag, node, fileName) { argument 268 function checkTypeValue(tag, node, fileName) { argument 295 function checkDefaultValue(tag, node, fileName) { argument 333 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/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 | 87 const node: ts.Node = ts.createSourceFile(fileName, fileContent, ts.ScriptTarget.ES2017, true); 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
|