We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a4ad9 commit 78c882fCopy full SHA for 78c882f
src/clj/cljs/repl.clj
@@ -93,7 +93,7 @@
93
*in*)]
94
(or ({:line-start request-prompt :stream-end request-exit}
95
(skip-whitespace *in*))
96
- (let [input (reader/read)]
+ (let [input (reader/read {:read-cond :allow :features #{:cljs}} *in*)]
97
(skip-if-eol *in*)
98
input)))))
99
0 commit comments