cljs-time icon indicating copy to clipboard operation
cljs-time copied to clipboard

Support internationalised parsing and formatting

Open andrewmcveigh opened this issue 8 years ago • 2 comments
trafficstars

andrewmcveigh avatar Feb 15 '17 06:02 andrewmcveigh

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?

danielcompton avatar Apr 11 '17 23:04 danielcompton

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.

andrewmcveigh avatar Apr 16 '17 12:04 andrewmcveigh