oxc/crates/oxc_semantic/tests
overlookmotel 843bce4d92 refactor(ast)!: IdentifierReference::reference_id return ReferenceId (#7126)
Alter `IdentifierReference::reference_id` to return `ReferenceId`, instead of `Option<ReferenceId>`.

This method is only useful on a post-semantic AST, where it will never return `None`. Returning `ReferenceId` discourages the anti-pattern of treating the result as if it could be either `Some` or `None`, and shortens code.
2024-11-05 02:25:27 +00:00
..
conformance refactor(ast)!: IdentifierReference::reference_id return ReferenceId (#7126) 2024-11-05 02:25:27 +00:00
fixtures fix(ast)!: remove AstKind::ExpressionArrayElement and AstKind::ClassHeritage (#6740) 2024-10-21 13:30:48 +00:00
integration refactor(ast)!: remove AstKind::FinallyClause (#6744) 2024-10-21 14:37:51 +00:00
main.rs feat(ast)! add source_text to Program (#6444) 2024-10-11 04:13:41 +00:00