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

Import Assertions (aka Import Atributes) are back at stage 3 so we should add them again #380

Closed jogibear9988 closed 1 year ago

jogibear9988 commented 1 year ago

see: https://github.com/tc39/proposal-import-attributes

jogibear9988 commented 1 year ago

we also need to rename the property "assertions" to "attributes", see : https://github.com/estree/estree/blob/master/experimental/import-attributes.md

adams85 commented 1 year ago

PR is ready but let's not merge it yet. I wrote about the why in the PR description.