babel/packages/babel-plugin-transform-for-of
Nicolò Ribaudo 59976680df
Extract for-of iterator handling to a helper (#11262)
* Extract for-of iterator handling to a helper

Dis greatly recudes the code size when for-of is used multiple times across the
codebase. Also, makes it easier to read what's happening in a compiled loop.

* Unify spec and loose code

* Legacy implementation fallback

* Update tmp var name

* Updates from review and after rebase
2020-03-17 00:45:34 +01:00
..
2020-02-27 13:17:19 +01:00

@babel/plugin-transform-for-of

Compile ES2015 for...of to ES5

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

Install

Using npm:

npm install --save-dev @babel/plugin-transform-for-of

or using yarn:

yarn add @babel/plugin-transform-for-of --dev