babel/packages/babel-parser
Tony Gorez b0fe6bdbc3
chore(parser): add test to handle optional paramteter in async call (#13504)
* chore(parser): add test to handle optional paramteter in async call

* chore(parser): add flow test

* chore(parser): add ts test
2021-06-23 11:11:06 -04:00
..
2021-04-28 18:26:01 +02:00
2021-06-10 19:00:21 -04:00
2021-06-21 10:51:00 -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