jquery / esprima

ECMAScript parsing infrastructure for multipurpose analysis
http://esprima.org
BSD 2-Clause "Simplified" License
7.04k stars 786 forks source link

[feature] esprima cannot parse bigint #2104

Open eternalsakura opened 2 years ago

eternalsakura commented 2 years ago

esprima cannot parse bigint, such as let a = 10n Will it provide support?

jogibear9988 commented 2 years ago

I've created a pull request: https://github.com/jquery/esprima/pull/2105

and fixed it in my fork esprima-next