Searched refs:getOwnEmitOutputFilePath (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 92 …const ownOutputFilePath = getOwnEmitOutputFilePath(sourceFile.fileName, host, getOutputExtension(s…
|
| D | utilities.ts | 4364 export function getOwnEmitOutputFilePath(fileName: string, host: EmitHost, extension: string) { function
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 18660 function getOwnEmitOutputFilePath(fileName, host, extension) { function 18671 ts.getOwnEmitOutputFilePath = getOwnEmitOutputFilePath; 114821 …var ownOutputFilePath = ts.getOwnEmitOutputFilePath(sourceFile.fileName, host, getOutputExtension(…
|
| D | tsc.js | 14648 function getOwnEmitOutputFilePath(fileName, host, extension) { function 14659 ts.getOwnEmitOutputFilePath = getOwnEmitOutputFilePath; 94736 …var ownOutputFilePath = ts.getOwnEmitOutputFilePath(sourceFile.fileName, host, getOutputExtension(…
|