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
$ ./node_cli.js --show -e "(ns foo (:require ["jotai" :refer [atom]])) atom" import * as squint_core from 'squint-cljs/core.js'; import { atom } from 'jotai'; squint_core.atom;
Also note that a core function should still be prioritized over an alias:
cljs.user=> (require '[clojure.string :as str]) nil cljs.user=> str
The text was updated successfully, but these errors were encountered:
Fix #563: prioritize refer over core built-in
a57f6ef
757982b
No branches or pull requests
Also note that a core function should still be prioritized over an alias:
The text was updated successfully, but these errors were encountered: