Searched refs:currentDir (Results 1 – 7 of 7) sorted by relevance
97 let currentDir = path.dirname(input.absPath);99 while (path.dirname(currentDir) != currentDir) {100 const shellJsPath = path.join(currentDir, 'shell.js');105 if (currentDir == 'spidermonkey') {108 currentDir = path.dirname(currentDir);
476 const currentDir = program.getCurrentDirectory(); constant478 const filepath = getNormalizedAbsolutePath(file, currentDir);
2388 …const currentDir = state.compilerOptions.configFile ? state.host.getCurrentDirectory?.() || "" : c… constant2391 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…2394 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…
2457 currentDir = os.getcwd() variable2479 os.chdir(currentDir)
2433 currentDir = os.getcwd() variable2454 os.chdir(currentDir)
45981 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …45984 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…45987 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…
37794 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …37797 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…37800 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…