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 07bb585 commit 4f8d24cCopy full SHA for 4f8d24c
src/main/clojure/cljs/js_deps.clj
@@ -212,9 +212,9 @@ JavaScript library containing provide/require 'declarations'."
212
(with-open [reader (io/reader url)]
213
(-> reader line-seq parse-js-ns
214
(merge
215
- {:url url :closure-lib true}
+ {:url url}
216
(when lib-path
217
- {:lib-path lib-path}))))))
+ {:closure-lib true :lib-path lib-path}))))))
218
219
(defn load-library*
220
"Given a path to a JavaScript library, which is a directory
0 commit comments