Expand description
Precise JS/TS scope analysis using oxc_semantic. Provides compiler-grade reference resolution without LSP.
Structs§
Enums§
Functions§
- find_
references_ precise - Find all references to a symbol by name in a JS/TS file. Scope-aware: distinguishes definitions, reads, and writes.
- find_
unresolved - Find unresolved references (potential missing imports or globals).
- get_
scope_ symbols - Get all symbols in a JS/TS file with scope-aware metadata.
- is_
js_ ts - Check if a file is JS/TS (supported by oxc).