Fork me on GitHub
#cljs-dev
<
2019-07-18
>
borkdude08:07:03

while fixing CLJS-3136, I saw this:

(ns clojure.reflect
  ^{:doc "DEPRECATED. Do not use, superceded by REPL enhancements."}
  (:refer-clojure :exclude [meta macroexpand])
  (:require [ :as net]
            [clojure.browser.event :as event]))
I think the metadata there is misplaced, since it's on the :refer-clojure form?

borkdude08:07:16

I'll remove the ^