Caridy Patiño

Results 457 comments of Caridy Patiño

as a temporary workaround, you can define `IntlPolyfill.__addLocaleData` method, and when it gets call, you get the Intl module from your amd, and call `m.__addLocaleData` method on it. But I...

Still thinking how to solve this. Essentially we need to make those jsonp files to work on various environment, allow the ability to intercept the data before calling `__addLocaleData()`, and...

@juandopazo I agree! but this will be a breaking change, we will have to bump to 1.3.x. A PR will be welcome :)

@vectart this is awesome. I will look into the details when I get a chance.

Note to self: exact same results are exhibited in firefox.

I do have a test suite locally that I was planning to commit. Will try to get that in soon. @jasonmit was also going to help with that.

@vectart those are generated tests for every step of the algo based on the specifications, we will just add other tests to verify cldr data, and compare with native.

with the v1.1.0 release, we are down to 60%, big improvements. Now I'm seeing `3505 from 5831 failed` in FF and Chrome.

with the v1.2.0 release, we are down to 0%, impressive. Now I'm seeing 0 from 5831 failed in FF and Chrome.