mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
The main reason is using Atom to remove the lifetime for convenience. And after removing the lifetime of these nodes, the `Program<'a>` doesn't rely on `&'a source` anymore, which allows us to [specify more accurate lifetimes](https://github.com/web-infra-dev/oxc/discussions/700). |
||
|---|---|---|
| .. | ||
| binding.rs | ||
| class.rs | ||
| declaration.rs | ||
| expression.rs | ||
| function.rs | ||
| grammar.rs | ||
| list.rs | ||
| mod.rs | ||
| module.rs | ||
| object.rs | ||
| operator.rs | ||
| statement.rs | ||