Home
last modified time | relevance | path

Searched refs:declarationMapPath (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts80 …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 …]
Dprogram.ts4379 …const { jsFilePath, sourceMapFilePath, declarationFilePath, declarationMapPath, buildInfoPath } = … constant
4380 …es(readFile, jsFilePath!, sourceMapFilePath, declarationFilePath!, declarationMapPath, buildInfoPa…
Dtypes.ts4171 declarationMapPath?: string;
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6665 … 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/
Dtypescript.d.ts2167 declarationMapPath?: string; property
4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un…
4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
DtypescriptServices.d.ts2167 declarationMapPath?: string; property
4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un…
4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
DtypingsInstaller.js28068 … 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 …]
Dtsc.js22641 … 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 …]
Dtsserverlibrary.d.ts2167 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/
Dtypescript.d.ts2167 declarationMapPath?: string; property
4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un…
4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…
Dtsserverlibrary.d.ts2167 declarationMapPath?: string; property
4899 …g, javascriptMapPath: string | undefined, declarationPath: string, declarationMapPath: string | un…
4900 …apPath: string | undefined, javascriptMapText: string | undefined, declarationMapPath: string | un…