jquery / esprima

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

support for es2022 class propertydefinitions and private members -> #2106

Open jogibear9988 opened 2 years ago

jogibear9988 commented 2 years ago

see https://github.com/estree/estree/blob/master/es2022.md

jogibear9988 commented 2 years ago

it also removes asyncFunctionexpression and asyncArrowFunctionExpression, cause they are not in estree, async is a property on the functionExpression. we also don't have extra objects for generatorFunctions

jogibear9988 commented 2 years ago

already merged in esprima net