oxc/crates/oxc_prettier/src/format
2024-06-30 07:57:48 +00:00
..
array.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
arrow_function.rs refactor(ast): s/ArrowExpression/ArrowFunctionExpression to align estree 2024-02-21 21:41:08 +08:00
assignment.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
binaryish.rs refactor(prettier): improve Group API (#2390) 2024-02-11 21:53:02 +08:00
block.rs [BREAKING CHANGE] Change Atom to Atom<'a> to make it safe (#2497) 2024-02-26 19:34:40 +08:00
call_arguments.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
call_expression.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
class.rs refactor(ast)!: replace Modifiers with declare and abstract on Class (#3841) 2024-06-23 10:34:53 +00:00
function.rs feat(prettier/ts): better conformance (#2721) 2024-03-20 18:59:49 +08:00
function_parameters.rs refactor(ast): s/ArrowExpression/ArrowFunctionExpression to align estree 2024-02-21 21:41:08 +08:00
misc.rs refactor(prettier): add a space!() macro (#2348) 2024-02-09 12:11:42 +08:00
mod.rs feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
module.rs refactor(ast)!: remove ExportDefaultDeclarationKind::TSEnumDeclaration (#3666) 2024-06-14 14:40:37 +08:00
object.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
property.rs refactor(ast): squash nested enums (#3115) 2024-04-28 20:40:37 +08:00
statement.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
string.rs pref(prettier): using allocator String to avoid reallocation (#1577) 2023-11-29 18:27:27 +08:00
template_literal.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
ternary.rs refactor(prettier): align line with prettier (#1559) 2023-11-27 23:11:53 +08:00