Searched defs:declarationFilePath (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 543 …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
|
| D | program.ts | 4593 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
|
| D | utilities.ts | 4981 declarationFilePath?: string | undefined; property
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | helpers.ts | 344 …const { jsFilePath, declarationFilePath } = ts.getOutputPathsForBundle(options, /*forceDts*/ false… constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 99278 …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
|