babel/packages/babel-parser
Nicolò Ribaudo e735266dee
Avoid importing .json files (#12759)
* Avoid importing `.json` files

* Use ESold in babel.config.json

* Use `import/extensions` eslint plugin
2021-02-05 23:34:36 +01:00
..
2021-02-05 23:34:36 +01:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-02-04 21:27:03 +00: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