-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
Consider the following JS code:
export default function() {
}Upon running vim-jsbeautify the code is transformed into...
export
default function() {
}...Which is clearly erroneous.
When I run the same code through the online beautifer the code is formatted as I would expect. I suspect the jsbeautify dependency needs updating?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels