oxc/crates/oxc_prettier/src
Song Gao ebc80f6749
refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547)
Fix #7254 

Changed all "raw" properties of literal types (if they have this property) to `Option<Atom>`.

---------

Co-authored-by: overlookmotel <theoverlookmotel@gmail.com>
2024-12-05 00:34:45 +00:00
..
comments refactor(prettier): Revive doc macro (#7639) 2024-12-04 16:58:00 +08:00
format refactor(ast)!: change 'raw' from &str to Option<Atom> (#7547) 2024-12-05 00:34:45 +00: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