babel/packages/babel-parser
Tan Li Hau fdbbb743b6 flow - allow type parameter defaults in function declarations (#10084)
* flow - allow type parameter defaults in function declarations

* fix flow test

* add intern_comments option

* fix flow parser test

* remove allowdefault from flowParseTypeParameterDeclaration

* rename test cases
2019-06-15 12:31:12 +02:00
..
2019-03-06 22:43:36 +01:00
2019-03-06 22:43:36 +01:00
2018-05-19 00:03:05 -04: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