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
This works:
cljs.user=> (sci/eval-string "(def j #js {:a (fn [] 1)}) (j.a)") 1
but this doesn't:
cljs.user=> (sci/eval-string "(let [x #js {:foo #js {:bar 1}} y x.foo.bar] y)") 1
The text was updated successfully, but these errors were encountered:
Fix #950: interop on local in CLJS
03b1b72
1e15f0f
No branches or pull requests
This works:
but this doesn't:
The text was updated successfully, but these errors were encountered: