You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically what I would like to do (I can prepare PRs) is to refactor packages. Changes should be pretty straightforward and would include:
including 2 distributions of regenerator-runtime, both commonjs and es
stop auto pollution of global object - we can distribute also umd bundle if somebody needs it
rewrite regenerator-transform to add an import for regenerator-runtime to the transformed module if needed - we can support old way (using global) with an option to the transform
Any update on this? With regenerator-runtime auto pollutes the global-scope, there's no way to achieve a 100% pure polyfilling without scope pollution as described in babel/babel-polyfills#59
this would mean breaking change
So basically what I would like to do (I can prepare PRs) is to refactor packages. Changes should be pretty straightforward and would include:
regenerator-runtime
, both commonjs and esregenerator-transform
to add an import forregenerator-runtime
to the transformed module if needed - we can support old way (using global) with an option to the transformBenefits:
regenerator-runtime
- when one uses i.e. only normal generators then parts about async functions could be tree-shaken easilyI think the module is stable and this would make for a great v1 release.
The text was updated successfully, but these errors were encountered: