You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.
Same as source, not a big priority and implementation and tests can be taken from replumb.
cljs.user=> (clojure.core/apropos "map")
TypeError: Cannot read property 'call' of undefined
WARNING: Use of undeclared Var cljs.core/apropos at line 1
cljs.user=> (lumo.repl/apropos "map")
TypeError: Cannot read property 'call' of undefined
WARNING: Use of undeclared Var lumo.repl/apropos at line 1
Thanks!
The text was updated successfully, but these errors were encountered:
Same as
source
, not a big priority and implementation and tests can be taken from replumb.Thanks!
The text was updated successfully, but these errors were encountered: