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
{{ message }}
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
Is there a specific reason why the "needs parentheses" information is tracked inside the formatter phase?
Have you considered some other solutions, such as a visitor approach, or even computing this information during the parsing phase and storing it inside our green tree?
I would like to know what are the implications of your decisions in the future developments
Description
This is an umbrella issue for the work on the Formatter for the 0.9.0 release.
Goals
Tasks
JsConditionalExpression
JsTemplate
Template literal formatting #2446 feat(rome_js_formatter): Template formatting #3063JsBinaryExpression
feat(rome_js_formatter): Binary expression formatting #3079JsArrowFunctionExpression
feat(rome_js_formatter): Format Arrow Chains #3122JsArrayExpression
feat(rome_js_formatter): Heuristic for fill arrays #3126JsStaticMemberAssignment
andJsComputedMemberAssignment
feat(rome_js_formatter): Member assignment formatting #3061The text was updated successfully, but these errors were encountered: