oxc/crates/oxc_prettier/src
Yuji Sugiura 521df425de
refactor(prettier): Unified method of Doc generation (#7600)
Before:

- `Doc::Xxx()` + `XXX.with_xxx()`
- `macro!()`
- `p.xxx()`

After:

- `p.xxx()` with `p_vec!` macro
2024-12-03 17:27:55 +08:00
..
comments refactor(prettier): Refactor IR related macros (#7491) 2024-11-26 09:31:30 +00:00
format refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +08:00
ir refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +08:00
printer refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +08:00
utils refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +08:00
binaryish.rs
lib.rs refactor(prettier): Refactor IR related macros (#7491) 2024-11-26 09:31:30 +00:00
macros.rs refactor(prettier): Unified method of Doc generation (#7600) 2024-12-03 17:27:55 +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