babel/packages/babel-parser
Barthélémy Ledoux 9f3457797f Fix TypeScript parsers missing token check (#9571) (#9572)
* Fix TypeScript parsers missing token check (#9571)

* fix unit test
2019-02-24 13:34:38 +01:00
..
2019-02-23 02:45:25 -05:00
2019-01-17 16:15:04 -08:00
2019-02-23 02:45:25 -05:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-02-15 22:06:01 +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