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
transpile: enable --reorganize-definitions by default
Unfortunately, we have to bend over backwards to make this work without changing CLI behavior.
This adds a new `--no-reorganize-definitions` flag to disable reorganizing definitions,
because it would not be backwards-compatible to add an optional argument for the flag
(it would eat a following argument that would previously be unassociated with the flag).
0 commit comments