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
Adds a --no-implicit-reexport flag, intended for giving modules the same behavior as stubs for re-exporting their imports.
The goal is to make it possible to prevent bad transitive imports from causing dependency issues. And to make it easier to move things to a different module.
0 commit comments