-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Missing cljs.core functions: array?, object?, js-delete #115
Comments
Found another one: |
kanaka
changed the title
Missing core functions: array?, object?, js-delete
Missing cljs.core functions: array?, object?, js-delete
Jan 13, 2022
Will be available on NPM as v0.1.1 in a minute or 10. |
It's already there! |
$ nbb
user=> (undefined? js/undefined)
true
user=> (doto #js {:a 1 :b 2} (js-delete "a"))
#js {:b 2} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
version
0.1.0
platform
Ubuntu 20.04.3
problem
A few cljs.core interop functions are missing (that are present in cljs 1.10.758):
array?
,object?
,js-delete
,undefined?
.repro
expected behavior
The text was updated successfully, but these errors were encountered: