-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Suggestion
Copy link
Labels
lang:javascriptIssues affecting JSIssues affecting JSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!Issues with an accompanying pull request. These issues will probably be fixed soon!status:needs discussionIssues needing discussion and a decision to be made before action can be takenIssues needing discussion and a decision to be made before action can be taken
Description
Prettier 1.16.4
Playground link
--parser flowInput:
compose(a, b, c);
// "compose backwards"
esopmoc(a, b, c);
poop.compose(a, b, c);
poop.esopmoc(a, b, c);Output:
compose(
a,
b,
c
);
// "compose backwards"
esopmoc(a, b, c);
poop.compose(
a,
b,
c
);
poop.esopmoc(a, b, c);Expected behavior:
compose(a, b, c);
// "compose backwards"
esopmoc(a, b, c);
poop.compose(a, b, c);
poop.esopmoc(a, b, c);🤔🧐🤪
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lang:javascriptIssues affecting JSIssues affecting JSlocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.status:has prIssues with an accompanying pull request. These issues will probably be fixed soon!Issues with an accompanying pull request. These issues will probably be fixed soon!status:needs discussionIssues needing discussion and a decision to be made before action can be takenIssues needing discussion and a decision to be made before action can be taken