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
// unexected error: Multiple exports of name 'Foo'. (import/export)exportconstFoo=1;// unexected error: Multiple exports of name 'Foo'. (import/export)exporttypeFoo=string;
When importing this, it causes the name to work as both a type and a value.