Home
last modified time | relevance | path

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

1234

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js30 getCurrentDirectory: ts.sys.getCurrentDirectory,
83 getCurrentDirectory: ts.sys.getCurrentDirectory, property
DAPISample_Watch.js24 getCurrentDirectory: ts.sys.getCurrentDirectory,
97 getCurrentDirectory: ts.sys.getCurrentDirectory, property
DAPISample_watcher.js48 getCurrentDirectory: () => process.cwd(),
147 getCurrentDirectory: function () { return process.cwd(); }, method
/third_party/typescript/src/compiler/
Dwatch.ts4 getCurrentDirectory: () => sys.getCurrentDirectory(), constant
14 getCurrentDirectory: () => system.getCurrentDirectory(),
158 …leReference = nonNilFiles[0] && prettyPathForFileError(nonNilFiles[0], host.getCurrentDirectory());
202 const fileRef = prettyPathForFileError(file!, host.getCurrentDirectory());
228 …me = (fileName: string) => convertToRelativePath(fileName, program.getCurrentDirectory(), getCanon…
294 … = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurrentDirectory()));
306 … = getDirectoryPath(getNormalizedAbsolutePath(configFile.fileName, program.getCurrentDirectory()));
367 …getNormalizedAbsolutePath(program.getRootFileNames()[reason.index], program.getCurrentDirectory());
476 const currentDir = program.getCurrentDirectory();
626 getCurrentDirectory: memoize(() => host.getCurrentDirectory()),
[all …]
Dsys.ts504 getCurrentDirectory: System["getCurrentDirectory"]; property
520 getCurrentDirectory,
753 … isIgnoredByWatchOptions(path, options, useCaseSensitiveFileNames, getCurrentDirectory);
805 getCurrentDirectory: System["getCurrentDirectory"],
808 …hesExclude(pathToCheck, options?.excludeFiles, useCaseSensitiveFileNames, getCurrentDirectory()) ||
809 …Exclude(pathToCheck, options?.excludeDirectories, useCaseSensitiveFileNames, getCurrentDirectory())
818 getCurrentDirectory: System["getCurrentDirectory"],
827 …e || !isIgnoredByWatchOptions(fileName, options, useCaseSensitiveFileNames, getCurrentDirectory)) {
849 getCurrentDirectory: System["getCurrentDirectory"]; property
870 getCurrentDirectory,
[all …]
DmoduleSpecifiers.ts56 getCurrentDirectory: host.getCurrentDirectory,
222 …host.getFileIncludeReasons().get(toPath(modulePath.path, host.getCurrentDirectory(), info.getCanon…
305 …lizedAbsolutePath(getPathsBasePath(compilerOptions, host) || baseUrl!, host.getCurrentDirectory());
323 …toPath(getDirectoryPath(compilerOptions.configFilePath), host.getCurrentDirectory(), info.getCanon…
324 info.getCanonicalFileName(host.getCurrentDirectory());
397 const cwd = host.getCurrentDirectory();
454 …const importedFilePath = toPath(importedFileName, host.getCurrentDirectory(), hostGetCanonicalFile…
DresolutionCache.ts177 …const getCurrentDirectory = memoize(() => resolutionHost.getCurrentDirectory!()); // TODO: GH#18217 constant
187 getCurrentDirectory(),
197 getCurrentDirectory(),
217 …TrailingDirectorySeparator(getNormalizedAbsolutePath(rootDirForResolution, getCurrentDirectory()));
610 …ath(failedLookupLocation) : getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory());
632 … getDirectoryPath(getNormalizedAbsolutePath(failedLookupLocation, getCurrentDirectory())),
1104 …ctiveTypeRoots(options, { directoryExists: directoryExistsForTypeRootWatch, getCurrentDirectory });
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts38 getCurrentDirectory: () => ".",
105 getCurrentDirectory: () => "/project",
184 getCurrentDirectory: () => system.getCurrentDirectory(),
204 getCurrentDirectory: () => system.getCurrentDirectory(),
DhostNewLineSupport.ts17 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/harness/
DfakesHosts.ts81 public getCurrentDirectory() {
99 …extensions, exclude, include, this.useCaseSensitiveFileNames, this.getCurrentDirectory(), depth, p…
252 public getCurrentDirectory(): string {
253 return this.sys.getCurrentDirectory();
323 return vpath.resolve(this.getCurrentDirectory(), this.defaultLibLocation);
331 …t canonicalFileName = this.getCanonicalFileName(vpath.resolve(this.getCurrentDirectory(), fileName…
DharnessLanguageService.ts268 getCurrentDirectory(): string { return virtualFileSystemRoot; }
390 getCurrentDirectory(): string { return this.nativeHost.getCurrentDirectory(); }
805 getCurrentDirectory(): string {
806 return this.host.getCurrentDirectory();
/third_party/typescript/src/testRunner/unittests/config/
DcommandLineParsing.ts16 getCurrentDirectory: () => "/",
207 getCurrentDirectory: () => "/",
DtsconfigParsingWatchOptions.ts73 getCurrentDirectory: () => "/",
/third_party/typescript/src/services/
Dshims.ts73 getCurrentDirectory(): string; method
94 getCurrentDirectory(): string; method
473 public getCurrentDirectory(): string { method in ts.LanguageServiceShimHostAdapter
474 return this.shimHost.getCurrentDirectory();
487 …this.shimHost.useCaseSensitiveFileNames!(), this.shimHost.getCurrentDirectory()); // TODO: GH#18217
532 …this.shimHost.useCaseSensitiveFileNames!(), this.shimHost.getCurrentDirectory()); // TODO: GH#18217
1305 …ry(host.useCaseSensitiveFileNames && host.useCaseSensitiveFileNames(), host.getCurrentDirectory());
Dsourcemaps.ts14 getCurrentDirectory(): string; method
25 const currentDirectory = host.getCurrentDirectory();
/third_party/typescript/src/loggedIO/
DloggedIO.ts299 wrapper.getCurrentDirectory = () => {
304 return recordLog.currentDirectory = underlying.getCurrentDirectory();
307 return underlying.getCurrentDirectory();
/third_party/typescript/src/testRunner/unittests/
DprogramApi.ts115 getCurrentDirectory: () => sys.getCurrentDirectory(),
DmoduleResolution.ts513 getCurrentDirectory: () => currentDirectory,
608 getCurrentDirectory: () => currentDirectory,
1577 getCurrentDirectory: () => "/",
1616 getCurrentDirectory: () => "/",
1645 getCurrentDirectory: () => "/",
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts530 const searchPath = normalizePath(sys.getCurrentDirectory());
536 …_a_tsconfig_json_file_at_the_current_directory_Colon_0, normalizePath(sys.getCurrentDirectory())));
545 const currentDirectory = sys.getCurrentDirectory();
797 const currentDirectory = host.getCurrentDirectory();
1174 const currentDirectory = sys.getCurrentDirectory();
/third_party/typescript/tests/baselines/reference/docker/
Dvscode.log6 …ing) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => stri…
/third_party/typescript/src/server/
DutilitiesPublic.ts42 projectRootPath: project.getCurrentDirectory() as Path,
/third_party/typescript/src/jsTyping/
Dtypes.ts86 getCurrentDirectory?(): string; method

1234