/third_party/typescript/src/services/ |
D | sourcemaps.ts | 19 …getDocumentPositionMapper?(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
|
D | types.ts | 298 …getDocumentPositionMapper?(generatedFileName: string, sourceFileName?: string): DocumentPositionMa… method
|
D | services.ts | 1279 getDocumentPositionMapper: maybeBind(host, host.getDocumentPositionMapper),
|
/third_party/typescript/src/server/ |
D | project.ts | 660 …getDocumentPositionMapper(generatedFileName: string, sourceFileName?: string): DocumentPositionMap… 661 … return this.projectService.getDocumentPositionMapper(this, generatedFileName, sourceFileName);
|
D | editorServices.ts | 2671 …getDocumentPositionMapper(project: Project, generatedFileName: string, sourceFileName?: string): D… 2721 const documentPositionMapper = getDocumentPositionMapper(
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 131111 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 …]
|
D | tsserver.js | 130542 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 …]
|
D | typescript.js | 131111 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
|
D | typescriptServices.js | 131111 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
|