oxc/crates/oxc_parser
overlookmotel e1f8ea41ad fix(lexer): Source is not Clone (#8294)
It's an invariant of `Source` that only a single instance of `Source` can exist at any time. `Source` was erroneously implementing `Clone`, which makes it trivial to break this invariant. `Clone` is unnecessary, so remove it.
2025-01-07 06:58:26 +00:00
..
examples fix(parser): add missing ChainExpression in optional TSInstantiationExpression (#7371) 2024-11-20 11:51:55 +00:00
src fix(lexer): Source is not Clone (#8294) 2025-01-07 06:58:26 +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