oxc/crates/oxc_ast/src
2024-09-10 07:18:54 +00:00
..
ast refactor: enable clippy::ref_as_ptr (#5577) 2024-09-07 18:18:55 +08:00
ast_impl feat(minifier): constant fold unary expression (#5669) 2024-09-10 07:18:54 +00:00
generated fix(regular_expression): Report more MayContainStrings error in (nested)class (#5661) 2024-09-10 01:55:51 +00:00
syntax_directed_operations fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
ast_builder_impl.rs refactor(ast): reduce allocations in AstBuilder::move_assignment_target (#5367) 2024-08-31 08:34:26 +00:00
ast_kind_impl.rs fix(ast)!: merge UsingDeclaration into VariableDeclaration (#5270) 2024-08-28 11:26:05 +08:00
lib.rs chore: run cargo +nightly fmt to sort imports (#5503) 2024-09-06 04:04:26 +00:00
precedence.rs feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
serialize.rs
trivia.rs fix: comments gen regression (#5003) 2024-08-20 18:57:12 +08:00