Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Djshelpers.js186 function isExternalOrCommonJsModule(node) { function
187 return ts.isExternalOrCommonJsModule(node);
293 isExternalOrCommonJsModule: isExternalOrCommonJsModule, property
Djshelpers.d.ts61 export function isExternalOrCommonJsModule(file: ts.SourceFile): boolean;
DsyntaxChecker.ts952 if (jshelpers.isExternalOrCommonJsModule(file) && jshelpers.isInTopLevelContext(node)) {
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2isExternalOrCommonJsModule=function(e){return void 0!==(e.externalModuleIndicator||e.commonJsModul… method