We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents afde2b5 + 26c836b commit a2f494aCopy full SHA for a2f494a
src/server/session.ts
@@ -634,7 +634,8 @@ namespace ts.server {
634
code: d.code,
635
source: d.source,
636
startLocation: scriptInfo && scriptInfo.positionToLineOffset(d.start),
637
- endLocation: scriptInfo && scriptInfo.positionToLineOffset(d.start + d.length)
+ endLocation: scriptInfo && scriptInfo.positionToLineOffset(d.start + d.length),
638
+ reportsUnnecessary: d.reportsUnnecessary
639
});
640
}
641
0 commit comments