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 82a3c14 commit 6ae18ebCopy full SHA for 6ae18eb
src/main/cljs/cljs/reader.cljs
@@ -438,7 +438,9 @@ nil if the end of stream has been reached")
438
439
(defn read
440
"Reads the first object from a PushbackReader. Returns the object read.
441
- If EOF, throws if eof-is-error is true. Otherwise returns sentinel."
+ If EOF, throws if eof-is-error is true. Otherwise returns sentinel.
442
+
443
+ Only supports edn (similar to clojure.edn/read)"
444
[reader eof-is-error sentinel is-recursive]
445
(let [ch (read-char reader)]
446
(cond
0 commit comments