@babel/parser
A JavaScript parser
See our website [@babel/parser](https://babeljs.io/docs/babel-parser) for more information or the issues associated with this package.
Install
Using npm:
1 | npm install --save-dev @babel/parser |
or using yarn:
1 | yarn add @babel/parser --dev |