babel/packages/babel-parser
Huáng Jùnliàng 0067fd9e02
Disallow await before exponential (#12441)
* refactor: move unary exponential check to parseMaybeUnary

* fix: disallow await before exponential

* add test cases
2021-03-25 11:20:47 -04:00
..
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-03-22 15:36:45 +00:00

@babel/parser

A JavaScript parser

See our website @babel/parser for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/parser

or using yarn:

yarn add @babel/parser --dev