| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 80 …const declarationMapPath = declarationFilePath && getAreDeclarationMapsEnabled(options) ? declarat… constant 82 … return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath }; 100 …const declarationMapPath = declarationFilePath && getAreDeclarationMapsEnabled(options) ? declarat… constant 101 …return { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath: un… 161 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant 165 addOutput(declarationMapPath); 312 …FileOrBundle({ jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPa… 326 …emitDeclarationFileOrBundle(sourceFileOrBundle, declarationFilePath, declarationMapPath, relativeT… 348 if (declarationMapPath) { 349 emittedFilesList.push(declarationMapPath); [all …]
|
| D | program.ts | 4379 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant 4380 …es(readFile, jsFilePath!, sourceMapFilePath, declarationFilePath!, declarationMapPath, buildInfoPa…
|
| D | types.ts | 4171 declarationMapPath?: string;
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeFactory.ts | 6665 … mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.declarationMapPath; 6828 declarationMapPath: string | undefined, 6836 declarationMapPath: string | undefined, 6845 declarationMapPath: string | undefined, 6858 declarationMapPath?: string, 6893 node.declarationMapPath = declarationMapPath; 6899 …declarationMapText: { get() { return textGetter(declarationMapPath); } }, // TODO:: if there is in… 6908 node.declarationMapPath = declarationMapPath;
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2167 declarationMapPath?: string; property 4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un… 4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
|
| D | typescriptServices.d.ts | 2167 declarationMapPath?: string; property 4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un… 4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
|
| D | typingsInstaller.js | 28068 … mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.declarationMapPath; 28214 …scriptPath, javascriptMapPath, javascriptMapTextOrDeclarationPath, declarationMapPath, declaration… argument 28244 node.declarationMapPath = declarationMapPath; 28250 … declarationMapText: { get: function () { return textGetter_1(declarationMapPath); } }, 28259 node.declarationMapPath = declarationMapPath; 114809 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 114811 …ceMapFilePath, declarationFilePath: declarationFilePath, declarationMapPath: declarationMapPath, b… 114829 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 114830 …ceMapFilePath, declarationFilePath: declarationFilePath, declarationMapPath: declarationMapPath, b… 114878 …ilePath, declarationFilePath = _a.declarationFilePath, declarationMapPath = _a.declarationMapPath,… [all …]
|
| D | tsc.js | 22641 … mapPathOrType === "js" ? textOrInputFiles.javascriptMapPath : textOrInputFiles.declarationMapPath; 22785 …scriptPath, javascriptMapPath, javascriptMapTextOrDeclarationPath, declarationMapPath, declaration… argument 22815 node.declarationMapPath = declarationMapPath; 22821 … declarationMapText: { get: function () { return textGetter_1(declarationMapPath); } }, 22830 node.declarationMapPath = declarationMapPath; 94725 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 94727 …ceMapFilePath, declarationFilePath: declarationFilePath, declarationMapPath: declarationMapPath, b… 94743 …var declarationMapPath = declarationFilePath && ts.getAreDeclarationMapsEnabled(options) ? declara… 94744 …ceMapFilePath, declarationFilePath: declarationFilePath, declarationMapPath: declarationMapPath, b… 94790 …ilePath, declarationFilePath = _a.declarationFilePath, declarationMapPath = _a.declarationMapPath,… [all …]
|
| D | tsserverlibrary.d.ts | 2167 declarationMapPath?: string; property 4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un… 4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2167 declarationMapPath?: string; property 4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un… 4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
|
| D | tsserverlibrary.d.ts | 2167 declarationMapPath?: string; property 4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un… 4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
|