Home
last modified time | relevance | path

Searched refs:executingFilePath (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DlanguageService.ts12 …const host = createServerHost([lib, f], { executingFilePath: "/a/Lib/tsc.js", useCaseSensitiveFile…
57 …const host = createServerHost(files, { executingFilePath: "/project/tsc.js", useCaseSensitiveFileN…
Dprojects.ts739 …let host = createServerHost([file1, file2, config1, libFile], { executingFilePath: combinePaths(ge…
761 …host = createServerHost([file1, file2, config2, libFile], { executingFilePath: combinePaths(getDir…
780 …host = createServerHost([file1, file2, config3, libFile], { executingFilePath: combinePaths(getDir…
799 …host = createServerHost([file1, file2, config4, libFile], { executingFilePath: combinePaths(getDir…
818 …host = createServerHost([file1, file2, config5, libFile], { executingFilePath: combinePaths(getDir…
DexternalProjects.ts757 …host = createServerHost([libES5, libES2015Promise, app, config1], { executingFilePath: "/compiler/…
/third_party/typescript/src/testRunner/unittests/tsbuild/
DoutputPaths.ts21 …const sys = new fakes.System(input.fs().makeReadonly(), { executingFilePath: "/lib/tsc" }) as TscC…
DpublicApi.ts36 sys = new fakes.System(fs, { executingFilePath: "/lib/tsc" }) as TscCompileSystem;
DoutFile.ts107 const sys = new fakes.System(fs, { executingFilePath: "/lib/tsc" });
Dsample.ts24 const sys = new fakes.System(fs, { executingFilePath: "/lib/tsc" });
/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts23 executingFilePath?: string; property
322 executingFilePath: string; property
350 private readonly executingFilePath: string;
361 useCaseSensitiveFileNames, executingFilePath, currentDirectory,
373 …this.executingFilePath = this.getHostSpecificPath(executingFilePath || getExecutingFilePathFromLib…
1100 readonly getExecutingFilePath = () => this.executingFilePath;
DfakesHosts.ts8 executingFilePath?: string; property
27 …constructor(vfs: vfs.FileSystem, { executingFilePath, newLine = "\r\n", env }: SystemOptions = {})…
31 this._executingFilePath = executingFilePath;
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts93 …const sys = new fakes.System(fs, { executingFilePath: "/lib/tsc", env: environmentVariables }) as …
/third_party/typescript/src/testRunner/unittests/tscWatch/
DprogramUpdates.ts807 …urn createWatchedSystem([libES5, libES2015Promise, app, config1], { executingFilePath: "/compiler/…