Searched refs:declarationFilePath (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 79 …const declarationFilePath = (forceDtsPaths || getEmitDeclarations(options)) ? removeFileExtension(… constant 80 …const declarationMapPath = declarationFilePath && getAreDeclarationMapsEnabled(options) ? declarat… 82 … return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath }; 99 …const declarationFilePath = (forceDtsPaths || (getEmitDeclarations(options) && !isJsonFile)) ? get… constant 100 …const declarationMapPath = declarationFilePath && getAreDeclarationMapsEnabled(options) ? declarat… 101 …return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath: un… 161 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant 164 addOutput(declarationFilePath); 312 …function emitSourceFileOrBundle({ jsFilePath, sourceMapFilePath, declarationFilePath, declarationM… 325 … tracing?.push(tracing.Phase.Emit, "emitDeclarationFileOrBundle", { declarationFilePath }); [all …]
|
| D | program.ts | 3742 verifyEmitFilePath(emitFileNames.declarationFilePath, emitFilesSeen); 4379 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant 4380 … node = createInputFiles(readFile, jsFilePath!, sourceMapFilePath, declarationFilePath!, declarati…
|
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| D | helpers.ts | 339 … const { jsFilePath, declarationFilePath } = getOutputPathsForBundle(options, /*forceDts*/ false); constant 346 …tionInfo(sys, originalReadCall || sys.readFile, baselineRecorder, bundle.dts, declarationFilePath);
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 316 …Path(normalizeSlashes(getOutputPathsFor(node, host, /*forceDtsPaths*/ true).declarationFilePath!)); 338 …Path(normalizeSlashes(getOutputPathsFor(node, host, /*forceDtsPaths*/ true).declarationFilePath!)); 394 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 113047 …ts.normalizeSlashes(ts.getOutputPathsFor(node, host, /*forceDtsPaths*/ true).declarationFilePath)); 113068 …ts.normalizeSlashes(ts.getOutputPathsFor(node, host, /*forceDtsPaths*/ true).declarationFilePath)); 113123 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName; 114808 …var declarationFilePath = (forceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtens… 114809 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 114811 …Path: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declarationFilePath, … 114828 …var declarationFilePath = (forceDtsPaths || (ts.getEmitDeclarations(options) && !isJsonFile)) ? ts… 114829 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 114830 …Path: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declarationFilePath, … 114878 …jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a.declarationFilePath… [all …]
|
| D | tsc.js | 93179 ….getDirectoryPath(ts.normalizeSlashes(ts.getOutputPathsFor(node, host, true).declarationFilePath)); 93199 ….getDirectoryPath(ts.normalizeSlashes(ts.getOutputPathsFor(node, host, true).declarationFilePath)); 93253 … declFileName = paths.declarationFilePath || paths.jsFilePath || file.fileName; 94724 …var declarationFilePath = (forceDtsPaths || ts.getEmitDeclarations(options)) ? ts.removeFileExtens… 94725 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 94727 …Path: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declarationFilePath, … 94742 …var declarationFilePath = (forceDtsPaths || (ts.getEmitDeclarations(options) && !isJsonFile)) ? ts… 94743 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 94744 …Path: jsFilePath, sourceMapFilePath: sourceMapFilePath, declarationFilePath: declarationFilePath, … 94790 …jsFilePath, sourceMapFilePath = _a.sourceMapFilePath, declarationFilePath = _a.declarationFilePath… [all …]
|