Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts78 let unixFilePath: string = toUnixPath(filePath);
79 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension
93 const projectFilePath: string = unixFilePath.replace(projectRootPath, '');
106 unixFilePath, constant
133 projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
139 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {
140 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P…
147 if (unixFilePath.indexOf(tryModulePkg) !== -1) {
148 …return unixFilePath.replace(tryModulePkg, `${packageDir}@${moduleName}`).replace(new RegExp(packag…
158 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {
[all …]