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 7de5e77 commit 7e1f81aCopy full SHA for 7e1f81a
src/clj/cljs/repl.clj
@@ -692,7 +692,8 @@
692
:undeclared-var warn-on-undeclared
693
:undeclared-ns warn-on-undeclared
694
:undeclared-ns-form warn-on-undeclared)
695
- ana/*cljs-static-fns* static-fns]
+ ana/*cljs-static-fns* static-fns
696
+ *repl-opts* opts]
697
;; TODO: the follow should become dead code when the REPL is
698
;; sufficiently enhanced to understand :cache-analysis - David
699
(let [env {:context :expr :locals {}}
0 commit comments