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 280b7b9 commit f132605Copy full SHA for f132605
src/clj/cljs/analyzer.clj
@@ -205,7 +205,7 @@
205
:else
206
(throw
207
(Exception. (str "constant type " (type value) " not supported"))))]
208
- (symbol (str prefix (swap! constant-counter inc)))))
+ (symbol (str prefix (string/replace (munge value) "." "$")))))
209
210
(defn- register-constant!
211
([val] (register-constant! nil val))
0 commit comments