esprima-dotnet icon indicating copy to clipboard operation
esprima-dotnet copied to clipboard

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).

Results 32 esprima-dotnet issues
Sort by recently updated
recently updated
newest added

**Version used** v3.0.4 **Describe the bug** There are some broken test cases in the Esprima test suite: False negatives (cases that produce an error while they shouldn't): * ES6/identifier/invalid_expression_await.module.js *...

bug

- I read the source code and documentation, did not find a convenient way to modify the ATS node, usually to parse the js script, is need to operate on...