We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7358676 commit 107e376Copy full SHA for 107e376
src/cider/nrepl/middleware/track_state.clj
@@ -65,8 +65,7 @@
65
{:aliases (merge require-macros requires)
66
;; For some reason, cljs (or piggieback) adds a :test key to the
67
;; var metadata stored in the namespace.
68
- :interns (merge (misc/update-vals #(dissoc (um/relevant-meta (cljs-meta-with-fn %)) :test)
69
- defs)
+ :interns (merge (misc/update-vals #(dissoc (um/relevant-meta (cljs-meta-with-fn %)) :test) defs)
70
;; FIXME: `uses` and `use-macros` are maps from
71
;; symbols to namespace names:
72
;; {log reagent.debug, dbg reagent.debug}
0 commit comments