This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 Trailing comma inside import #3600
Labels
A-Formatter
Area: formatter
Help wanted
Help would be really appreciated
L-JavaScript
Langauge: JavaScript
S-Bug: confirmed
Status: report has been confirmed as a valid bug
Milestone
Environment information
What happened?
Here is the code snippet: playground
Rome adds a trailing comma inside
import
and babel parser throws an error (Trailing comma is disallowed inside import(...) arguments
) during compilation. This isn't a problem with prettier.Expected result
Code of Conduct
The text was updated successfully, but these errors were encountered: