Bjarke Walling

Results 28 comments of Bjarke Walling

I think it's relevant. Please send a PR with your fix and if you have extra time, write a test for it. Thank you for reporting it!

I thought something like this: ``` javascript if (!String.prototype.normalize) { String.prototype.normalize = function() { // ... unorm implementation here ... return function(form) { // ... }; }; } var unorm...

True, a benchmark suite would be a nice first step.

@claudiolcastro Unfortunately I haven't got the time to look at this project a lot. If anyone is ready to step up and review/merge PRs, I'm ready to hand out commit...

@phadej, any comments? Do you feel this is necessary, nice-to-have or not important. I'm not sure how many browsers are going to support native ES6 normalization soon. Status: - Mozilla:...

True, a benchmark suite would be nice.

I'm inclined to not solve this. I think it's reasonable to include shims (`reduceRight`) for IE8 support, since the user base is quite small and declining. I don't want to...

Hi, thanks for your request. I gladly accept PRs for this addition. Best regards