mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
Make `AstKind::as_*` methods (e.g. `AstKind::as_boolean_literal`) take `self`, not `&self`. `AstKind` is `Copy`. See: https://github.com/oxc-project/oxc/issues/5506#issuecomment-2332912976 |
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| compat_data | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_checker | ||
| transform_conformance | ||
| website | ||