oxc/crates/oxc_parser/src/js
2024-07-30 10:43:09 +00:00
..
arrow.rs feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
binding.rs feat(codegen): align more esbuild implementations (#4510) 2024-07-28 13:35:37 +00:00
class.rs feat(codegen): align more esbuild implementations (#4510) 2024-07-28 13:35:37 +00:00
declaration.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
expression.rs fix(parser): fix enum member parsing (#4543) 2024-07-30 10:43:09 +00:00
function.rs refactor(semantic): update the order of visit_function and Visit fields in the builder to be consistent (#4248) 2024-07-14 11:39:15 +00:00
grammar.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
mod.rs refactor(parser): use function instead of trait to parse list with rest element (#4028) 2024-07-02 13:43:14 +00:00
module.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
object.rs feat(ast)!: generate ast_builder.rs. (#3890) 2024-07-09 00:57:26 +00:00
operator.rs feat(codegen): align operator precedence with esbuild (#4509) 2024-07-28 11:48:51 +00:00
statement.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00