mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Change `Atom<'a>::as_str(&self) -> &str` to `Atom<'a>::as_str(&self) -> &'a str`. This API is more ergonomic for external `oxc` consumers relying on `&str` data collected while traversing an AST. I also enhanced some nearby doc comments and implemented some `From<...>` traits while I was at it. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||