We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
linky
I don't know if Flems is supposed to work with IE11, but if it isn't you could just target ES6 with Babel...
The text was updated successfully, but these errors were encountered:
I use Flems for IE11 tests sometimes, but not with Babel transpile enabled.
Would setting ES6 work for Babel fix this?
In that case It's probably a better tradeoff than not having generators work in modern browsers when Babel is active.
Sorry, something went wrong.
A third possibility would be to load said runtime, but I don't know how heavy it is, or if it can be done lazily.
I suppose that targeting ES6 would solve it, since it supports generators.
No branches or pull requests
linky
I don't know if Flems is supposed to work with IE11, but if it isn't you could just target ES6 with Babel...
The text was updated successfully, but these errors were encountered: