oxc/crates/oxc_traverse/scripts/lib
overlookmotel e62153bdd7 chore(deps): remove memoffset dependency (#7573)
`offset_of!` macro [became stable in Rust 1.77.0](https://doc.rust-lang.org/nightly/core/mem/macro.offset_of.html) which is now within our MSRV. Remove the `memoffset` crate, and use `std::mem::offset_of` instead.
2024-12-01 23:39:27 +00:00
..
ancestor.mjs chore(deps): remove memoffset dependency (#7573) 2024-12-01 23:39:27 +00:00
parse.mjs
scopes_collector.mjs refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
traverse.mjs refactor(rust): remove the annoying clippy::wildcard_imports (#6860) 2024-10-24 13:57:19 +00:00
utils.mjs
walk.mjs feat(traverse): add generate_uid_in_current_hoist_scope method (#7423) 2024-11-26 11:21:36 +00:00