Searched refs:hasAPINote (Results 1 – 4 of 4) sorted by relevance
/interface/sdk-js/build-tools/api_check_plugin/src/ |
D | check_hump.js | 17 const { ErrorLevel, LogType, hasAPINote, getApiInfo, requireTypescriptModule, ErrorType, getApiVers… 56 return hasAPINote(node) && getApiInfo(node).isConstant && !checkAllUppercaseHump(name);
|
D | check_spelling.js | 18 const { hasAPINote, getAPINote, overwriteIndexOf, ErrorType, ErrorLevel, FileType, requireTypescrip… 33 } else if (hasAPINote(node)) {
|
D | api_check_plugin.js | 30 const { hasAPINote, ApiCheckResult, requireTypescriptModule, commentNodeWhiteList, splitPath, 91 if (hasAPINote(node)) {
|
D | utils.js | 66 function hasAPINote(node) { function 76 exports.hasAPINote = hasAPINote; 286 if (!hasAPINote(node)) {
|