mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
switch to getStart
This commit is contained in:
@@ -40,7 +40,7 @@ module ts {
|
||||
if (node && startElement && endElement) {
|
||||
var span: OutliningSpan = {
|
||||
textSpan: TypeScript.TextSpan.fromBounds(startElement.pos, endElement.end),
|
||||
hintSpan: TypeScript.TextSpan.fromBounds(node.pos, node.end),
|
||||
hintSpan: TypeScript.TextSpan.fromBounds(node.getStart(), node.end),
|
||||
bannerText: "...",
|
||||
autoCollapse: false
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user