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
The info op, for cljs, now returns {} when nothing is found. I think we should be consistent with the return value for the clojure info op, which returns nil. Using nil allows us to use when-let and friends to better effect.
The text was updated successfully, but these errors were encountered:
The info op, for cljs, now returns
{}
when nothing is found. I think we should be consistent with the return value for the clojure info op, which returnsnil
. Usingnil
allows us to usewhen-let
and friends to better effect.The text was updated successfully, but these errors were encountered: