babel/packages/babel-plugin-syntax-async-do-expressions
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
..
2021-04-28 18:26:01 +02:00
2021-04-28 18:26:01 +02:00
2021-04-28 18:26:01 +02:00

@babel/plugin-syntax-async-do-expressions

Allow parsing of async do expressions

See our website @babel/plugin-syntax-async-do-expressions for more information.

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-async-do-expressions

or using yarn:

yarn add @babel/plugin-syntax-async-do-expressions --dev