Closed blowery closed 5 years ago
v3
(alpha)moment
provide any value beyond just providing the module?v3
branch that can receive merges from master to maintain them in parallel? next dist-tag on npm?I haven't released v2 yet (nor have I merged #64), so we can still include this change in it.
Does bundling moment provide any value beyond just providing the module?
I think bundling moment
actively hurts clients of i18n-calypso. So, no. :) I wouldn't recommend anyone depend on it.
I haven't released v2 yet (nor have I merged #64), so we can still include this change in it.
I'd be ok with that.
Fixes #61
Make y'all a deal -- merge this, I'll Flow type the package and submit a libdef to https://github.com/flow-typed/flow-typed.
@hewsut :D
Is there really anything left to do here other than rebase and put this on a v3 branch so v2 can continue to be maintained in parallel? This seems fine for an alpha.
Then we could see about releasing that to npm, optionally with a next
dist-tag (being carefuly not to latest
tag it).
@hewsut Care to tackle any of that? 😁
Closing until we get this moved into the calypso repo
Clients will now need to require them themselves to use them. This frees up clients of i18n-calypso to load moments translations and timezone data any way they see fit, or to not use moment at all.