mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
not always hoisted
This commit is contained in:
@@ -582,7 +582,7 @@ pub fn processSubtree(
|
||||
for (curr_resolutions.begin()..curr_resolutions.end()) |tree_dep_id| {
|
||||
const res_id = builder.resolutions[tree_dep_id];
|
||||
if (res_id == pkg_id) {
|
||||
break :hoisted .hoisted;
|
||||
break :try_nohoist;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user