Prettier 1.19.1
Playground link
Input:
(0 /* comment */ /*: number */)
Output:
(0 /*: /* comment */ number */);
Second Output:
SyntaxError: Unexpected token `*/`. Did you mean `*-/`? (1:19)
> 1 | (0 /*: /* comment */ number */);
| ^^
2 |
Flow's playground