-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extra blank line after import statement with leading comment #371
Comments
see #405 |
Closing for the same reason I closed #405: #405 (comment) There's no way to represent a group of sequential |
For a program like this
When I try to insert a try catch on top of the await statement and hoist the variable up like the following function:-
Recast leaves one line after
Can this be regarded as a bug and fixed? |
Finally I was able to fix my issue by adding reuseWhitespace to the printer options, This might be a hack and not work for everyone.
|
This seems removed all empty lines. |
But should be:
The text was updated successfully, but these errors were encountered: