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
when a module is referenced using import as * from './foo'; the current behavior is to keep all exports of ./foo untouched. It should be possible to detect the exports that are actually referenced and remove others
The text was updated successfully, but these errors were encountered:
when a module is referenced using
import as * from './foo';
the current behavior is to keep all exports of./foo
untouched. It should be possible to detect the exports that are actually referenced and remove othersThe text was updated successfully, but these errors were encountered: