Skip to content

Commit f0ac4c9

Browse files
Deraendnolen
authored and
dnolen
committed
CLJS-1605: Add all repl* options to known-repl-options
1 parent 177b05f commit f0ac4c9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: src/main/clojure/cljs/repl.cljc

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939

4040
(def known-repl-opts
4141
"Set of all known REPL options."
42-
#{:analyze-path :caught :def-emits-var :flush :need-prompt :print :print-no-newline :prompt :read
43-
:reader :repl-verbose :watch :watch-fn})
42+
#{:analyze-path :bind-err :caught :compiler-env :def-emits-var :eval :flush
43+
:init :need-prompt :print :print-no-newline :prompt :quit-prompt :read
44+
:reader :repl-requires :repl-verbose :source-map-inline :watch :watch-fn
45+
:wrap})
4446

4547
(defmacro err-out [& body]
4648
`(binding [*out* *err*]

0 commit comments

Comments
 (0)