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
Consider a case where someone wants to use get-originals directly, because it's more convenient. This is the case certain parts of Chromium's KV Storage implementation. In this case the input file might look like
Something useful, like "Saw apply imported from "std:global/Reflect"; expected it to be imported as reflect_apply", which would encourage people to feed input files with the expected naming pattern in the first place.
The text was updated successfully, but these errors were encountered:
Consider a case where someone wants to use get-originals directly, because it's more convenient. This is the case certain parts of Chromium's KV Storage implementation. In this case the input file might look like
The result here should be one of:
Use existing import names
or
Introduce the usual import names alongside existing ones
or
Give an error
Something useful, like "Saw
apply
imported from "std:global/Reflect"; expected it to be imported asreflect_apply
", which would encourage people to feed input files with the expected naming pattern in the first place.The text was updated successfully, but these errors were encountered: