1. 04 Aug, 2016 1 commit
  2. 02 Aug, 2016 2 commits
    • Ville Immonen's avatar
      Transform async functions with regenerator (#332) · 6ea7ec5a
      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
      6ea7ec5a
    • Dan Abramov's avatar
      Support async/await (#327) · fa38991b
      Dan Abramov authored
      * Make Babel config more verbose and simpler
      
      * Support async/await
      fa38991b
  3. 27 Jul, 2016 2 commits
  4. 20 Jul, 2016 2 commits
  5. 19 Jul, 2016 1 commit