Urara-Blog/node_modules/.pnpm-store/v3/files/16/1473bfe195002544aa370433bb028db2c92616cbe5f22bd6a32be2bce3077ab8e6f486bd16206a47f4f666008acf583df9bae3deece0d8e2493d861ce68534
2022-08-14 01:14:53 +08:00

19 lines
483 B
Text

# @babel/plugin-syntax-logical-assignment-operators
> Allow parsing of the logical assignment operators
See our website [@babel/plugin-syntax-logical-assignment-operators](https://babeljs.io/docs/en/next/babel-plugin-syntax-logical-assignment-operators.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-logical-assignment-operators
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-logical-assignment-operators --dev
```