* 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
* add benchmark * perf: faster identifier tokenizing - Mover iterator identifier parsing to the Flow plugin - If the character is an identifier start, pass it to readWord1