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
425 stars 75 forks source link

Enable code analysis with latest-Recommended #418

Closed lahma closed 11 months ago

lahma commented 11 months ago

Had some nice catches like Append should use char instead of string, more performant StringComparison.Ordinal and method could be static for example.