Home
last modified time | relevance | path

Searched defs:jsFilePath (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts81 const jsFilePath = options.emitDeclarationOnly ? undefined : outPath; constant
101 …const jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOut… constant
165 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
264 … const { jsFilePath } = getOutputPathsForBundle(configFile.options, /*forceDtsPaths*/ false); constant
271 …const jsFilePath = getOutputJSFileName(inputFileName, configFile, ignoreCase, getCommonSourceDirec… constant
766 …const { buildInfoPath, jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath } = … constant
Dprogram.ts4415 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
Dutilities.ts4447 jsFilePath?: string | undefined; property
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts339 … const { jsFilePath, declarationFilePath } = getOutputPathsForBundle(options, /*forceDts*/ false); constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts868 const jsFilePath = `${tscWatch.projectRoot}/javascript.js`; constant
/third_party/typescript/lib/
DtypingsInstaller.js115087 function getSourceMapFilePath(jsFilePath, options) { argument
115276 …ts.tracing.push("emit" /* tracing.Phase.Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property
115329 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument
115444 … function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, transform, printer, mapOptions) { argument
Dtsc.js94980 function getSourceMapFilePath(jsFilePath, options) { argument
95155 …ng === void 0 ? void 0 : ts.tracing.push("emit", "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property
95205 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument
95308 … function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, transform, printer, mapOptions) { argument