babel/packages/babel-parser
Tan Li Hau f588e4ec47 BigInt type for Flow (#10091)
* flow BigIntLiteralTypeAnnotation

* numericSeparator for flow test plugins

* fix flow tuple

* fix code review
2019-07-03 16:48:46 +02:00
..
2019-03-06 22:43:36 +01:00
2019-07-03 16:48:46 +02:00
2019-07-03 16:48:46 +02:00
2019-03-06 22:43:36 +01:00
2018-05-19 00:03:05 -04:00
2019-07-03 15:51:48 +02:00
2018-05-19 00:03:05 -04:00
2019-05-21 19:38:26 +02: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