oxc/crates/oxc_parser/src/js
rzvxa 48947a26d2 fix(ast): put decorators before everything else. (#4143)
Won't fix #4142

It is similar to #3994 but for those types that weren't relying on this order. It seems to be the right order.
technically speaking it is a breaking change but I know as a fact that it won't have a big difference on our downstream. If you want it to be chronically correct feel free to merge as a breaking change.
2024-07-10 02:03:05 +00:00
..
arrow.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
binding.rs feat(ast)!: generate ast_builder.rs. (#3890) 2024-07-09 00:57:26 +00:00
class.rs fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
declaration.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
expression.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00
function.rs fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +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
statement.rs refactor(ast/ast_builder)!: shorter allocator utility method names. (#4122) 2024-07-09 12:16:38 +00:00