diff --git a/crates/oxc_codegen/src/lib.rs b/crates/oxc_codegen/src/lib.rs index 511610dfe..e774cdc4b 100644 --- a/crates/oxc_codegen/src/lib.rs +++ b/crates/oxc_codegen/src/lib.rs @@ -73,7 +73,7 @@ pub struct Codegen<'a, const MINIFY: bool> { start_of_default_export: usize, /// Track the current indentation level - indent: u8, + indent: u32, // Builders sourcemap_builder: Option,