Provides an experimental server for interacting with the OXC parser's Abstract Syntax Tree.
Oxc AST serves as an unofficial and experimental companion server designed for the OXC parser. It enables developers to interact with the OXC Abstract Syntax Tree (AST) through various tools, facilitating the understanding and verification of code structures. This utility is particularly valuable for those implementing or testing tools within the OXC ecosystem, such as linters or formatters, by offering insights into AST nodes and reporting code diagnostics.
Key Features
016 GitHub stars
02Check code for syntactic and semantic diagnostics.
03Display documentation for OXC AST nodes, with optional regex filtering.
04Parse code snippets and return the Abstract Syntax Tree (AST).
Use Cases
01Serve as a companion tool when implementing OXC tools like linters or formatters.
02Verify operations and discover basic syntactic and semantic issues in code.
03Understand OXC AST structure for agent development.