sebastienros / esprima-dotnet

Esprima .NET (BSD license) is a .NET port of the esprima.org project. It is a standard-compliant ECMAScript parser (also popularly known as JavaScript).
BSD 3-Clause "New" or "Revised" License
430 stars 75 forks source link

Fix parsing of class elements named accessor without semicolon terminator #428

Closed lahma closed 11 months ago

lahma commented 11 months ago

Found while running tests with Jint, class body had only two members when there should have been four.