oxc/crates/oxc_syntax/src
2024-09-04 11:53:50 +00:00
..
generated feat(ast): add ContentEq trait. (#5427) 2024-09-04 11:53:50 +00:00
class.rs refactor(syntax): inline trivial bitflags methods (#4877) 2024-08-13 12:43:09 +00:00
identifier.rs perf(syntax): further optimize is_identifier_name (#5426) 2024-09-03 13:48:36 +00:00
keyword.rs fix(syntax): correct is_reserved_keyword_or_global_object's incorrect function calling. (#4484) 2024-07-26 17:20:10 -04:00
lib.rs feat(ast): add ContentEq trait. (#5427) 2024-09-04 11:53:50 +00:00
module_graph_visitor.rs
module_record.rs
node.rs fix(syntax): prevent creating invalid u32 IDs (#4675) 2024-08-06 01:04:07 +00:00
number.rs feat(ast): add ContentEq trait. (#5427) 2024-09-04 11:53:50 +00:00
operator.rs feat(ast): add ContentEq trait. (#5427) 2024-09-04 11:53:50 +00:00
precedence.rs feat(codegen): implement BinaryExpressionVisitor (#4548) 2024-07-31 12:44:19 +00:00
reference.rs refactor(syntax): use generate_derive for CloneIn in types outside of oxc_ast crate. (#5280) 2024-09-03 02:36:37 +00:00
scope.rs refactor(syntax): inline trivial bitflags methods (#4877) 2024-08-13 12:43:09 +00:00
symbol.rs feat(semantic,syntax): add SymbolFlags::ArrowFunction (#4946) 2024-08-18 05:54:23 +00:00
xml_entities.rs