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 11, 2023. It is now read-only.
Currently, this transform does not maintain whitespace. This is something that appears to not be supported with the TypeScript printer that is used for this transform, so this might be complicated to resolve. Maybe there is an option to try to add back whitespace after the main transformation. Alternatively, if we could use something like jscodeshift for this transform we wouldn't have this issue, but that seems likely to be a lot of work.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, this transform does not maintain whitespace. This is something that appears to not be supported with the TypeScript printer that is used for this transform, so this might be complicated to resolve. Maybe there is an option to try to add back whitespace after the main transformation. Alternatively, if we could use something like jscodeshift for this transform we wouldn't have this issue, but that seems likely to be a lot of work.
The text was updated successfully, but these errors were encountered: