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
PR #9 seems to have implemented this feature but there's no other mention of it or any examples.
In case anyone else looks for this using the same search keywords as myself, I tried finding this by searching for "alias" and "rename".
I'll submit a PR if you'd like.
It might also be able to supply optional names with import-vars too, e.g. something like this:
import-vars
(import-vars [clojure.walk [prewalk walk-pre] [postwalk walk-post]] [clojure.data [diff data-diff]])
I'll make another issue for this change if you're interested in it (either yourself or by others).
The text was updated successfully, but these errors were encountered:
:as
No branches or pull requests
PR #9 seems to have implemented this feature but there's no other mention of it or any examples.
In case anyone else looks for this using the same search keywords as myself, I tried finding this by searching for "alias" and "rename".
I'll submit a PR if you'd like.
It might also be able to supply optional names with
import-vars
too, e.g. something like this:I'll make another issue for this change if you're interested in it (either yourself or by others).
The text was updated successfully, but these errors were encountered: