Home
last modified time | relevance | path

Searched refs:declarationPath (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/services/
Dsourcemaps.ts81 const declarationPath = outPath ? constant
84 if (declarationPath === undefined) return undefined;
86 …const newLoc = getDocumentPositionMapper(declarationPath, info.fileName).getGeneratedPosition(info…
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts6664 …mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declarationPath) || "";
6827 declarationPath: string,
6848 declarationPath: string | undefined,
6861 declarationPath?: string | undefined,
6892 node.declarationPath = Debug.checkDefined(javascriptMapTextOrDeclarationPath);
6911 node.declarationPath = declarationPath;
/third_party/typescript/lib/
Dtypescript.d.ts2165 declarationPath?: string; property
4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
DtypescriptServices.d.ts2165 declarationPath?: string; property
4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
Dtsserverlibrary.d.ts2165 declarationPath?: string; property
4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
DtypingsInstaller.js28067 …mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declarationPath) || "";
28214 …clarationMapPath, declarationMapTextOrBuildInfoPath, javascriptPath, declarationPath, buildInfoPat… argument
28243 node.declarationPath = ts.Debug.checkDefined(javascriptMapTextOrDeclarationPath);
28262 node.declarationPath = declarationPath;
Dtsc.js22640 …mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declarationPath) || "";
22785 …clarationMapPath, declarationMapTextOrBuildInfoPath, javascriptPath, declarationPath, buildInfoPat… argument
22814 node.declarationPath = ts.Debug.checkDefined(javascriptMapTextOrDeclarationPath);
22833 node.declarationPath = declarationPath;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2165 declarationPath?: string; property
4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
Dtsserverlibrary.d.ts2165 declarationPath?: string; property
4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
/third_party/typescript/src/compiler/
Dtypes.ts4169 declarationPath?: string;