* perf: faster parser scope check * perf: early return for identifier length > 10 * perf: early return for normal identifier names * chore: add benchmark * Update packages/babel-parser/src/parser/expression.js
@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