Home
last modified time | relevance | path

Searched refs:getCurrentDirectory (Results 1 – 25 of 73) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DAPISample_Watch.js23 getCurrentDirectory: ts.sys.getCurrentDirectory,
96 getCurrentDirectory: ts.sys.getCurrentDirectory, property
DAPISample_WatchWithOwnWatchHost.js29 getCurrentDirectory: ts.sys.getCurrentDirectory,
82 getCurrentDirectory: ts.sys.getCurrentDirectory, property
DAPISample_watcher.js47 getCurrentDirectory: () => process.cwd(),
144 getCurrentDirectory: function () { return process.cwd(); }, method
/third_party/typescript/src/compiler/
Dwatch.ts4 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()),
Dsys.ts452 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 …]
DresolutionCache.ts160 …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 });
DwatchPublic.ts4 getCurrentDirectory(): string; method
23 …CompilerHostLikeToUseCache(host, fileName => toPath(fileName, host.getCurrentDirectory(), host.get…
72 getCurrentDirectory(): string; method
261 const currentDirectory = host.getCurrentDirectory();
DmoduleSpecifiers.ts110 …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();
Dbuilder.ts266 …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/
DAPISample_Watch.ts27 getCurrentDirectory: ts.sys.getCurrentDirectory,
DAPISample_WatchWithOwnWatchHost.ts33 getCurrentDirectory: ts.sys.getCurrentDirectory,
DAPISample_watcher.ts51 getCurrentDirectory: () => process.cwd(),
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts38 getCurrentDirectory: () => ".",
104 getCurrentDirectory: () => "/project",
DhostNewLineSupport.ts17 getCurrentDirectory: () => "",
/third_party/typescript/src/harness/
DfakesHosts.ts77 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…
DloggedIO.ts301 wrapper.getCurrentDirectory = () => {
306 return recordLog.currentDirectory = underlying.getCurrentDirectory();
309 return underlying.getCurrentDirectory();
DevaluatorImpl.ts40 getCurrentDirectory: () => "",
/third_party/typescript/src/services/
Dsourcemaps.ts14 getCurrentDirectory(): string; method
25 const currentDirectory = host.getCurrentDirectory();
Dshims.ts71 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/
DcreateIsolatedProgram.ts30 getCurrentDirectory() {
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts268 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/
DprogramApi.ts114 getCurrentDirectory: () => sys.getCurrentDirectory(),
/third_party/typescript/src/server/
DutilitiesPublic.ts42 projectRootPath: project.getCurrentDirectory() as Path,
/third_party/typescript/src/jsTyping/
Dtypes.ts86 getCurrentDirectory?(): string; method
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts14 getCurrentDirectory() { return cwd; },

123