You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix formatting edge-cases when formatting ReScript -> ReScript
Configure the parser to pass forPrinter:true when parsing / printing ReScript.
This fixes issues where e.g. Some((1, 2)) get misprinted to Some(1,2) etc.
Relevant bug reports:
- rescript-lang/syntax#274
- rescript-lang/syntax#265
0 commit comments