babel/packages/babel-parser
Huáng Jùnliàng 45301c5304 Update coalesce precedence (#11017)
* refactor: reimplement nullish coalescing precedence tracking

Co-authored-by: Toru Nagashima <public@mysticatea.dev>

* fix: Coalesce has same precedence with LogicalOR

* fix flow errors

Co-authored-by: Toru Nagashima <public@mysticatea.dev>
2020-01-17 20:57:07 +01:00
..
2020-01-17 20:57:07 +01:00
2020-01-17 20:57:07 +01:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2020-01-13 22:36:19 +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