mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 04:08:41 +00:00
fix(codegen): 256 indentations level is not enough for codegen
This commit is contained in:
parent
7ed27b75f9
commit
5472b7c990
1 changed files with 1 additions and 1 deletions
|
|
@ -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<SourcemapBuilder>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue