oxc/crates/oxc_hir
Yunfei He 35167599bc
refactor(ast): use atom for Directive and Hashbang (#701)
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).
2023-08-09 13:52:56 +08:00
..
src refactor(ast): use atom for Directive and Hashbang (#701) 2023-08-09 13:52:56 +08:00
Cargo.toml chore: release crates as v0.1.0 2023-07-27 13:54:17 +08:00