refactor with
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user