Home
last modified time | relevance | path

Searched refs:isModuleDecl (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/functions/
DContainsThis.ts29 const isModuleDecl = ts.isModuleDeclaration(tsNode); constant
30 if (isClassLike || isFunctionLike || isModuleDecl) {
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts2472 const isModuleDecl = ts.isModuleDeclaration(node);
2473 return isClassLike || isFunctionLike || isModuleDecl;