| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 78 const jsFilePath = options.emitDeclarationOnly ? undefined : outPath; constant 98 …const jsFilePath = options.emitDeclarationOnly || isJsonEmittedToSameLocation ? undefined : ownOut… constant 181 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant 280 … const { jsFilePath } = getOutputPathsForBundle(configFile.options, /*forceDtsPaths*/ false); constant 287 …const jsFilePath = getOutputJSFileName(inputFileName, configFile, ignoreCase, getCommonSourceDirec… constant 766 …const { buildInfoPath, jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath } = … constant
|
| D | program.ts | 3936 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
|
| D | utilities.ts | 4437 jsFilePath?: string | undefined; property
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | helpers.ts | 246 …const { buildInfoPath, jsFilePath, declarationFilePath } = getOutputPathsForBundle(options, /*forc… constant
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | externalProjects.ts | 868 const jsFilePath = `${tscWatch.projectRoot}/javascript.js`; constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 82273 function getSourceMapFilePath(jsFilePath, options) { argument 82464 …ng === void 0 ? void 0 : ts.tracing.push("emit", "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property 82507 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 82614 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument
|
| D | typingsInstaller.js | 100787 function getSourceMapFilePath(jsFilePath, options) { argument 100996 … 0 ? void 0 : ts.tracing.push("emit" /* Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property 101040 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101159 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument
|
| D | typescriptServices.js | 100992 function getSourceMapFilePath(jsFilePath, options) { argument 101201 … 0 ? void 0 : ts.tracing.push("emit" /* Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property 101245 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101364 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument
|
| D | typescript.js | 100992 function getSourceMapFilePath(jsFilePath, options) { argument 101201 … 0 ? void 0 : ts.tracing.push("emit" /* Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property 101245 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101364 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument
|
| D | tsserver.js | 100798 function getSourceMapFilePath(jsFilePath, options) { argument 101007 … 0 ? void 0 : ts.tracing.push("emit" /* Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property 101051 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101170 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument
|
| D | tsserverlibrary.js | 100992 function getSourceMapFilePath(jsFilePath, options) { argument 101201 … 0 ? void 0 : ts.tracing.push("emit" /* Emit */, "emitJsFileOrBundle", { jsFilePath: jsFilePath }); property 101245 …function emitJsFileOrBundle(sourceFileOrBundle, jsFilePath, sourceMapFilePath, relativeToBuildInfo… argument 101364 …function printSourceFileOrBundle(jsFilePath, sourceMapFilePath, sourceFileOrBundle, printer, mapOp… argument
|