Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts146 const tryModulePkg: string = toUnixPath(path.resolve(modulePath, packageDir)); constant
147 if (unixFilePath.indexOf(tryModulePkg) !== -1) {
148 …return unixFilePath.replace(tryModulePkg, `${packageDir}@${moduleName}`).replace(new RegExp(packag…
162 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir)); constant
163 if (unixFilePath.indexOf(tryModulePkg) !== -1) {
164 …return unixFilePath.replace(tryModulePkg, `${packageDir}/${ZERO}`).replace(new RegExp(packageDir, …