-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Unnecessary parens around await call #3089
Copy link
Copy link
Open
Labels
area:binary expressionslang:javascriptIssues affecting JSIssues affecting JSstatus: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
Metadata
Metadata
Assignees
Labels
area:binary expressionslang:javascriptIssues affecting JSIssues affecting JSstatus: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
Prettier 1.7.4
Playground link
Input:
Output:
Expected behavior:
Parens around the
awaitcall are unnecessary, as evidenced by the fact that it compiles.