oxc/crates/oxc_prettier/src
Yuji Sugiura 40334ba66e
refactor(prettier): Align exported function names to Prettier (#7827)
Some refactoring works to update
https://github.com/oxc-project/oxc/issues/5068#issuecomment-2507272735
table.

- Implement `array::is_consisely_printed_array()` and use it
  - This improved compat-rate a bit ✌🏻 
- Align exported function names to align prettier's
- Split `format/mod.rs` into `js`, `jsx` and `typescript`
- Move `format/*.rs` to `format/print/*.rs`
2024-12-13 17:06:15 +08:00
..
comments refactor(prettier): Revive doc macro (#7639) 2024-12-04 16:58:00 +08:00
format refactor(prettier): Align exported function names to Prettier (#7827) 2024-12-13 17:06:15 +08:00
ir refactor(prettier): Revive doc macro (#7639) 2024-12-04 16:58:00 +08:00
printer refactor(prettier): Revive doc macro (#7639) 2024-12-04 16:58:00 +08:00
utils refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +08:00
binaryish.rs refactor(prettier): remove BinaryishLeft (#2381) 2024-02-10 23:10:33 +08:00
lib.rs refactor(prettier): Revive doc macro (#7639) 2024-12-04 16:58:00 +08:00
macros.rs refactor(prettier): Revive doc macro (#7639) 2024-12-04 16:58:00 +08:00
needs_parens.rs refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +08:00
options.rs chore(doc): replace main/master to tag/commit to make the url always accessible (#7298) 2024-11-16 21:00:30 +08:00