Searched refs:systemModule (Results 1 – 3 of 3) sorted by relevance
93 const systemModule: string = `${moduleType}.${systemKey}`; constant94 appImportModuleCollection.get(path.join(sourcePath)).add(systemModule);95 checkModuleExist(systemModule, sourcePath);98 if (NATIVE_MODULE.has(systemModule)) {132 function checkModuleExist(systemModule: string, sourcePath: string): void {133 const module: string = `@${systemModule.trim()}.d.ts`;
164 const systemModule: string = `${moduleType}.${systemKey}`; constant175 if (NATIVE_MODULE.has(systemModule)) {176 return `@native:${systemModule}`;
621 const systemModule: string = path.resolve(sdkConfigs[i].apiPath, filePath + '.d.ets'); constant622 if (fs.existsSync(systemModule)) {623 return systemModule;