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 429ca6b commit eaba75cCopy full SHA for eaba75c
src/test/self/self_parity/test.cljs
@@ -164,16 +164,16 @@
164
'cljs.pprint
165
'cljs.env.macros
166
'cljs.analyzer.macros
167
- 'cljs.compiler.macros
168
- 'clojure.template}
+ 'cljs.compiler.macros}
169
#{'goog.object
170
'goog.string
171
'goog.string.StringBuffer
172
'goog.array
173
'cljs.core
174
'cljs.env
175
176
- 'cljs.tools.reader}) name))
+ 'cljs.tools.reader
+ 'clojure.walk}) name))
177
178
;; An atom to keep track of things we've already loaded
179
(def loaded (atom #{}))
0 commit comments