Searched defs:jsFilePath (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 81 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
|
| D | program.ts | 4483 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
|
| D | utilities.ts | 4454 jsFilePath?: string | undefined; property
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | externalProjects.ts | 868 const jsFilePath = `${tscWatch.projectRoot}/javascript.js`; constant
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | helpers.ts | 339 … const { jsFilePath, declarationFilePath } = getOutputPathsForBundle(options, /*forceDts*/ false); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 96311 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
|
| D | typingsInstaller.js | 116627 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
|