Prettier 2.3.2
Playground link
Input:
function MyFunctionComponent() {
<button label=/*old*/"new">button</button>
}
Output:
Error: Comment "old" was not printed. Please report this error!
at Object.ensureAllCommentsPrinted (https://prettier.io/lib/standalone.js:36:119166)
at Sd (https://prettier.io/lib/standalone.js:36:125590)
at Nd (https://prettier.io/lib/standalone.js:36:128103)
at Object.formatWithCursor (https://prettier.io/lib/standalone.js:76:38121)
at formatCode (https://prettier.io/worker.js:141:21)
at handleMessage (https://prettier.io/worker.js:78:26)
at self.onmessage (https://prettier.io/worker.js:36:14)
Expected behaviour:
The document should be formatted as usual
Prettier 2.3.2
Playground link
Input:
Output:
Expected behaviour:
The document should be formatted as usual