babel/packages/babel-helpers
Mickey Rose 4ee78eb3f1
minor improvement to gulp generate-runtime-helpers error message (#13522)
* improve gulp generate-runtime-helpers error message

If you had some garbage in packages/babel-runtime-helpers/src/helpers/,
gulp generate-runtime-helpers would blow up with an unhelpful message:

    TypeError: Cannot read property 'groups' of null

* ignore files starting with a dot when generating runtime helpers
2021-07-02 09:12:19 -04:00
..
2017-03-25 21:46:16 -04:00
2021-06-14 21:45:36 +00:00

@babel/helpers

Collection of helper functions used by Babel transforms.

See our website @babel/helpers for more information.

Install

Using npm:

npm install --save-dev @babel/helpers

or using yarn:

yarn add @babel/helpers --dev