Home
last modified time | relevance | path

Searched defs:sourceMapFilePath (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts542 const sourceMapFilePath = jsFilePath && getSourceMapFilePath(jsFilePath, options); constant
562 …const sourceMapFilePath = !jsFilePath || isJsonSourceFile(sourceFile) ? undefined : getSourceMapFi… constant
625 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
1256 …const { buildInfoPath, jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath } = … constant
Dprogram.ts4593 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
Dutilities.ts4980 sourceMapFilePath?: string | undefined; property
/third_party/typescript/lib/
Dtsc.js99278 …function emitSourceFileOrBundle({ jsFilePath, sourceMapFilePath, declarationFilePath, declarationM… argument
99352 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument
99471 function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, transform, printer, mapOptions) { argument
99549 …function getSourceMappingURL(mapOptions, sourceMapGenerator, filePath, sourceMapFilePath, sourceFi… argument