refactor with

This commit is contained in:
2026-05-04 15:43:35 +08:00
parent 2656b0bc11
commit b8e14c62a4
13 changed files with 162 additions and 344 deletions
-4
View File
@@ -125,10 +125,6 @@ impl<'a> BytecodeReader<'a> {
let id = self.read_string_id();
OperandData::ScopedImportBinding(id)
}
OperandType::WithLookup => {
let id = self.read_string_id();
OperandData::WithLookup(id)
}
}
}