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 85d41cf commit 0d78c3fCopy full SHA for 0d78c3f
src/main/clojure/cljs/closure.clj
@@ -1208,7 +1208,7 @@
1208
1209
(defn lib-rel-path [{:keys [lib-path url provides] :as ijs}]
1210
(if (nil? lib-path)
1211
- (str (string/replace (first provides) "." File/separator) ".js")
+ (util/ns->relpath (first provides) "js")
1212
(if (.endsWith lib-path ".js")
1213
(util/get-name url)
1214
(let [path (util/path url)]
0 commit comments