File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 40
40
unsafe-bit-and bit-shift-right-zero-fill mask bitpos caching-hash
41
41
defcurried rfn specify! js-this this-as implements? array js-obj
42
42
simple-benchmark gen-apply-to js-str es6-iterable load-file* undefined?
43
- specify copy-arguments])])
43
+ specify copy-arguments goog-define ])])
44
44
#? (:cljs (:require-macros [cljs.core :as core]))
45
45
(:require clojure.walk
46
46
clojure.set
47
+ [clojure.string :as string]
47
48
cljs.compiler
48
49
[cljs.env :as env]
49
50
#?(:cljs [cljs.core :as core])
1220
1221
(meta ^{:k :v} (reify Object (toString [this] \" foo\" )))
1221
1222
== {:k :v}"
1222
1223
[& impls]
1223
- (core/let [t (with-meta (gensym " t" ) {:anonymous true })
1224
+ (core/let [t (with-meta
1225
+ (gensym
1226
+ (core/str " t_"
1227
+ (string/replace (core/str (munge ana/*cljs-ns*)) " ." " $" )))
1228
+ {:anonymous true })
1224
1229
meta-sym (gensym " meta" )
1225
1230
this-sym (gensym " _" )
1226
1231
locals (keys (:locals &env))
You can’t perform that action at this time.
0 commit comments