astral

AST tooling framework for JavaScript

  • astral

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
astral
4740.1.010 years ago10 years agoMinified + gzip package size for astral in KB

Readme

Astral
AST tooling framework for JavaScript. Inspired by llvm.

How it Works

Various "passes" are registered in Astral. Esprima (parser) creates AST. Astral runs the passes in order based on their prerequisites.