- 04 Aug, 2016 1 commit
-
-
Dan Abramov authored
-
- 02 Aug, 2016 2 commits
-
-
Ville Immonen authored
* Transform async functions with regenerator Remove `transform-async-to-generator`, which to my understanding is meant to be used in environments that support generators natively. Because we're compiling generators to ES5 anyway, we can simply use `regenerator` to transform async functions too, which results in slightly simpler output and only uses the regenerator runtime instead regenerator runtime + _asyncToGenerator Babel helper. * Add babel-plugin-transform-regenerator * Use dependencies with an exact version
-
Dan Abramov authored
* Make Babel config more verbose and simpler * Support async/await
-
- 27 Jul, 2016 2 commits
-
-
Dan Abramov authored
* Enable generators * Opt out of using helpers
-
Alex Zherdev authored
-
- 20 Jul, 2016 2 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
Fixes #31
-
- 19 Jul, 2016 1 commit
-
-
Dan Abramov authored
* Use a custom eslint rule list * Sort rules * Relax some rules
-