Home
last modified time | relevance | path

Searched defs:declarationFilePath (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts543 …const declarationFilePath = (forceDtsPaths || getEmitDeclarations(options)) ? removeFileExtension(… constant
563 …const declarationFilePath = (forceDtsPaths || (getEmitDeclarations(options) && !isJsonFile)) ? get… 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.ts4981 declarationFilePath?: string | undefined; property
/third_party/typescript/src/testRunner/unittests/tsbuild/
Dhelpers.ts344 …const { jsFilePath, declarationFilePath } = ts.getOutputPathsForBundle(options, /*forceDts*/ false… constant
/third_party/typescript/lib/
Dtsc.js99278 …function emitSourceFileOrBundle({ jsFilePath, sourceMapFilePath, declarationFilePath, declarationM… argument
99293 …ull ? void 0 : _c.push(tracing.Phase.Emit, "emitDeclarationFileOrBundle", { declarationFilePath }); property
99392 …function emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, … argument