babel/packages/babel-parser
Nicolò Ribaudo c30039029a
Don't enable class features by default in estree (#12867)
* Don't enable class features by default in `estree`

* Flow

* Reduce breakage
2021-02-23 11:30:01 +01:00
..
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-02-22 23:35:18 +01: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