fix(codegen): 256 indentations level is not enough for codegen

This commit is contained in:
Boshen 2024-07-08 00:24:59 +08:00
parent 7ed27b75f9
commit 5472b7c990
No known key found for this signature in database
GPG key ID: 67715A371E534061

View file

@ -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>,