babel/packages/babel-plugin-syntax-throw-expressions
Henry Zhu 04d09cc754
add access public to all packages [skip ci] (#8573)
If people copy paste to make an new package they might miss this and we will get a publish error later so figured we should add it to all.
2018-08-29 09:54:53 -04:00
..
2017-09-27 16:15:44 -04:00

@babel/plugin-syntax-throw-expressions

Allow parsing of Throw Expressions

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

Install

Using npm:

npm install --save-dev @babel/plugin-syntax-throw-expressions

or using yarn:

yarn add @babel/plugin-syntax-throw-expressions --dev