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

Fix AOT-related issues by reverting to per-instance cached delegates in JavaScriptParser #346

Closed adams85 closed 1 year ago

adams85 commented 1 year ago

329 introduced a regression on AOT-only platforms as reported in #344. This PR reverts the problematic changes.