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 was archived by the owner on Jan 25, 2022. It is now read-only.
Currently it is not allowed to have a trailing comma inside the import call, but maybe it would be nice to be able to do that.
The reasons for trailing commas are usually about adding/removing elements from a multiline list of elements. This obviously does not apply here as import always has one argument, but it still would be nice to have this possibility for the sake of consistency with function calls.
Especially for code formatters I can see that it would be a little bit easier to treat import calls the same as function calls.
Was there already a decision on this and what's your opinion on this?
Should I try to create a PR?
ljharb, hax, nicolo-ribaudo, FireyFly, matthewwithanm and 1 more