<!-- BUGS: Please use this template. --> <!-- QUESTIONS: This is not a general support forum! Ask Qs at http://stackoverflow.com/questions/tagged/typescript --> <!-- SUGGESTIONS: See https://github.com/Microsoft/TypeScript-wiki/blob/master/Writing-Good-Design-Proposals.md --> <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> https://github.com/Microsoft/vscode/issues/41288#event-1413625903 **TypeScript Version:** 2.7.0-dev.20180108 **Code** ```ts const foo = ({ x, y }) => ({ y: x, x: y }); ``` Run format **Expected behavior:** Code unchanged **Actual behavior:** ```ts const foo = ({ x, y }) => ({ y: x, x: y }); ```
microsoft/vscode#41288 (comment)
TypeScript Version: 2.7.0-dev.20180108
Code
Run format
Expected behavior:
Code unchanged
Actual behavior: