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 c7aca4b commit cb26ec9Copy full SHA for cb26ec9
src/main/clojure/cljs/closure.clj
@@ -1199,7 +1199,7 @@
1199
1200
(defn lib-rel-path [{:keys [lib-path url provides] :as ijs}]
1201
(if (nil? lib-path)
1202
- (str (string/replace (first provides) #"\." File/separator) ".js")
+ (str (string/replace (first provides) "." File/separator) ".js")
1203
(if (.endsWith lib-path ".js")
1204
(util/get-name url)
1205
(let [path (util/path url)]
0 commit comments