Searched refs:declarationPath (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/services/ |
D | sourcemaps.ts | 81 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/ |
D | nodeFactory.ts | 6664 …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/ |
D | typescript.d.ts | 2165 declarationPath?: string; property 4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
|
D | typescriptServices.d.ts | 2165 declarationPath?: string; property 4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
|
D | tsserverlibrary.d.ts | 2165 declarationPath?: string; property 4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
|
D | typingsInstaller.js | 28067 …mapPathOrType === "js" ? textOrInputFiles.javascriptPath : textOrInputFiles.declarationPath) || ""; 28214 …clarationMapPath, declarationMapTextOrBuildInfoPath, javascriptPath, declarationPath, buildInfoPat… argument 28243 node.declarationPath = ts.Debug.checkDefined(javascriptMapTextOrDeclarationPath); 28262 node.declarationPath = declarationPath;
|
D | tsc.js | 22640 …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/ |
D | typescript.d.ts | 2165 declarationPath?: string; property 4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
|
D | tsserverlibrary.d.ts | 2165 declarationPath?: string; property 4899 …ined, javascriptPath: string, javascriptMapPath: string | undefined, declarationPath: string, decl…
|
/third_party/typescript/src/compiler/ |
D | types.ts | 4169 declarationPath?: string;
|