cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
thheller 2019-07-25T19:48:55.006800Z

@dnolen can we keep the (= tag 'js) or better yet use the js-tag? helper here? https://github.com/clojure/clojurescript/commit/82fda4ab7305c83cc45dda6ff695bedfe0fe9c70#diff-55b85385d2d0bfb6dc20d59ed982d5c8L1145

dnolen 2019-07-25T19:49:18.007500Z

do you need it for something?

thheller 2019-07-25T19:49:23.007600Z

otherwise it isn't possible to typehint functions that you get from some framework or something and resort to .call later

thheller 2019-07-25T19:49:41.008Z

ie (defn foo [^js some-callback] (some-callback 1 2 3))

dnolen 2019-07-25T19:49:48.008300Z

ok

dnolen 2019-07-25T20:02:02.008700Z

@thheller pushed that to master

thheller 2019-07-25T20:02:40.009100Z

nice. thanks.

dnolen 2019-07-25T20:07:11.009300Z

np