babel/packages/babel-parser
Huáng Jùnliàng 5145c98a73
Simplify token context (#13450)
* refactor: unify tc.brace and tc.templateQuasi

* refactor: remove unused context check

* perf: reduce arrayPrototype call and hoist variables
2021-06-21 10:51:00 -04:00
..
2021-04-28 18:26:01 +02:00
2021-06-10 19:00:21 -04:00
2021-06-21 10:51:00 -04:00
2018-05-19 00:03:05 -04:00
2018-05-19 00:03:05 -04:00
2021-06-14 21:45:36 +00: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