oxc/crates/oxc_prettier/src
Boshen a71787572e
chore: remove unsafe_code = "warn" rust lint
Feels too verbose as we already have unsafe comment turned on
2024-07-15 10:39:08 +08:00
..
comments refactor(ast)!: store span details inside comment struct (#4132) 2024-07-09 23:23:43 +08:00
format feat(ast,codegen): add TSParenthesizedType and print type parentheses correctly (#3979) 2024-06-30 07:57:48 +00:00
printer chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
utils feat(prettier): print CallExpression arguments correctly (#1631) 2023-12-10 15:59:13 +08:00
binaryish.rs refactor(prettier): remove BinaryishLeft (#2381) 2024-02-10 23:10:33 +08:00
doc.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
lib.rs chore: remove unsafe_code = "warn" rust lint 2024-07-15 10:39:08 +08:00
macros.rs refactor(prettier): improve Group API (#2390) 2024-02-11 21:53:02 +08:00
needs_parens.rs chore: improve some format by running cargo +nightly fmt 2024-06-19 00:48:30 +08:00
options.rs chore: fix some nightly clippy warnings 2024-06-19 00:53:58 +08:00