Skip to content

Commit f0e1147

Browse files
committed
add missing :as-aliases to Socket REPL
1 parent 5379f72 commit f0e1147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/cljs/core/server.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
(ana/load-data-readers))
9696
reader/*alias-map*
9797
(apply merge
98-
((juxt :requires :require-macros)
98+
((juxt :requires :require-macros :as-aliases)
9999
(ana/get-namespace ana/*cljs-ns*)))]
100100
(reader/read+string {:eof EOF :read-cond :allow :features #{:cljs}}
101101
in-reader))]

0 commit comments

Comments
 (0)