estools / estraverse

ECMAScript JS AST traversal functions
BSD 2-Clause "Simplified" License
941 stars 131 forks source link

Add support for ES2022 class fields and private methods. #118

Closed sanex3339 closed 3 years ago

sanex3339 commented 3 years ago

@Constellation @michaelficarra let's do this fast this year

sanex3339 commented 3 years ago

@Constellation @michaelficarra ping

sanex3339 commented 3 years ago

This feature is now available in https://www.npmjs.com/package/@javascript-obfuscator/estraverse

connor4312 commented 3 years ago

We hit this in the VS Code debugger in https://github.com/microsoft/vscode-js-debug/issues/1113. Would be great to see it merged!

robpalme commented 3 years ago

Is there any way people could help to get this merged? I think various people might be able to assist if someone could enumerate the remaining work here.