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
Properly translate import path expressions to an import path
My old hack of taking the text of the whole expression and splitting it on
a period was showing its age by failing to reject invalid code. Perform
the proper translation, throwing errors if the import path doesn't
match the proper A.B.C form.
0 commit comments