The goal of the giron-rs project is to provide ECMAScript parsing capabalities for Rust and WebAssembly programmers. The output is an Abstract Syntax Tree (AST) in JSON format using the ESTree specification. ESTree is the most popular output format of open source javascript parsers.
The giron rust crate is a library for parsing ECMAScript.
A WebAssembly based package for parsing ECMAScript on the client side.
A Rust based native node.js package for parsing ECMAScript in node.js.