Searched refs:currentDir (Results 1 – 10 of 10) 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);
110 currentDir = os.getcwd() variable132 os.chdir(currentDir)
109 currentDir = os.getcwd() variable131 os.chdir(currentDir)
3115 currentDir = os.getcwd() variable3136 os.chdir(currentDir)
3097 currentDir = os.getcwd() variable3118 os.chdir(currentDir)
2987 currentDir = os.getcwd() variable3025 os.chdir(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…
37843 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …37846 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…37849 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…
46035 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …46038 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…46041 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…