crates/oxc_syntax/README.md
Common JavaScript and TypeScript syntax definitions and utilities.
This crate provides shared syntax definitions, constants, and utilities used across the oxc toolchain. It contains fundamental types and enums that represent JavaScript and TypeScript language constructs.
This crate serves as the foundation for:
The syntax crate ensures consistency and type safety across all oxc components.