babel/packages/babel-parser
Daniel Tschinder f4f5ca2aaa Parse class name in strict mode
The specification defines that the whole class declaration is parsed in strict mode
2019-01-22 13:12:03 -08:00
..
2019-01-17 16:15:04 -08:00
2019-01-22 13:12:03 -08:00
2019-01-22 13:12:02 -08:00
2018-09-03 08:09:26 +02:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2019-01-22 08:07:23 +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