We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177b05f commit f0ac4c9Copy full SHA for f0ac4c9
src/main/clojure/cljs/repl.cljc
@@ -39,8 +39,10 @@
39
40
(def known-repl-opts
41
"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})
+ #{:analyze-path :bind-err :caught :compiler-env :def-emits-var :eval :flush
+ :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})
46
47
(defmacro err-out [& body]
48
`(binding [*out* *err*]
0 commit comments