babel/packages/babel-parser
Huáng Jùnliàng 4395c22f3a Miscellaneous perf tweak (#10421)
* refactor: early return on hot path

* refactor: read next2 only when next is dot

* perf: mini refactor
2019-09-10 19:47:52 +02:00
..
2019-09-10 19:47:52 +02:00
2019-09-06 17:43:19 +02:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-09-06 19:25:16 +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