We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now that we generate package imports automagically, the alias function is likely not necessary anymore. Would possibly be good to remove it.
The text was updated successfully, but these errors were encountered:
Right now we calculate the package alias types by hard coding a list of "known" types within each each package
I believe we can build these types in at compile time somehow (I am assuming similarly to how we use _embed.sh.
The other option would be to look up the package types at runtime.
Either way - we should be able to make the alias concern "full proof" so that we are not responsible for maintaining a hard-coded list of these.
Sorry, something went wrong.
No branches or pull requests
Now that we generate package imports automagically, the alias function is likely not necessary anymore. Would possibly be good to remove it.
The text was updated successfully, but these errors were encountered: