oxc/crates/oxc_parser
overlookmotel 64bfdfe223 refactor(lexer): tighten safety of lexer by always including lifetime on SourcePosition (#8293)
Always use `SourcePosition<'a>` not `SourcePosition`, to ensure not reading from a `Source` with a `SourcePosition` which is from *another* `Source`. This doesn't definitively guard against UB - that is the job of `UniquePromise` - but it adds another level of defence.
2025-01-07 06:58:24 +00:00
..
examples fix(parser): add missing ChainExpression in optional TSInstantiationExpression (#7371) 2024-11-20 11:51:55 +00:00
src refactor(lexer): tighten safety of lexer by always including lifetime on SourcePosition (#8293) 2025-01-07 06:58:24 +00:00
Cargo.toml release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00
CHANGELOG.md release(crates): v0.44.0 (#8110) 2024-12-25 21:03:09 +08:00