babel/packages/babel-plugin-transform-function-name
Nicolò Ribaudo c7ddb1ae93
Use workspace:^ to specify @babel/ dependencies (#13772)
* Enforce `workspace:^` to specify `@babel/` dependencies

* `yarn constraints --fix`

* Update lockfile
2021-10-25 07:22:08 +02:00
..
2018-11-18 23:02:58 +01:00

@babel/plugin-transform-function-name

Apply ES2015 function.name semantics to all functions

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

Install

Using npm:

npm install --save-dev @babel/plugin-transform-function-name

or using yarn:

yarn add @babel/plugin-transform-function-name --dev