Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yield is actually required in generators #80

Open
wryk opened this issue Sep 18, 2014 · 3 comments
Open

yield is actually required in generators #80

wryk opened this issue Sep 18, 2014 · 3 comments

Comments

@wryk
Copy link

wryk commented Sep 18, 2014

substack/node-syntax-error throw the "Missing yield in generator" error because his esprima-fb dependency is outdated

related PR : browserify/syntax-error#7

we need to update our node-syntax-error dependency after

@timaschew
Copy link
Member

shouldn't ^1.1.1 update automatically to the next version unless substack publishs it as 2.x ?

@wryk
Copy link
Author

wryk commented Sep 19, 2014

yep, but if another component user meet the same problem, he can see this issue :)

@cristiandouce
Copy link

Also, using ^1.1.1 semver flags allows different versions of the same release to co-exist along the developers who use component, right?

The only way to actually fix this should be by re-install of the component cli, or re-install of the application using the component builder 2. Am I right?

There is no actual way to notice, not from the cli nor any unified channel that there was an issue fixed with the cli/lib and therefore we should all update to the latest or reinstall the current.

Please correct me if I'm wrong. Thanks!

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

No branches or pull requests

3 participants