oxc/crates/oxc_syntax/src
DonIsaac 933a7431b1 fix(semantic): add interfaces and functions to SymbolFlags::ClassExcludes (#6057)
This brings ClassExcludes into alignment with TypeScript.
2024-09-27 05:57:03 +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 refactor(syntax): inline trivial bitflags methods (#4877) 2024-08-13 12:43:09 +00:00
identifier.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +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 ContentHash trait; remove noop Hash implementation from Span (#5451) 2024-09-05 07:20:04 +03:30
module_graph_visitor.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
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 fix(minifier): compute void number as undefined (#6028) 2024-09-24 14:39:44 +00:00
precedence.rs feat(codegen): implement BinaryExpressionVisitor (#4548) 2024-07-31 12:44:19 +00:00
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 fix(semantic): add interfaces and functions to SymbolFlags::ClassExcludes (#6057) 2024-09-27 05:57:03 +00:00
xml_entities.rs