Searched refs:getDeclarationEmitOutputFilePathWorker (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/ |
| D | sourcemaps.ts | 83 …getDeclarationEmitOutputFilePathWorker(info.fileName, program.getCompilerOptions(), currentDirecto…
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1310 …getDeclarationEmitOutputFilePathWorker(sourceFile.fileName, this.compilerOptions, this.currentDire…
|
| /third_party/typescript/src/compiler/ |
| D | utilities.ts | 4378 …return getDeclarationEmitOutputFilePathWorker(fileName, host.getCompilerOptions(), host.getCurrent… 4381 …export function getDeclarationEmitOutputFilePathWorker(fileName: string, options: CompilerOptions,… function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 18673 …return getDeclarationEmitOutputFilePathWorker(fileName, host.getCompilerOptions(), host.getCurrent… 18676 …function getDeclarationEmitOutputFilePathWorker(fileName, options, currentDirectory, commonSourceD… function 18684 ts.getDeclarationEmitOutputFilePathWorker = getDeclarationEmitOutputFilePathWorker;
|
| D | tsc.js | 14661 …return getDeclarationEmitOutputFilePathWorker(fileName, host.getCompilerOptions(), host.getCurrent… 14664 …function getDeclarationEmitOutputFilePathWorker(fileName, options, currentDirectory, commonSourceD… function 14672 ts.getDeclarationEmitOutputFilePathWorker = getDeclarationEmitOutputFilePathWorker;
|