mattkrick / cashay

:moneybag: Relay for the rest of us :moneybag:
MIT License
453 stars 28 forks source link

Drop babel-runtime #140

Closed dustinfarris closed 7 years ago

dustinfarris commented 7 years ago

async functions are supported by babel in the stage-3 preset via transform-async-to-generator.

regenerator-runtime is required to support the plugin (added to dependencies).

From docs on transform-regenerator:

regeneratorRuntime is not included.

Also swapped in stage-1 since we no longer need stage-0.

Closes #138

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 76.305% when pulling 7ba3dc1b947551ab510774db6b18cb701d49371e on dustinfarris:drop-babel-runtime into 87ff81f2b1a470b2f1995c3b29fea0fc9c930bdb on mattkrick:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 76.305% when pulling 5f4e6c8f0bae1c7fa592a3449565e1215bada662 on dustinfarris:drop-babel-runtime into 87ff81f2b1a470b2f1995c3b29fea0fc9c930bdb on mattkrick:master.

mattkrick commented 7 years ago

testing now...

mattkrick commented 7 years ago

after nuking all node_modules & running this via symlink, it seems to work beautifully, thank you! Will push this live to v0.22.0 in a moment & test again