Searched refs:commentNodeWhiteList (Results 1 – 6 of 6) sorted by relevance
| /interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/ |
| D | check_rest_value.js | 17 const { commentNodeWhiteList, requireTypescriptModule, systemPermissionFile, checkOption, ErrorValu… 64 if (!checkNumber && commentNodeWhiteList.includes(node.kind)) { 79 if (!commentNodeWhiteList.includes(node.kind)) { 269 if (!commentNodeWhiteList.includes(node.kind)) { 295 if (commentNodeWhiteList.includes(node.kind) && tag.name.length === 0 && tag.type.length === 0) { 361 if ((tagValue1 !== 'since' || !checkNumber) && commentNodeWhiteList.includes(node.kind)) { 390 if (commentNodeWhiteList.includes(node.kind)) { 407 if (commentNodeWhiteList.includes(node.kind)) {
|
| D | check_order.js | 16 …requireTypescriptModule, tagsArrayOfOrder, commentNodeWhiteList, parseJsDoc, ErrorType, ErrorLevel… 104 if (!decoratorRuleSet.has(tagName) && commentNodeWhiteList.includes(node.kind)) { 145 if (commentNodeWhiteList.includes(node.kind)) {
|
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_legality.js | 17 const { parseJsDoc, commentNodeWhiteList, requireTypescriptModule, ErrorType, ErrorLevel, FileType,… 26 legalityCheck(node, comments, commentNodeWhiteList, ['since'], true, checkInfoMap); 80 legalityCheck(node, comments, commentNodeWhiteList, ['useinstead'], true, checkInfoMap, 82 return new Set(commentNodeWhiteList).has(currentNode.kind); 100 commentNodeWhiteList.forEach(kind => { 143 illegalKindSet = new Set(commentNodeWhiteList);
|
| D | api_check_plugin.js | 30 const { hasAPINote, ApiCheckResult, requireTypescriptModule, commentNodeWhiteList, splitPath, 110 if (commentNodeWhiteList.includes(node.kind) && uesWhiteList) {
|
| D | utils.js | 38 const commentNodeWhiteList = [ variable 46 exports.commentNodeWhiteList = commentNodeWhiteList;
|
| /interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/ |
| D | coreImpls.ts | 151 commentNodeWhiteList: ts.SyntaxKind[] = [ 172 return this.commentNodeWhiteList.includes(node.kind);
|