cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
borkdude 2019-07-18T08:29:03.349700Z

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 [<http://clojure.browser.net|clojure.browser.net> :as net]
            [clojure.browser.event :as event]))
I think the metadata there is misplaced, since it's on the :refer-clojure form?

borkdude 2019-07-18T08:29:16.349900Z

I'll remove the ^

borkdude 2019-07-18T08:33:44.350100Z

fixed: https://clojure.atlassian.net/browse/CLJS-3136