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
772 …const { buildInfoPath, jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath } = … constant
Dprogram.ts4483 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
Dutilities.ts4454 jsFilePath?: string | undefined; property
/third_party/typescript/src/testRunner/unittests/tsserver/
DexternalProjects.ts868 const jsFilePath = `${tscWatch.projectRoot}/javascript.js`; constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts339 … const { jsFilePath, declarationFilePath } = getOutputPathsForBundle(options, /*forceDts*/ false); constant
/third_party/typescript/lib/
Dtsc.js96311 function getSourceMapFilePath(jsFilePath, options) { argument
96488 …ng === void 0 ? void 0 : ts.tracing.push("emit", "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property
96538 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument
96641 … function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, transform, printer, mapOptions) { argument
DtypingsInstaller.js116627 function getSourceMapFilePath(jsFilePath, options) { argument
116818 …ts.tracing.push("emit" /* tracing.Phase.Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property
116871 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument
116986 … function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, transform, printer, mapOptions) { argument