jquery / esprima

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

Support ES2021 Logical Assignment #2082

Open ljqx opened 3 years ago

ljqx commented 3 years ago

This PR fixes #2057.

lahma commented 3 years ago

@ljqx can you please rebase this against master to make sure the optional attribute is not missing in the JSON tree presentation?

lahma commented 2 years ago

@ariya I've tested this on .NET side and successfully integrated to Jint codebase, passing all tests related to logical assignment.