**Prettier 1.19.1** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuc0DOMAEAPTBeTYAHSk0zCUMwHprMA1OAJwE9MBLAWwAcImYAhrEwBrOCwB0JMjMwDKARgBMAZmmYAviQ0BuEiAA0ICNxjt0yUAKZMIAdwAK1hGmQgBANwjsAJoZAARkwCYGIwAMrcIexQAObIMEwArnBGABYwnAA2AOpp7PBoUWBw4S4F7B4FLG5gaK5GMWjMMA7BsZwCyABmAlnNRgBWaNgAQsGhcBECnHAAMjFwPX0DIMPY4TGxWXAAikkQ8Mv9qSBRTM1MbgECAXBZ-txMMTA5vjBpyAAcAAxGTxBmjlgtw3E84JcPEsjABHA7wNomVwoARoAC0UDgcB82P8TDgcPY+LaAg6XSQvRORmanHYCWSpzQWx2+0OSwpK1OggCbx8H2QSiMiQE7CyWwAwhBOJ03FBoNCQElmgAVW7IymrDwpACSUBxsHCYGepgAgnrwjAWDtjs0NBogA) ```sh --parser babel ``` **Input:** ```jsx const x = { c: { // Very important key. a: 123 } }; ``` **Output:** ```jsx const x = { c: { // Very important key. a: 123 } }; ``` **Expected behavior:** The comment should not be moved down. Also affects TypeScript.
Prettier 1.19.1
Playground link
Input:
Output:
Expected behavior:
The comment should not be moved down.
Also affects TypeScript.