babel/packages/babel-helper-call-delegate
Daryl Tan 9015fda3c1
Fix scope of function body when var redeclares param (#11158)
* Fix scope of function body when var redeclares param

* Fix empty var declarations

* Apply suggestions
2020-03-01 16:26:22 +01:00
..
2017-03-25 21:46:16 -04:00
2020-01-13 22:36:19 +01:00

@babel/helper-call-delegate

Helper function to call delegate

See our website @babel/helper-call-delegate for more information.

Install

Using npm:

npm install --save-dev @babel/helper-call-delegate

or using yarn:

yarn add @babel/helper-call-delegate --dev