oxc/crates/oxc_syntax/src
2024-09-19 03:22:29 +00:00
..
generated refactor(ast, ast_tools): use full method path for generated derives trait calls. (#5462) 2024-09-05 05:36:50 +00:00
class.rs
identifier.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
keyword.rs
lib.rs feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
module_graph_visitor.rs
module_record.rs docs(syntax): add ModuleRecord documentation (#5818) 2024-09-17 05:22:01 +00:00
node.rs docs(semantic): document AstNode and AstNodes (#5872) 2024-09-19 03:22:29 +00:00
number.rs feat(ast): add ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
operator.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
precedence.rs
reference.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
scope.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
symbol.rs refactor(syntax)!: remove SymbolFlags::ArrowFunction (#5857) 2024-09-18 14:03:03 +00:00
xml_entities.rs