oxc/crates/oxc_ast/src
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
..
ast fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
ast_impl feat(ast): allow conversion from Expression into Statement with FromIn trait. (#4124) 2024-07-09 12:16:40 +00:00
generated fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
syntax_directed_operations chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
ast_builder_impl.rs fix(ast): put decorators before everything else. (#4143) 2024-07-10 02:03:05 +00:00
ast_kind_impl.rs feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
lib.rs feat(ast)!: generate ast_builder.rs. (#3890) 2024-07-09 00:57:26 +00:00
precedence.rs fix(codegen): improve typescript codegen (#3708) 2024-06-17 09:34:54 +00:00
serialize.rs refactor(ast): refactor custom Serialize impls (#3859) 2024-06-24 02:31:59 +00:00
trivia.rs refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00