babel/packages/babel-parser
Huáng Jùnliàng b281fe352c
Use set in parser scope (#13408)
* chore: rename benchmark

* perf: back parser scope names storage by set

* chore: add benchmark
2021-06-01 10:35:19 -04:00
..
2021-04-28 18:26:01 +02:00
2021-06-01 10:35:19 -04:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04: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