Fork me on GitHub
#pathom
<
2019-06-27
>
wilkerlucio15:06:48

This image demonstrate how much bundle size you can save now by disabling spec for EQL and Pathom, this off course if you are not using spec at runtime. Its worth noticing a lot of the gain comes from avoiding pulling spec things from CLJS (and not so much from the specs themselves), so if you are using spec for something else already, you probably won't save that much by removing specs just from Pathom and EQL.

👏 8
wilkerlucio15:06:32

@thheller finally done ☝️ 🙂

souenzzo15:06:51

Why closure define was chosen instead of "splited namespaces" like this: https://github.com/clojure/java.jdbc/blob/master/src/main/clojure/clojure/java/jdbc/spec.clj

wilkerlucio16:06:01

@souenzzo mostly compatibility, I can't remove from the current namespaces without breaking things forward

👍 4