Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts118 const tryModulePkg: string = toUnixPath(path.resolve(modulePath, packageDir)); constant
119 if (unixFilePath.indexOf(tryModulePkg) !== -1) {
120 return unixFilePath.replace(tryModulePkg, `${packageDir}@${moduleName}`).replace(
135 const tryModulePkg: string = toUnixPath(path.join(moduleRootPath, packageDir)); constant
136 if (unixFilePath.indexOf(tryModulePkg) !== -1) {
137 …return unixFilePath.replace(tryModulePkg, `${packageDir}/${ZERO}`).replace(new RegExp(packageDir, …