Skip to content

Commit

Permalink
Use regenerator-transform to implement babel-plugin-transform-regener…
Browse files Browse the repository at this point in the history
…ator.

Though I believe this is safe to merge, you may want to wait to merge it
until facebook/regenerator#259 is merged. That
pull request also provides more explanation of why I think moving the
implementation of Regenerator back to its original repository is a good
idea. I'm happy to compromise on anything necessary to make this happen.

Note that the regenerator-transform version is pegged to an exact version
(0.9.5). Past experience has taught me that releasing new versions of
Regenerator is almost impossible if client projects are allowed to pull in
new patch versions automatically. I will happily submit a pull request
whenever a new version is released.
  • Loading branch information
benjamn committed Nov 21, 2016
1 parent 7e02027 commit 77dad0d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,909 deletions.
4 changes: 1 addition & 3 deletions packages/babel-plugin-transform-regenerator/package.json
Expand Up @@ -7,9 +7,7 @@
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
"babel-types": "^6.16.0",
"babel-runtime": "^6.9.0",
"private": "~0.1.5"
"regenerator-transform": "0.9.5"
},
"license": "BSD",
"devDependencies": {
Expand Down

0 comments on commit 77dad0d

Please sign in to comment.