Ben Newman
Ben Newman
The best place to implement source map support is probably in https://github.com/benjamn/recast, which is a dependency, but I wanted to have an issue here so that people know source maps...
As of this writing, to my knowledge, Regenerator is essentially feature-complete, and (with #170 now closed) all the bugs that I know about have been fixed. I know I'm going...
As @maxnordlund points out in https://github.com/facebook/regenerator/issues/131, aliasing the `arguments` object has negative performance consequences. If you happen to transform `...rest` parameters into ES5 `arguments`-style code earlier in your transformation pipeline...
Because http://ariya.github.io/esprima/test/coverage.html is so awesome.
https://github.com/mozilla/mozilla-central/tree/master/js/src/tests/ecma_6/Generators Thanks to Mike Shaver for this suggestion.
If I'm not mistaken, Travis CI provides `phantomjs` by default in the `$PATH` of the test environment.
Migrated from: meteor/meteor#8621 Related: #27 --- @hwillson in meteor/meteor#8621: As part of the Meteor support for non browser environment discussions in [#8615](https://github.com/meteor/meteor/issues/8615), it was suggested (and PR encouraged) that a...
Currently `iron:router` is pinned to [0.9.4](https://github.com/meteor/localmarket/blob/4931265b1f303bdf55756e0f331ff1962fd18b6e/.meteor/packages#L20), but the latest version of `iron:router` is [1.0.12](https://atmospherejs.com/iron/router). The new version appears to contain breaking changes, as this example no longer works after blindly...