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
BTW, over on another project there is a library design discussion underway. One topic that has come up is that if a library exports a symbol from only one place, tooling (like this) has no way to import it from the "wrong" place.
When I have existing imports from
../foo
, any auto completions for exports in this module will add another import from./../foo
.E.g.
Expected:
This may be related to #37
The text was updated successfully, but these errors were encountered: