Home
last modified time | relevance | path

Searched refs:commentNodeWhiteList (Results 1 – 6 of 6) sorted by relevance

/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_rest_value.js17 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)) {
Dcheck_order.js16 …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/
Dcheck_legality.js17 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);
Dapi_check_plugin.js30 const { hasAPINote, ApiCheckResult, requireTypescriptModule, commentNodeWhiteList, splitPath,
110 if (commentNodeWhiteList.includes(node.kind) && uesWhiteList) {
Dutils.js38 const commentNodeWhiteList = [ variable
46 exports.commentNodeWhiteList = commentNodeWhiteList;
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts151 commentNodeWhiteList: ts.SyntaxKind[] = [
172 return this.commentNodeWhiteList.includes(node.kind);