mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
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). |
||
|---|---|---|
| .. | ||
| binary_expr_visitor.rs | ||
| code_buffer.rs | ||
| comment.rs | ||
| context.rs | ||
| gen.rs | ||
| lib.rs | ||
| operator.rs | ||
| options.rs | ||
| sourcemap_builder.rs | ||