andrewmcveigh / cljs-time

A clj-time inspired date library for clojurescript.
342 stars 57 forks source link

Support internationalised parsing and formatting #85

Open andrewmcveigh opened 7 years ago

danielcompton commented 7 years ago

Does this affect code size at all? I'm wondering if it's going to pull in all of the Closure locales or other unneeded code?

andrewmcveigh commented 7 years ago

My understanding is that dead code elimination should be able to exclude the Closure locales that are not used, but I haven't measured it yet.