oxc/crates/oxc_parser
overlookmotel 6f597b18bc
refactor(parser): all pointer manipulation through SourcePosition (#2350)
A safer and faster interface for reading source text using pointers than `*ptr`.
2024-02-09 10:26:51 +08:00
..
examples chore(parser): add visitor example (#2271) 2024-02-02 17:08:00 +08:00
src refactor(parser): all pointer manipulation through SourcePosition (#2350) 2024-02-09 10:26:51 +08:00
Cargo.toml parser(refactor): promise only one Source on a thread at a time (#2340) 2024-02-08 14:51:17 +08:00