babel/packages/babel-parser
Huáng Jùnliàng 0d0950f341
fix: preserve tokensLength in tryParse (#13326)
* fix: preserve tokensLength in tryParse

* Apply suggestions from code review

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

Co-authored-by: Brian Ng <bng412@gmail.com>
2021-05-17 15:32:12 -04:00
..
2021-04-28 18:26:01 +02:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-05-12 16:58:57 +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