Jeffrey Westerkamp
Jeffrey Westerkamp
I came across this line too, but for a different reason: It does not merge translations recursively, but overwrites keys that map to a nested translations object. In my view...
I'm experiencing the same incompatibility with the `const` keyword with Safari 9.1.3, and another for IE because of the arrow function in the `src/` version of the script. This script...
TL;DR `$ npm install buble-loader --save-dev` --- This issue happened to me too. It appears to have something to do with webpack changing its configuration schema from an approach where...
I think this is a fine suggestion. > That's just how .closest is meant to work. Although that might be true, the correct implementation of `delegate` requires something slightly different...
Something like that would work, but would be way less performant than breaking early in the while loop, which might otherwise recurse many times more than is necessary, especially when...
I don't really understand what you're trying to say. As far as I can see [there's a loop][while-loop] that's not run only once, but each time a [function returned from...