Fabricio Matte
Fabricio Matte
TODO: - [ ] Write tests I'm submitting these additions early so you can check whether the approach and style are appropriate. @domenic By the way, do you prefer (and...
Replace http(s)://people.mozilla.org/~jorendorff/es6-draft.html with https://tc39.github.io/ecma262/
WDYT?
Would it be desirable to add the [`ArraySpeciesCreate` abstract operation](http://www.ecma-international.org/ecma-262/6.0/#sec-arrayspeciescreate)? I had started working on a PR to add this function, but then got stuck in the realms part. Looks...
The [Usage section](https://github.com/domenic/especially#usage-notes) currently reads: > Especially is meant to run in io.js (not Node.js™). It uses certain ES2015 features only implemented in modern V8. I believe it may make...
Oftentimes, the accepted answer suffices the questioner's needs, but is not the best suited answer for most of the people that reach the question looking for an answer. In these...
Fixes the "file not found" error which is throw when a given extern's file path/name contains whitespace, same handling as the `--js` paths in PR #33.
Moved the bundled `matchMedia` polyfill to inside closure scope, always use it to check for media queries support and expose it if there's no `matchMedia` support/polyfill for back-compat. More details...
The `module x {}` syntax no longer exists I believe. http://brendaneich.github.io/Strange-Loop-2012/#/10