* lint fix * switch inside do expression * review comments * review comments * make min diff * adding more test * review changes * review changes * handle block statement and added more test cases * fix implementation and add more test cases * fix last swtich case * disable block fallthrough case * fix nitpick reviews
@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