Home
last modified time | relevance | path

Searched refs:getExecutingFilePath (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/src/webServer/
DwebServer.ts112 …export function createWebSystem(host: WebHost, args: string[], getExecutingFilePath: () => string)…
114 …e(() => memoize(() => ensureTrailingDirectorySeparator(getDirectoryPath(getExecutingFilePath()))));
130 getExecutingFilePath: () => directorySeparator,
/third_party/typescript/src/harness/
DloggedIO.ts289 wrapper.getExecutingFilePath = () => {
294 return recordLog.executingPath = underlying.getExecutingFilePath();
297 return underlying.getExecutingFilePath();
DharnessIO.ts20 getExecutingFilePath(): string; method
150 getExecutingFilePath: () => ts.sys.getExecutingFilePath(),
DfakesHosts.ts133 public getExecutingFilePath() {
DharnessLanguageService.ts764 getExecutingFilePath(): string {
DvirtualFileSystemWithWatch.ts1124 readonly getExecutingFilePath = () => this.executingFilePath;
/third_party/typescript/src/testRunner/unittests/
DpublicApi.ts137 getExecutingFilePath: () => "/tsc.js",
/third_party/typescript/src/testRunner/unittests/tsserver/
DwebServer.ts38 … const webSys = server.createWebSystem(webHost, emptyArray, () => host.getExecutingFilePath());
Dsession.ts18 getExecutingFilePath(): string { return ""; },
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts102 sys.write(`${sys.getExecutingFilePath()} ${commandLineArgs.join(" ")}\n`);
/third_party/typescript/src/testRunner/unittests/tscWatch/
Dincremental.ts34 baseline.push(`${sys.getExecutingFilePath()} ${argsToPass.join(" ")}`);
Dhelpers.ts387 baseline.push(`${sys.getExecutingFilePath()} ${commandLineArgs.join(" ")}`);
/third_party/typescript/src/server/
Dproject.ts473 …nst nodeModuleBinDir = getDirectoryPath(normalizePath(this.projectService.getExecutingFilePath()));
1599 combinePaths(this.projectService.getExecutingFilePath(), "../../.."),
2279 …const searchPaths = [combinePaths(this.projectService.getExecutingFilePath(), "../../.."), ...this…
DeditorServices.ts791 …esMapLocation === undefined) ? combinePaths(getDirectoryPath(this.getExecutingFilePath()), "typesM…
851 getExecutingFilePath() {
852 return this.getNormalizedAbsolutePath(this.host.getExecutingFilePath());
/third_party/typescript/src/compiler/
DutilitiesPublic.ts330 …sys: { getExecutingFilePath(): string, resolvePath(path: string): string, fileExists(fileName: str…
355 const compilerFilePath = normalizePath(sys.getExecutingFilePath());
Dsys.ts1102 getExecutingFilePath(): string; method
1255 getExecutingFilePath() {
Ddebug.ts667 const basePath = getDirectoryPath(resolvePath(sys.getExecutingFilePath()));
Dwatch.ts524 …DefaultLibLocation = memoize(() => getDirectoryPath(normalizePath(system.getExecutingFilePath())));
Dprogram.ts167 return getDirectoryPath(normalizePath(system.getExecutingFilePath()));
/third_party/typescript/src/tsserver/
DnodeServer.ts854 …(Arguments.TypesMapLocation) || combinePaths(getDirectoryPath(sys.getExecutingFilePath()), "typesM…
/third_party/typescript/tests/baselines/reference/
Dparserharness.types96 var typescriptServiceFileName = filePath(IO.getExecutingFilePath()) + "typescriptServices.js";
98 >filePath(IO.getExecutingFilePath()) + "typescriptServices.js" : string
99 >filePath(IO.getExecutingFilePath()) : string
101 >IO.getExecutingFilePath() : any
102 >IO.getExecutingFilePath : any
104 >getExecutingFilePath : any
Dparserharness.errors.txt164 var typescriptServiceFileName = filePath(IO.getExecutingFilePath()) + "typescriptServices.js";
/third_party/typescript/lib/
Dtypescript.d.ts3956 getExecutingFilePath(): string;
4093 getExecutingFilePath(): string;
DtypescriptServices.d.ts3956 getExecutingFilePath(): string;
4093 getExecutingFilePath(): string;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4172 getExecutingFilePath(): string;
4310 getExecutingFilePath(): string;

12