mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
update
This commit is contained in:
@@ -64,7 +64,9 @@ pub const Store = struct {
|
||||
dep_id: DependencyID,
|
||||
pkg_id: PackageID,
|
||||
|
||||
pub const deinit = {};
|
||||
// no deinit because each field does not need to
|
||||
// be deinitialized
|
||||
pub const deinit = void;
|
||||
};
|
||||
|
||||
var next_node_stack: bun.collections.ArrayListDefault(NextNode) = .init();
|
||||
|
||||
Reference in New Issue
Block a user