Skip to content

Commit 875c42a

Browse files
author
dnolen
committed
REPL classpath lib support
1 parent 9913d8e commit 875c42a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/clojure/cljs/repl.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@
198198
(defn ns->input [ns opts]
199199
(or (some-> (util/ns->source ns) (ana/parse-ns opts))
200200
(some-> (get-in @env/*compiler* [:js-dependency-index (str ns)]) add-url)
201+
(some-> (deps/find-classpath-lib ns))
201202
(throw
202203
(ex-info (str ns " does not exist")
203204
{::error :invalid-ns}))))

0 commit comments

Comments
 (0)