running format on this code: ```res type a = { foo: string, /** here */ } ``` output: ```res type a = {foo: string} ``` the `/** ... */` style comment is deleted on the formatting result. `// ...` style comments are fine.