oxc/crates/oxc_linter
overlookmotel 44375a5662 refactor(ast)!: rename TSEnumMemberName enum variants (#7250)
Variants of `TSEnumMemberName` were previously only prefixed with `Static` to avoid naming conflicts with the variants inherited from `Expression` for non-static member names. #7219 removed the variants inherited from `Expression`, so all variants are now static. So we can shorten the names again (back to what they were before `inherit_variants!` was introduced).
2024-11-12 12:22:21 +00:00
..
examples refactor(oxc): remove useless allocator.alloc(program) calls (#6571) 2024-10-15 02:21:20 +00:00
fixtures
src refactor(ast)!: rename TSEnumMemberName enum variants (#7250) 2024-11-12 12:22:21 +00:00
tests
Cargo.toml release(oxlint): v0.11.1 (#7224) 2024-11-09 19:57:08 +08:00
CHANGELOG.md release(oxlint): v0.11.1 (#7224) 2024-11-09 19:57:08 +08:00