Use shorthand properties

This commit is contained in:
Mohamed Hegazy
2016-09-08 14:00:52 -07:00
parent 53387337fc
commit 76fe6e46ce

View File

@@ -1304,7 +1304,7 @@ namespace FourSlash {
baselineFile,
() => stringify(
this.testData.markers.map(marker => ({
marker: marker,
marker,
quickInfo: this.languageService.getQuickInfoAtPosition(marker.fileName, marker.position)
}))
));