Searched refs:checkVersionNeedCheck (Results 1 – 4 of 4) sorted by relevance
| /interface/sdk-js/build-tools/api_check_plugin/src/ |
| D | check_any.js | 17 …ypescriptModule, ErrorType, ErrorLevel, FileType, ErrorValueInfo, checkVersionNeedCheck } = requir… 22 if (node.kind === ts.SyntaxKind.AnyKeyword && checkVersionNeedCheck(node)) {
|
| D | check_event_subscription.js | 16 const { ErrorType, ErrorLevel, LogType, requireTypescriptModule, checkVersionNeedCheck, createError… 41 if (!checkVersionNeedCheck(node)) { 120 if (checkVersionNeedCheck(node) && eventName !== '') {
|
| D | utils.js | 455 function checkVersionNeedCheck(node) { function 463 exports.checkVersionNeedCheck = checkVersionNeedCheck;
|
| /interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/ |
| D | event_method_check.ts | 109 if (!this.checkVersionNeedCheck(event)) { 191 private checkVersionNeedCheck(eventInfo: BasicApiInfo): boolean { method in EventMethodChecker
|