babel/packages/babel-parser
Daniel Tschinder 98ab1b6428
Refactor parsing object members (#9607)
* Refactor parsing object members

* Ensure decorators on rest don’t swallow decorators silently

* Use hasPrecedingLineBreak

* Add test for async with linebreak

* Update flow whitelist
2019-02-28 11:42:12 -08:00
..
2019-01-17 16:15:04 -08:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-02-26 12:29:10 -08: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