oxc/crates/oxc_prettier/src/format
2023-12-10 15:59:13 +08:00
..
array.rs feat(prettier): implement has_comment, improve blank lines when printing arrays (#1601) 2023-12-01 20:52:26 +08:00
arrow_function.rs refactor(prettier): add print_method_value (#1632) 2023-12-06 10:16:09 +08:00
assignment.rs feat(prettier) port should_break_after_operator (#1606) 2023-12-02 20:40:25 +08:00
binaryish.rs feat(prettier) port should_break_after_operator (#1606) 2023-12-02 20:40:25 +08:00
block.rs fix(prettier): keep EmptyStatement in Program (#1576) 2023-11-29 18:22:40 +08:00
call_expression.rs feat(prettier): print CallExpression arguments correctly (#1631) 2023-12-10 15:59:13 +08:00
class.rs fix(prettier): object pattern in function parameters (#1595) 2023-11-30 23:49:24 +08:00
function.rs refactor(prettier): move the format of Function's key to PropertyKey (#1639) 2023-12-07 17:30:48 +08:00
function_parameters.rs feat(prettier): print CallExpression arguments correctly (#1631) 2023-12-10 15:59:13 +08:00
misc.rs refactor(prettier): align line with prettier (#1559) 2023-11-27 23:11:53 +08:00
mod.rs refactor(prettier): move the format of Function's key to PropertyKey (#1639) 2023-12-07 17:30:48 +08:00
module.rs feat(prettier): add id on IfBreak and Group (#1551) 2023-11-27 22:53:32 +08:00
object.rs feat(prettier): finish should_hug_the_only_function_parameter (#1626) 2023-12-05 22:55:12 +08:00
property.rs feat(prettier): check parens for (let)[a] = 1 (#1585) 2023-11-29 21:57:59 +08:00
statement.rs fix(prettier): keep EmptyStatement in Program (#1576) 2023-11-29 18:22:40 +08:00
string.rs pref(prettier): using allocator String to avoid reallocation (#1577) 2023-11-29 18:27:27 +08:00
template_literal.rs feat(prettier): implement DocBuidler trait for Printer and Prettier (#1519) 2023-11-23 21:48:13 +08:00
ternary.rs refactor(prettier): align line with prettier (#1559) 2023-11-27 23:11:53 +08:00