babel/packages/babel-plugin-transform-arrow-functions
Nitin Kumar bc1b9537b0
Fix arrow transformation when arguments is defined as variable (#12344)
* fix: arrow-fn transformation when 'arguments' is defined as var

* fix: tests

* refactor: code

* Review by @nicolo-ribaudo

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
2021-07-06 13:59:24 -04:00
..
2021-06-09 23:03:30 +00:00

@babel/plugin-transform-arrow-functions

Compile ES2015 arrow functions to ES5

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

Install

Using npm:

npm install --save-dev @babel/plugin-transform-arrow-functions

or using yarn:

yarn add @babel/plugin-transform-arrow-functions --dev