Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

use regenerator due to generator.return #1

Closed
bmeck opened this issue Nov 9, 2015 · 3 comments
Closed

use regenerator due to generator.return #1

bmeck opened this issue Nov 9, 2015 · 3 comments

Comments

@bmeck
Copy link

bmeck commented Nov 9, 2015

v8 in node v4 does not implement generator.return, it should according to es2015. for now, I would recommend using regenerator in case any codeuses .return. This is usually task runners like: galaxy, generator-runner, etc. , but anything using them would need it as well.

@jbach jbach closed this as completed in d990cd5 Nov 9, 2015
@jbach
Copy link
Owner

jbach commented Nov 9, 2015

Thanks. It’s a shame, but you’re right. I guess node@5 doesn’t support generator.return either, does it?

@bmeck
Copy link
Author

bmeck commented Nov 9, 2015

latest v8 is still working on landing it

On Mon, Nov 9, 2015 at 10:35 AM, Jonas Bach notifications@github.com
wrote:

Thanks. It’s a shame, but you’re right. I guess node@5 doesn’t support
generator.return either, does it?


Reply to this email directly or view it on GitHub
#1 (comment)
.

@jbach
Copy link
Owner

jbach commented Nov 10, 2015

That makes it a bug in https://github.com/alekseykulikov/babel-preset-es2015-node5 too

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants