babel/packages/babel-parser
Nicolò Ribaudo 5156d3ea06
Restore @babel/parser tests (#10854)
* Make parser tests work again

* Update failing fixtures

* Fix serialization of BigInt

* Fix
2019-12-11 11:09:13 +01:00
..
2019-12-11 11:09:13 +01:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-12-06 14:12:41 +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