oxc/crates/oxc_prettier/src
2023-11-29 19:08:29 +08:00
..
comments feat(prettier): implement is_next_line_empty_after_index (#1575) 2023-11-29 14:37:33 +08:00
format feat(prettier): wrap BindingIdentifier (#1581) 2023-11-29 19:08:29 +08:00
printer feat(prettier) use groupId in fluid assignments (#1560) 2023-11-28 10:29:32 +08:00
doc.rs fix(prettier) remove unmatched brace when displaying doc (#1564) 2023-11-28 10:50:25 +08:00
lib.rs feat(prettier): implement is_next_line_empty_after_index (#1575) 2023-11-29 14:37:33 +08:00
macros.rs refactor(prettier): align line with prettier (#1559) 2023-11-27 23:11:53 +08:00
needs_parens.rs feat(prettier): format () => ({} ? 1 : 2); to () => ({}) ? 1 : 2; (#1534) 2023-11-24 17:07:19 +08:00
options.rs feat(prettier): support quoteProps option in PropertyKey (#1578) 2023-11-29 18:32:30 +08:00