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 90bcf2b commit c1f925fCopy full SHA for c1f925f
src/main/clojure/cljs/compiler/api.clj
@@ -82,4 +82,4 @@
82
([state src-dir target-dir opts]
83
(env/with-compiler-env state
84
(binding [ana/*cljs-warning-handlers* (:warning-handlers opts ana/*cljs-warning-handlers*)]
85
- (with-bindings (api-opts opts) (comp/compile-root src-dir target-dir opts))))))
+ (comp/compile-root src-dir target-dir opts)))))
0 commit comments