oxc/crates/oxc_parser
overlookmotel b5ed58e237 refactor(span): all methods take owned Span (#8297)
`Span` is `Copy` and 8 bytes. There is no point in the extra indirection of passing `&Span` to functions (`&Span` is also 8 bytes).
2025-01-18 01:47:09 +00:00
..
examples refactor(parser): refactor visitor in regexp example (#8524) 2025-01-16 02:40:29 +00:00
src refactor(span): all methods take owned Span (#8297) 2025-01-18 01:47:09 +00:00
Cargo.toml release(crates): v0.46.0 (#8487) 2025-01-14 19:40:44 +08:00
CHANGELOG.md release(crates): v0.45.0 (#8434) 2025-01-11 22:34:31 +08:00