jquery / esprima

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

Fix missing optional attributes from tree JSON files #2099

Closed lahma closed 3 years ago

lahma commented 3 years ago

Latest merge was missing some optional attributes from JSONs which were introduced by a PR before that, fixed missing attributes.

ariya commented 3 years ago

Thank you @lahma 👍