-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
area:commentsIssues with how Prettier prints commentsIssues with how Prettier prints commentslang:javascriptIssues affecting JSIssues affecting JS
Description
Prettier pr-18846
Playground link
--parser babelInput:
foo; // first
// second
;// third
function x() {
}Output:
foo; // first
// third
// second
function x() {}Expected output:
foo; // first
// second
// third
function x() {
}Why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:commentsIssues with how Prettier prints commentsIssues with how Prettier prints commentslang:javascriptIssues affecting JSIssues affecting JS