Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(prettier): Refactor IR related macros (#7491)
- Remove `format!` macro - Rename string related macros, `&'static`: `text!` and `'a`: `dynamic_text!` - Apply `wrap!` macro instead of manually using `enter|leave_node` - Introduce `/ir` directory and move `Doc`, `impl Display`, `DocBuilder`, etc. I'm not yet determined how to, how deep to use macro, but this is first stepping stone... 🥌
- Loading branch information