oxc/crates
overlookmotel de4c7726f9 refactor(traverse)!: rename Ancestor::is_via_* methods to is_parent_of_* (#8031)
Rename these methods. `is_via_*` is confusing as hell. `is_parent_of_*` is more descriptive.

`Ancestor::is_parent_of_statement` tells you if *previous* `Ancestor` is a `Statement`.
2024-12-20 03:10:22 +00:00
..
oxc release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_allocator feat(allocator): Vec<u8>::into_string (#8017) 2024-12-19 17:46:30 +00:00
oxc_ast feat(ast): add AstBulder::move_property_key (#7998) 2024-12-18 23:17:54 +00:00
oxc_ast_macros release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_cfg release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_codegen perf(codegen): remove useless to_owned (#8014) 2024-12-19 12:06:55 +00:00
oxc_data_structures release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_diagnostics release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_ecmascript release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_estree release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_isolated_declarations release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_language_server refactor(language_server)!: use .oxlintrc.json when no config path provided (#8027) 2024-12-20 10:30:03 +08:00
oxc_linter fix(linter): rule no-restricted-imports: fix option "importNames" (#7943) 2024-12-20 10:37:23 +08:00
oxc_macros feat(linter)!: remove unmaintained security plugin (#7773) 2024-12-10 14:29:22 +00:00
oxc_mangler refactor(semantic): change Bindings to a plain FxHashMap (#8019) 2024-12-19 14:16:28 +00:00
oxc_minifier release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_napi release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_parser release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_prettier feat(prettier): Complete print_literal (#7952) 2024-12-17 12:02:22 +08:00
oxc_regular_expression release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_semantic refactor(semantic): ScopeTree::rename_binding remove old binding first (#8020) 2024-12-20 02:38:30 +00:00
oxc_span release(crates): v0.42.0 (#7983) 2024-12-18 11:48:12 +08:00
oxc_syntax refactor(semantic): remove serialize (#8015) 2024-12-19 09:51:12 +00:00
oxc_transformer refactor(traverse)!: rename Ancestor::is_via_* methods to is_parent_of_* (#8031) 2024-12-20 03:10:22 +00:00
oxc_traverse refactor(traverse)!: rename Ancestor::is_via_* methods to is_parent_of_* (#8031) 2024-12-20 03:10:22 +00:00
oxc_wasm refactor(semantic): change Bindings to a plain FxHashMap (#8019) 2024-12-19 14:16:28 +00:00