Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Since ClojureScript depends on Transit, perhaps we can drop shipping the edn file:

1248176 Sat Mar 10 13:16:42 EST 2018 cljs/core.aot.js 665859 Sat Mar 10 13:16:42 EST 2018 cljs/core.aot.js.map 655226 Sat Mar 10 13:16:42 EST 2018 cljs/core.cljs.cache.aot.edn 580077 Sat Mar 10 13:16:42 EST 2018 cljs/core.cljs.cache.aot.json

I suppose this could theoretically break downstream consumers that specifically look for the edn file and consume it. My guess would be that this would be things like self-hosted setups which could probably be updated to consume the Transit json instead.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2647 (reported by mfikes)
...