Home
last modified time | relevance | path

Searched refs:getDocumentPositionMapper (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/services/
Dsourcemaps.ts19getDocumentPositionMapper?(generatedFileName: string, sourceFileName?: string): DocumentPositionMa… method
34 function getDocumentPositionMapper(generatedFileName: string, sourceFileName?: string) {
40 if (host.getDocumentPositionMapper) {
41 mapper = host.getDocumentPositionMapper(generatedFileName, sourceFileName);
45 mapper = file && ts.getDocumentPositionMapper(
62 const newLoc = getDocumentPositionMapper(info.fileName).getSourcePosition(info);
86 …const newLoc = getDocumentPositionMapper(declarationPath, info.fileName).getGeneratedPosition(info…
141 export function getDocumentPositionMapper( function
Dtypes.ts298getDocumentPositionMapper?(generatedFileName: string, sourceFileName?: string): DocumentPositionMa… method
Dservices.ts1279 getDocumentPositionMapper: maybeBind(host, host.getDocumentPositionMapper),
/third_party/typescript/src/server/
Dproject.ts660getDocumentPositionMapper(generatedFileName: string, sourceFileName?: string): DocumentPositionMap…
661 … return this.projectService.getDocumentPositionMapper(this, generatedFileName, sourceFileName);
DeditorServices.ts2671getDocumentPositionMapper(project: Project, generatedFileName: string, sourceFileName?: string): D…
2721 const documentPositionMapper = getDocumentPositionMapper(
/third_party/typescript/lib/
Dtsserverlibrary.js131111 function getDocumentPositionMapper(generatedFileName, sourceFileName) { function
131117 if (host.getDocumentPositionMapper) {
131118 mapper = host.getDocumentPositionMapper(generatedFileName, sourceFileName);
131122 …mapper = file && ts.getDocumentPositionMapper({ getSourceFileLike: getSourceFileLike, getCanonical…
131133 var newLoc = getDocumentPositionMapper(info.fileName).getSourcePosition(info);
131154 … var newLoc = getDocumentPositionMapper(declarationPath, info.fileName).getGeneratedPosition(info);
131197 … function getDocumentPositionMapper(host, generatedFileName, generatedFileLineInfo, readMapFile) { function
131229 ts.getDocumentPositionMapper = getDocumentPositionMapper;
150062 getDocumentPositionMapper: ts.maybeBind(host, host.getDocumentPositionMapper), property
154361 … Project.prototype.getDocumentPositionMapper = function (generatedFileName, sourceFileName) { method in Project
[all …]
Dtsserver.js130542 function getDocumentPositionMapper(generatedFileName, sourceFileName) { function
130548 if (host.getDocumentPositionMapper) {
130549 mapper = host.getDocumentPositionMapper(generatedFileName, sourceFileName);
130553 …mapper = file && ts.getDocumentPositionMapper({ getSourceFileLike: getSourceFileLike, getCanonical…
130564 var newLoc = getDocumentPositionMapper(info.fileName).getSourcePosition(info);
130585 … var newLoc = getDocumentPositionMapper(declarationPath, info.fileName).getGeneratedPosition(info);
130628 … function getDocumentPositionMapper(host, generatedFileName, generatedFileLineInfo, readMapFile) { function
130660 ts.getDocumentPositionMapper = getDocumentPositionMapper;
149493 getDocumentPositionMapper: ts.maybeBind(host, host.getDocumentPositionMapper), property
154167 … Project.prototype.getDocumentPositionMapper = function (generatedFileName, sourceFileName) { method in Project
[all …]
Dtypescript.js131111 function getDocumentPositionMapper(generatedFileName, sourceFileName) { function
131117 if (host.getDocumentPositionMapper) {
131118 mapper = host.getDocumentPositionMapper(generatedFileName, sourceFileName);
131122 …mapper = file && ts.getDocumentPositionMapper({ getSourceFileLike: getSourceFileLike, getCanonical…
131133 var newLoc = getDocumentPositionMapper(info.fileName).getSourcePosition(info);
131154 … var newLoc = getDocumentPositionMapper(declarationPath, info.fileName).getGeneratedPosition(info);
131197 … function getDocumentPositionMapper(host, generatedFileName, generatedFileLineInfo, readMapFile) { function
131229 ts.getDocumentPositionMapper = getDocumentPositionMapper;
150062 getDocumentPositionMapper: ts.maybeBind(host, host.getDocumentPositionMapper), property
DtypescriptServices.js131111 function getDocumentPositionMapper(generatedFileName, sourceFileName) { function
131117 if (host.getDocumentPositionMapper) {
131118 mapper = host.getDocumentPositionMapper(generatedFileName, sourceFileName);
131122 …mapper = file && ts.getDocumentPositionMapper({ getSourceFileLike: getSourceFileLike, getCanonical…
131133 var newLoc = getDocumentPositionMapper(info.fileName).getSourcePosition(info);
131154 … var newLoc = getDocumentPositionMapper(declarationPath, info.fileName).getGeneratedPosition(info);
131197 … function getDocumentPositionMapper(host, generatedFileName, generatedFileLineInfo, readMapFile) { function
131229 ts.getDocumentPositionMapper = getDocumentPositionMapper;
150062 getDocumentPositionMapper: ts.maybeBind(host, host.getDocumentPositionMapper), property