cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
kommen 2020-03-21T16:22:40.061500Z

so this commit also breaks the :graaljs compile target: https://github.com/clojure/clojurescript/commit/e4e1ac2520a2d5a1e5affdfc0a92a59da9dbbd2f

kommen 2020-03-21T16:23:01.062100Z

do you intend to remove the :graaljs compile target altogether?

kommen 2020-03-21T16:23:22.062300Z

or just the repl support?

kommen 2020-03-21T17:13:27.064100Z

I guess my question also is: how would adding a repl and/or compile target as a library work?

kommen 2020-03-21T17:52:48.067300Z

we do use the graaljs compile target in production and I’d be happy to contribute and test things