Skip to content

Commit e6ecde0

Browse files
author
dnolen
committed
fix js-comment for self-hosted ClojureScript
1 parent d3f1e55 commit e6ecde0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/clojure/cljs/core.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
unsafe-bit-and bit-shift-right-zero-fill mask bitpos caching-hash
4141
defcurried rfn specify! js-this this-as implements? array js-obj
4242
simple-benchmark gen-apply-to js-str es6-iterable load-file* undefined?
43-
specify copy-arguments goog-define])])
43+
specify copy-arguments goog-define js-comment])])
4444
#?(:cljs (:require-macros [cljs.core :as core]))
4545
(:require clojure.walk
4646
clojure.set
@@ -869,7 +869,7 @@
869869
"Emit top-level JavaScript multi-line comment. New lines will create a
870870
new comment line."
871871
[comment]
872-
(let [[x & ys] (string/split comment #"\n")]
872+
(core/let [[x & ys] (string/split comment #"\n")]
873873
(core/list 'js*
874874
(core/str
875875
"\n/**\n"

0 commit comments

Comments
 (0)