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 d3f1e55 commit e6ecde0Copy full SHA for e6ecde0
src/main/clojure/cljs/core.cljc
@@ -40,7 +40,7 @@
40
unsafe-bit-and bit-shift-right-zero-fill mask bitpos caching-hash
41
defcurried rfn specify! js-this this-as implements? array js-obj
42
simple-benchmark gen-apply-to js-str es6-iterable load-file* undefined?
43
- specify copy-arguments goog-define])])
+ specify copy-arguments goog-define js-comment])])
44
#?(:cljs (:require-macros [cljs.core :as core]))
45
(:require clojure.walk
46
clojure.set
@@ -869,7 +869,7 @@
869
"Emit top-level JavaScript multi-line comment. New lines will create a
870
new comment line."
871
[comment]
872
- (let [[x & ys] (string/split comment #"\n")]
+ (core/let [[x & ys] (string/split comment #"\n")]
873
(core/list 'js*
874
(core/str
875
"\n/**\n"
0 commit comments