Skip to content

Commit aced125

Browse files
committed
Add cljs.storm.utils to compiler cljs path to get rid of a weird warning
1 parent daff62c commit aced125

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
### New Features
66
77
### Changes
8+
9+
- Add cljs.storm.utils to compiler cljs path to get rid of a weird warning
810

911
### Bugs fixed
1012

src/main/clojure/cljs/compiler.cljc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
[cljs.tools.reader :as reader]
3131
[clojure.set :as set]
3232
[clojure.string :as string]
33-
[goog.string :as gstring]))
33+
[goog.string :as gstring]
34+
[cljs.storm.utils :as storm-utils]))
3435
#?(:clj (:import [cljs.tagged_literals JSValue]
3536
java.lang.StringBuilder
3637
[java.io File Writer]

0 commit comments

Comments
 (0)