Searched refs:systemModule (Results 1 – 3 of 3) sorted by relevance
107 const systemModule: string = `${moduleType}.${systemKey}`; constant108 appImportModuleCollection.get(path.join(sourcePath)).add(systemModule);109 checkModuleExist(systemModule, sourcePath);112 if (NATIVE_MODULE.has(systemModule)) {146 function checkModuleExist(systemModule: string, sourcePath: string): void {147 const module: string = `@${systemModule.trim()}.d.ts`;
202 const systemModule: string = `${moduleType}.${systemKey}`; constant203 if (NATIVE_MODULE.has(systemModule)) {204 return `@native:${systemModule}`;
615 const systemModule: string = resolveModuleInfo.modulePath; constant616 if (fs.existsSync(systemModule)) {617 return systemModule;