crates/oxc_span/README.md
Source position utilities and span management for precise error reporting.
This crate provides essential utilities for managing source positions and spans in JavaScript and TypeScript code. It enables precise error reporting, source mapping, and location-aware transformations across all oxc tools.
The source type encodes important metadata:
Atoms provide memory-efficient string storage:
This crate provides the foundation for precise source location tracking throughout the oxc toolchain.