paulbartrum / jurassic

A .NET library to parse and execute JavaScript code.
MIT License
873 stars 122 forks source link

use esprima.net to parse ast and suppirt es2021 #201

Closed cesarchefinho closed 3 years ago

cesarchefinho commented 3 years ago

investigate use of sprima net ( https://github.com/sebastienros/esprima-dotnet ) to parse javaacript and generate ast to support es2021

paulbartrum commented 3 years ago

This is really cool, thanks for linking it. I'll definitely take a look :-)