ns-tracker
ns-tracker copied to clipboard
Support `:as-alias` from Clojure 1.11
This adds support to Clojure 1.11's :as-alias
as outlined in https://clojure.atlassian.net/browse/CLJ-2123 and implemented in https://github.com/clojure/clojure/commit/f96eef2.
Thanks for the PR. Can you change the commit message to:
Add support for :as-alias from Clojure 1.11
Add support for Clojure 1.11's :as-alias option as outlined in
https://clojure.atlassian.net/browse/CLJ-2123 and implemented in
clojure/clojure@f96eef2
Basically just remove the markdown backticks and make it plaintext instead.
@weavejester sure, done.
Thanks for the fix, and apologies for the two year delay in merging it!