Skip to content

Files

Latest commit

Sep 11, 2021
ff979aa · Sep 11, 2021

History

History
19 lines (12 loc) · 413 Bytes

File metadata and controls

19 lines (12 loc) · 413 Bytes

@babel/plugin-transform-regenerator

Explode async and generator functions into a state machine.

See our website @babel/plugin-transform-regenerator for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-transform-regenerator

or using yarn:

yarn add @babel/plugin-transform-regenerator --dev