oxc/crates/oxc_ast/src
overlookmotel 1249c6c326
refactor(ast): implement same traits on all fieldless enums (#3031)
Implement same traits on all AST fieldless enums, for consistency. Just
a little bit of tidying.
2024-04-20 01:53:48 +08:00
..
ast refactor(ast): implement same traits on all fieldless enums (#3031) 2024-04-20 01:53:48 +08:00
syntax_directed_operations feat(ast): add "abstract" type to MethodDefinition and PropertyDefinition (#2536) 2024-02-28 17:33:11 +08:00
visit refactor(ast): clean up the ts type visit methods 2024-04-11 15:26:24 +08:00
ast_builder.rs feat(transformer): react jsx transform (#2961) 2024-04-14 10:50:17 +08:00
ast_kind.rs refactor(ast): clean up the ts type visit methods 2024-04-11 15:26:24 +08:00
lib.rs Make ast types covariant over the allocator lifetime. (#2943) 2024-04-12 18:12:18 +08:00
precedence.rs refactor(ast): s/ArrowExpression/ArrowFunctionExpression to align estree 2024-02-21 21:41:08 +08:00
serialize.rs fix(ast): serialize empty array elements as null (#2707) 2024-03-13 10:10:23 +00:00
span.rs refactor(ast): shorten code (#3027) 2024-04-19 18:30:58 +08:00
trivia.rs refactor(ast): refactor Trivias API - have less noise around it (#2692) 2024-03-12 20:16:36 +08:00