babel/packages/babel-helper-builder-binary-assignment-operator-visitor
Huáng Jùnliàng 614b486780
Use named imports for babel types (#13685)
* migrate to named babel types imports

* perf: transform babel types import to destructuring

* fix merge errors

* apply plugin to itself
2021-08-18 10:28:40 -04:00
..
2017-03-25 21:46:16 -04:00
2021-06-09 23:03:30 +00:00

@babel/helper-builder-binary-assignment-operator-visitor

Helper function to build binary assignment operator visitors

See our website @babel/helper-builder-binary-assignment-operator-visitor for more information.

Install

Using npm:

npm install --save-dev @babel/helper-builder-binary-assignment-operator-visitor

or using yarn:

yarn add @babel/helper-builder-binary-assignment-operator-visitor --dev