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
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Is there a way to tell the parser to try and continue after an error?
#442
sperlis
closed
2 months ago
2
About how to easily add, delete, modify the AST node structure
#441
jeffxjh
opened
6 months ago
0
Any sample code or docs for modifying AST nodes?
#439
wabbadabbadub
closed
7 months ago
0
Unable to modify Arguments Literal value from AST using AstRewriter
#438
PraveenNemagoudar
closed
1 month ago
2
Minor parser issues that incorrectly pass tests
#437
adams85
opened
9 months ago
0
Fix copy ctor of ParserOptions
#436
adams85
closed
9 months ago
0
Ensure deterministic build for releases
#435
lahma
closed
9 months ago
0
Add macos runner for GH Actions PR checks
#433
lahma
closed
10 months ago
0
Update README.md: fix Build badge
#432
davidnx
closed
10 months ago
2
Update GH actions/checkout to v4
#431
lahma
closed
10 months ago
0
Fix handling of trailing comma in import arguments
#430
lahma
closed
11 months ago
0
Update NuGet dependencies
#429
lahma
closed
11 months ago
0
Fix parsing of class elements named accessor without semicolon terminator
#428
lahma
closed
11 months ago
0
Sequence expressions not formatted "correctly"
#427
CharlieEriksen
opened
11 months ago
2
Return old recursion limit capabilities
#426
lahma
closed
1 year ago
4
Add a hint about what to try first when regexp tests are failing
#425
adams85
closed
1 year ago
0
Some RegExp adaptation tests fail on NET 8
#424
lahma
closed
1 year ago
1
Update to NET 8
#423
lahma
closed
1 year ago
13
Update to NET 8 SDK
#422
lahma
closed
1 year ago
0
Add README.md to NuGet package
#421
lahma
closed
1 year ago
0
Enable UseArtifactsOutput
#420
lahma
closed
1 year ago
0
Prepare for NET 8 analyzers
#419
lahma
closed
1 year ago
0
Enable code analysis with latest-Recommended
#418
lahma
closed
1 year ago
0
Fix expression parsing in export default statements
#417
adams85
closed
1 year ago
1
Issue with parsing spread operator
#416
CharlieEriksen
closed
1 year ago
1
Issues generating nested logical expressions
#415
CharlieEriksen
closed
1 year ago
1
Convert to Central Package Management
#414
lahma
closed
1 year ago
0
Fix a few edge cases in AST to JS conversion
#413
adams85
closed
1 year ago
1
Add issue templates
#412
lahma
closed
1 year ago
0
Issues with optional chaining
#411
CharlieEriksen
closed
1 year ago
8
Add strict option to ParseExpression
#410
adams85
closed
1 year ago
0
Fix minor parsing issues
#409
adams85
closed
1 year ago
2
Error parsing literal with weird characters
#408
CharlieEriksen
closed
1 year ago
0
Error parsing empty JSX element
#407
CharlieEriksen
closed
1 year ago
2
IndexOutOfRangeException when parsing `#`
#406
CharlieEriksen
closed
1 year ago
0
Fix bigint error reporting
#405
adams85
closed
1 year ago
0
Fix import expression in yield expression
#404
adams85
closed
1 year ago
0
Issue with parsing import statement
#403
CharlieEriksen
closed
1 year ago
4
Code cleanup before v3.0 final release
#402
adams85
closed
1 year ago
2
Prepare v3.0 final release
#401
adams85
closed
1 year ago
0
Update readme
#400
adams85
closed
1 year ago
5
Remove obsolete APIs
#399
adams85
closed
1 year ago
0
Fix number parsing issues
#398
adams85
closed
1 year ago
3
Replace custom attribute shims with PolySharp
#397
lahma
closed
1 year ago
1
Improve ArrayList and NodeList
#396
lahma
closed
1 year ago
4
Update packages and cleanup
#395
lahma
closed
1 year ago
0
Decorator parsing is too forgiving
#394
adams85
closed
1 year ago
0
Fix parsing of optional chaining in new expressions and decorators
#393
adams85
closed
1 year ago
6
Fix capturing group numbering and a few more issues in regex parsing
#392
adams85
closed
1 year ago
1
Keeping trivia
#391
ChrML
closed
1 year ago
1
Next