oxc/crates/oxc_minifier/src
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
..
compressor feat(minifier): initialize conditions folding (#658) 2023-07-30 01:02:32 +08:00
mangler feat(semantic): add node_id to Reference (#689) 2023-08-05 12:45:22 +08:00
printer refactor(ast): use atom for Directive and Hashbang (#701) 2023-08-09 13:52:56 +08:00
lib.rs chore: stable Rust 2023-07-27 13:11:46 +08:00