Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

chore: do not target es5#187

Merged
DominicKramer merged 1 commit intogoogleapis:masterfrom
DominicKramer:chore/do-not-target-es5
Aug 2, 2018
Merged

chore: do not target es5#187
DominicKramer merged 1 commit intogoogleapis:masterfrom
DominicKramer:chore/do-not-target-es5

Conversation

@DominicKramer
Copy link
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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