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

Add import attributes feature #381

Closed adams85 closed 1 year ago

adams85 commented 1 year ago

Re-adds the experimental Import Attributes feature (formerly known as Import Assertions).

See also:

The proposal seems to be WIP ("reached conditional consensus"), so I suggest we don't merge this for now but wait until they finish this issue or, rather, until they implement it in V8 because of this.

adams85 commented 1 year ago

Looks like the proposal is as final as it can get now, so I resolved the merge conflicts and we can merge this as well. Any objections?