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
Where name is a single identifier without module path.
If the import can see it, it was already visible, so importing doesn't help. Thus, we can simply ignore such directives. Or we can disallow them for being bogus.
Thoughts?
The text was updated successfully, but these errors were encountered:
It looked as if my solution for #1114 would interact badly with this, but in fact it doesn't, so I'm in favour of just leaving it in for consistency. (import foo = bar; should definitely be allowed).
Where
name
is a single identifier without module path.If the import can see it, it was already visible, so importing doesn't help. Thus, we can simply ignore such directives. Or we can disallow them for being bogus.
Thoughts?
The text was updated successfully, but these errors were encountered: