/third_party/typescript/tests/baselines/reference/ |
D | APISample_Watch.js | 23 getCurrentDirectory: ts.sys.getCurrentDirectory, 96 getCurrentDirectory: ts.sys.getCurrentDirectory, property
|
D | APISample_WatchWithOwnWatchHost.js | 29 getCurrentDirectory: ts.sys.getCurrentDirectory, 82 getCurrentDirectory: ts.sys.getCurrentDirectory, property
|
D | APISample_watcher.js | 47 getCurrentDirectory: () => process.cwd(), 144 getCurrentDirectory: function () { return process.cwd(); }, method
|
/third_party/typescript/src/compiler/ |
D | watch.ts | 4 getCurrentDirectory: () => sys.getCurrentDirectory(), constant 14 getCurrentDirectory: () => system.getCurrentDirectory(), 135 …me = (fileName: string) => convertToRelativePath(fileName, program.getCurrentDirectory(), getCanon… 168 … = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurrentDirectory())); 177 … = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurrentDirectory())); 238 …getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getCurrentDirectory()); 344 const currentDir = program.getCurrentDirectory(); 467 getCurrentDirectory: memoize(() => host.getCurrentDirectory()), 528 getCurrentDirectory: memoize(() => system.getCurrentDirectory()),
|
D | sys.ts | 452 getCurrentDirectory: System["getCurrentDirectory"]; property 469 getCurrentDirectory, 702 … isIgnoredByWatchOptions(path, options, useCaseSensitiveFileNames, getCurrentDirectory); 748 getCurrentDirectory: System["getCurrentDirectory"], 751 …hesExclude(pathToCheck, options?.excludeFiles, useCaseSensitiveFileNames, getCurrentDirectory()) || 752 …Exclude(pathToCheck, options?.excludeDirectories, useCaseSensitiveFileNames, getCurrentDirectory()) 761 getCurrentDirectory: System["getCurrentDirectory"], 770 …e || !isIgnoredByWatchOptions(fileName, options, useCaseSensitiveFileNames, getCurrentDirectory)) { 789 getCurrentDirectory: System["getCurrentDirectory"]; property 809 getCurrentDirectory, [all …]
|
D | resolutionCache.ts | 160 …const getCurrentDirectory = memoize(() => resolutionHost.getCurrentDirectory!()); // TODO: GH#18217 constant 172 getCurrentDirectory(), 191 …TrailingDirectorySeparator(getNormalizedAbsolutePath(rootDirForResolution, getCurrentDirectory())); 479 …ath(failedLookupLocation) : getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory()); 501 … getDirectoryPath(getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory())), 867 …ctiveTypeRoots(options, { directoryExists: directoryExistsForTypeRootWatch, getCurrentDirectory });
|
D | watchPublic.ts | 4 getCurrentDirectory(): string; method 23 …CompilerHostLikeToUseCache(host, fileName => toPath(fileName, host.getCurrentDirectory(), host.get… 72 getCurrentDirectory(): string; method 261 const currentDirectory = host.getCurrentDirectory();
|
D | moduleSpecifiers.ts | 110 …host.getFileIncludeReasons().get(toPath(modulePath.path, host.getCurrentDirectory(), info.getCanon… 206 const projectDirectory = host.getCurrentDirectory(); 279 const cwd = host.getCurrentDirectory(); 338 const cwd = host.getCurrentDirectory();
|
D | builder.ts | 266 …sBuildInfoEmitOutputFilePath(newProgram.getCompilerOptions())!, newProgram.getCurrentDirectory())); 709 const currentDirectory = Debug.checkDefined(state.program).getCurrentDirectory(); 1184 …Directory = getDirectoryPath(getNormalizedAbsolutePath(buildInfoPath, host.getCurrentDirectory())); 1223 getCurrentDirectory: notImplemented, 1259 getCurrentDirectory: () => getProgram().getCurrentDirectory(),
|
/third_party/typescript/tests/cases/compiler/ |
D | APISample_Watch.ts | 27 getCurrentDirectory: ts.sys.getCurrentDirectory,
|
D | APISample_WatchWithOwnWatchHost.ts | 33 getCurrentDirectory: ts.sys.getCurrentDirectory,
|
D | APISample_watcher.ts | 51 getCurrentDirectory: () => process.cwd(),
|
/third_party/typescript/src/testRunner/unittests/services/ |
D | languageService.ts | 38 getCurrentDirectory: () => ".", 104 getCurrentDirectory: () => "/project",
|
D | hostNewLineSupport.ts | 17 getCurrentDirectory: () => "",
|
/third_party/typescript/src/harness/ |
D | fakesHosts.ts | 77 public getCurrentDirectory() { 95 …extensions, exclude, include, this.useCaseSensitiveFileNames, this.getCurrentDirectory(), depth, p… 248 public getCurrentDirectory(): string { 249 return this.sys.getCurrentDirectory(); 319 return vpath.resolve(this.getCurrentDirectory(), this.defaultLibLocation); 327 …t canonicalFileName = this.getCanonicalFileName(vpath.resolve(this.getCurrentDirectory(), fileName…
|
D | loggedIO.ts | 301 wrapper.getCurrentDirectory = () => { 306 return recordLog.currentDirectory = underlying.getCurrentDirectory(); 309 return underlying.getCurrentDirectory();
|
D | evaluatorImpl.ts | 40 getCurrentDirectory: () => "",
|
/third_party/typescript/src/services/ |
D | sourcemaps.ts | 14 getCurrentDirectory(): string; method 25 const currentDirectory = host.getCurrentDirectory();
|
D | shims.ts | 71 getCurrentDirectory(): string; method 92 getCurrentDirectory(): string; method 471 public getCurrentDirectory(): string { method in ts.LanguageServiceShimHostAdapter 472 return this.shimHost.getCurrentDirectory(); 485 …this.shimHost.useCaseSensitiveFileNames!(), this.shimHost.getCurrentDirectory()); // TODO: GH#18217 530 …this.shimHost.useCaseSensitiveFileNames!(), this.shimHost.getCurrentDirectory()); // TODO: GH#18217 1293 …ry(host.useCaseSensitiveFileNames && host.useCaseSensitiveFileNames(), host.getCurrentDirectory());
|
/third_party/typescript_eslint/packages/typescript-estree/src/create-program/ |
D | createIsolatedProgram.ts | 30 getCurrentDirectory() {
|
/third_party/typescript/src/executeCommandLine/ |
D | executeCommandLine.ts | 268 const searchPath = normalizePath(sys.getCurrentDirectory()); 274 …_a_tsconfig_json_file_at_the_current_directory_Colon_0, normalizePath(sys.getCurrentDirectory()))); 283 const currentDirectory = sys.getCurrentDirectory(); 522 const currentDirectory = host.getCurrentDirectory(); 787 const currentDirectory = sys.getCurrentDirectory();
|
/third_party/typescript/src/testRunner/unittests/ |
D | programApi.ts | 114 getCurrentDirectory: () => sys.getCurrentDirectory(),
|
/third_party/typescript/src/server/ |
D | utilitiesPublic.ts | 42 projectRootPath: project.getCurrentDirectory() as Path,
|
/third_party/typescript/src/jsTyping/ |
D | types.ts | 86 getCurrentDirectory?(): string; method
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | showConfig.ts | 14 getCurrentDirectory() { return cwd; },
|