babel/packages/babel-parser
Huáng Jùnliàng 5b48f40a08
Polish parser errors (#12258)
* polish: update AwaitNotInAsyncFunction message

* polish: update YieldInParameter error message

* Apply suggestions from code review

Co-authored-by: Brian Ng <bng412@gmail.com>

* update test fixtures

Co-authored-by: Brian Ng <bng412@gmail.com>
2020-10-26 20:55:04 -04:00
..
2020-10-26 20:55:04 -04:00
2020-10-26 20:55:04 -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