Home
last modified time | relevance | path

Searched refs:systemModule (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/system_api/
Drollup-plugin-system-api.ts107 const systemModule: string = `${moduleType}.${systemKey}`; constant
108 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`;
/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts202 const systemModule: string = `${moduleType}.${systemKey}`; constant
203 if (NATIVE_MODULE.has(systemModule)) {
204 return `@native:${systemModule}`;
Dprocess_import.ts615 const systemModule: string = resolveModuleInfo.modulePath; constant
616 if (fs.existsSync(systemModule)) {
617 return systemModule;