I've created a minimal repro for this behavior here: https://github.com/conartist6/recast-arrow-object-pattern-repro
The input is:
(): Type => ({ prop: true });
and the output is invalid, as it is missing parens:
I've created a minimal repro for this behavior here: https://github.com/conartist6/recast-arrow-object-pattern-repro
The input is:
and the output is invalid, as it is missing parens: