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

Enable code analysis with latest-Recommended #418

Closed lahma closed 1 year ago

lahma commented 1 year ago

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