-
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
Reprinting file causes line break changes #215
Comments
Does the same problem occur if the I'm pretty sure the problem lies here. Specifically, |
It does not. I'll see if I have time to send a PR. |
This issue happily no longer reproduces (as of 0.21.1.) Running the very handy one-step original repro now gives:
just like the original version of the code. Given this diagnosis:
the change that fixed it was probably #537, which gave |
Parsing and reprinting
outputs
which is inconvenient for codemods. Verified using 0.10.32 by running
in node.
The text was updated successfully, but these errors were encountered: