babel/packages/babel-parser
Huáng Jùnliàng a8c66f4680
Handle exprAllowed before ObjectLike is parsed (#12267)
* fix: disallow expression after `}` is consumed in parseObjectLike

* refactor: avoid accessing this.prodParam in context update
2020-10-27 20:25:50 -04:00
..
2020-10-14 21:18:16 +02:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2020-10-16 23:11:14 +02: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