babel/packages/babel-plugin-proposal-do-expressions
Huáng Jùnliàng 8720919665
fix: hoist variable declaration within do block (#13122)
* fix: hoist variable declaration within do block

* test: add input for variable-declaration-start

* test: actually write a test for this issue

* make prettier happy
2021-06-03 21:39:19 -04:00
..
2021-04-28 18:26:01 +02:00

@babel/plugin-proposal-do-expressions

Compile do expressions to ES5

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

Install

Using npm:

npm install --save-dev @babel/plugin-proposal-do-expressions

or using yarn:

yarn add @babel/plugin-proposal-do-expressions --dev