babel/packages/babel-parser
Sosuke Suzuki 22b2f4fc02
Update babel-parser.d.ts (#13575)
* Add moduleBlocks to ParserPlugin type

* Add TypeScriptPluginOptions to ParserPluginWithOptions
2021-07-20 10:44:13 -04:00
..
2021-07-07 11:51:40 -04:00
2021-07-20 10:44:13 -04:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-06-21 21:44:55 +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