oxc/crates/oxc_semantic
overlookmotel 7b5e1f5ac8 refactor(semantic): use is_empty() instead of len() == 0 (#4532)
It's preferred to use `is_empty` where possible. `is_empty` is sometimes slightly more optimized than `len() == 0`.
2024-07-29 15:42:05 +00:00
..
examples example(semantic): examples print parser errors (#4405) 2024-07-22 11:05:03 +00:00
src refactor(semantic): use is_empty() instead of len() == 0 (#4532) 2024-07-29 15:42:05 +00:00
tests feat(semantic): remove ReferenceFlags::Value from non-type-only exports that referenced type binding (#4511) 2024-07-29 03:39:18 +00:00
Cargo.toml Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00
CHANGELOG.md Release crates v0.22.1 (#4508) 2024-07-28 09:58:29 +08:00