Home
last modified time | relevance | path

Searched refs:hasAPINote (Results 1 – 4 of 4) sorted by relevance

/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_hump.js17 const { ErrorLevel, LogType, hasAPINote, getApiInfo, requireTypescriptModule, ErrorType, getApiVers…
56 return hasAPINote(node) && getApiInfo(node).isConstant && !checkAllUppercaseHump(name);
Dcheck_spelling.js18 const { hasAPINote, getAPINote, overwriteIndexOf, ErrorType, ErrorLevel, FileType, requireTypescrip…
33 } else if (hasAPINote(node)) {
Dapi_check_plugin.js30 const { hasAPINote, ApiCheckResult, requireTypescriptModule, commentNodeWhiteList, splitPath,
91 if (hasAPINote(node)) {
Dutils.js66 function hasAPINote(node) { function
76 exports.hasAPINote = hasAPINote;
286 if (!hasAPINote(node)) {