babel/packages/babel-parser
Matthew Robertson 9c06e4ed4d avoid exceptions for control flow (#9974)
* avoid exceptions for control flow

* review feedback: remove conditional because we know it is "<"

* drop tsTryParseTypeArguments method
2019-05-21 17:23:53 +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-04-26 23:00:07 +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