Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dark_utils.ts135 let unixFilePath: string = toUnixPath(filePath);
136 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension
159 const projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath) + '/', '');
169 let unixFilePath: string = toUnixPath(filePath);
170 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension
184 const projectFilePath: string = unixFilePath.replace(projectRootPath, '');
197 unixFilePath, constant
224 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
229 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {
230 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P…
[all …]
Dimport_path_expand.ts176 const unixFilePath: string = toUnixPath(filePath); constant
179 if (unixFilePath.startsWith(unixModuleRootPath + '/') && depName === moduleRequest) {
180 return unixFilePath.replace(unixModuleRootPath, moduleRequest);
Dets_checker.ts803 const unixFilePath: string = toUnixPath(file); constant
804 if (fileToThrowDiagnostics.has(unixFilePath)) {
808 fileToThrowDiagnostics.add(unixFilePath);
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dark_utils.ts141 let unixFilePath: string = toUnixPath(filePath);
142 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension
164 const projectFilePath: string = unixFilePath.replace(toUnixPath(pkgPath) + '/', '');
174 let unixFilePath: string = toUnixPath(filePath);
175 unixFilePath = unixFilePath.substring(0, filePath.lastIndexOf('.')); // remove extension
189 const projectFilePath: string = unixFilePath.replace(projectRootPath, '');
202 unixFilePath, constant
229 const { projectFilePath, unixFilePath, packageDir, projectRootPath, moduleRootPath, constant
234 if (unixFilePath.indexOf(tryProjectPkg) !== -1) {
235 …return unixFilePath.replace(tryProjectPkg, `${packageDir}`).replace(new RegExp(packageDir, 'g'), P…
[all …]
Dimport_path_expand.ts176 const unixFilePath: string = toUnixPath(filePath); constant
179 if (unixFilePath.startsWith(unixModuleRootPath + '/') && depName === moduleRequest) {
180 return unixFilePath.replace(unixModuleRootPath, moduleRequest);
Dets_checker.ts823 const unixFilePath: string = toUnixPath(file); constant
824 if (fileToThrowDiagnostics.has(unixFilePath)) {
828 fileToThrowDiagnostics.add(unixFilePath);