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
version 0.1.1-alpha.9 platform
0.1.1-alpha.9
JavaScript problem #js [1] evaluated in sci returns a map wrapped in a vector:
#js [1]
repro
(sci/eval-string "#js[1]")
expected behavior
(sci/eval-string "(= (clj->js [1]) #js[1])")
should evaluate to true
The text was updated successfully, but these errors were encountered:
@mk Note that
cljs.user=> (= (clj->js [1]) #js[1]) false
because this is JavaScript :)
Sorry, something went wrong.
@borkdude oops, good point!
[#449] Fix #js object reading
c21d6f2
Fixed:
No branches or pull requests
version
0.1.1-alpha.9
platform
JavaScript
problem
#js [1]
evaluated in sci returns a map wrapped in a vector:repro
(sci/eval-string "#js[1]")
expected behavior
should evaluate to true
The text was updated successfully, but these errors were encountered: