mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 13:48:55 +00:00
`AstBuilder` method names have an `_` added on end if method name is not a valid identifier (e.g. `super`). But no need for trailing underscore on `alloc_super`. Currently this only applies to `super`. But future-proof by checking against all Rust's reserved words. This is a breaking change, because `alloc_super` method was previously called `alloc_super_`. But probably no-one uses that method anyway - usually you'd use `expression_super` method to get an `Expression::Super`. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||