babel/packages/babel-parser
Huáng Jùnliàng 30449fe05d
Refactor parseSubscript (#10937)
* refactor: unify optionalMemberExpression generation

* test: add optional calls invalid typecasts

* fix: do not parse async arrow when call is optional

* test: update test fixtures
2019-12-30 16:11:39 -05:00
..
2019-12-30 16:11:39 -05:00
2019-12-30 16:11:39 -05:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-12-19 01:33: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