babel/packages/babel-parser
Daniel Tschinder 4da7a01aa9
Avoid unnecessary work during lookahead (#9982)
* Do not call pushComment when doing lookahead

* Do no updateContext when doing lookahead

* Do not clone contexts anymore
2019-05-15 17:02:12 -07:00
..
2019-03-06 22:43:36 +01:00
2019-03-06 22:43:36 +01:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-04-26 23:00:07 +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