Skip to content
New issue

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

interop on local in call position doesn't work #950

Closed
borkdude opened this issue Dec 9, 2024 · 0 comments
Closed

interop on local in call position doesn't work #950

borkdude opened this issue Dec 9, 2024 · 0 comments

Comments

@borkdude
Copy link
Collaborator

borkdude commented Dec 9, 2024

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
borkdude added a commit that referenced this issue Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant