Pablo Morra

Results 2 issues of Pablo Morra

Hi! I'm facing an issue when trying to format using 2-digit on month and day. I added the following assert on `tests/sanity.js`, ``` javascript assert(new IntlPolyfill.DateTimeFormat('en-us', { month: '2-digit', day:...

Adding `MutableVector::fromItems()` to allow instantiating a MutableVector from any iterable.