babel/packages/babel-parser
Daniel Tschinder 2817844e89
Fix regression with let (#9477)
* Fix corner cases with let

* Handle generators correctly

* Fix flow plugin

* Fix typescript plugin
2019-02-08 13:36:37 -08:00
..
2019-01-17 16:15:04 -08:00
2019-02-08 13:36:37 -08:00
2019-02-08 13:36:37 -08:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-02-04 23:20:05 +01: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