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
It happened to be an recast's inline behavior since
Whenever Recast cannot reprint a modified node using the original source code, it falls back to using a generic pretty printer. So the worst that can happen is that your changes trigger some harmless reformatting of your code
Environment
Node: v18.15.0
magicast: v0.2.3
Reproduction
It outputs:
The semicolon should not be appended to the import declaration.
Describe the bug
When modify or add imports, the format is not kept.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: