Skip to content

Commit

Permalink
CLJS-2619: clojure.reflect needs exclude for macroexpand
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes authored and dnolen committed Apr 13, 2018
1 parent fd1784b commit 132d3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cljs/clojure/reflect.cljs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(ns clojure.reflect
^{:doc "DEPRECATED. Do not use, superceded by REPL enhancements."}
(:refer-clojure :exclude [meta])
(:refer-clojure :exclude [meta macroexpand])
(:require [clojure.browser.net :as net]
[clojure.browser.event :as event]))

Expand Down

0 comments on commit 132d3aa

Please # to comment.