issues
search
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
Fix import expression in yield expression
#404
Closed
adams85
closed
1 year ago
adams85
commented
1 year ago
Fixes #403
Also, disallow
yield let
in modules.
Fixes #403
Also, disallow
yield let
in modules.