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

chore: do not target es5 #187

Merged

Conversation

DominicKramer
Copy link
Contributor

Targeting es5 caused the koa plugin, which is a generator
function, to be transpiled into a regular function. As a result,
Koa@1 would refuse to use the plugin.

Targeting `es5` caused the koa plugin, which is a generator
function, to be transpiled into a regular function.  As a result,
Koa@1 would refuse to use the plugin.
@DominicKramer DominicKramer requested a review from a team August 2, 2018 22:09
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 2, 2018
@ghost ghost assigned DominicKramer Aug 2, 2018
@DominicKramer DominicKramer merged commit e5dbfd9 into googleapis:master Aug 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants