crates/oxc_semantic/README.md
Comprehensive semantic analysis for JavaScript and TypeScript programs.
This crate performs semantic analysis on JavaScript and TypeScript ASTs, building symbol tables, scope trees, and control flow graphs. It provides the foundation for advanced static analysis, linting, and transformation tools.
The semantic analyzer provides the deep program understanding needed for sophisticated JavaScript and TypeScript tooling.