mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -2579,7 +2579,6 @@ pub const Data = union(Tag) {
|
||||
},
|
||||
.e_import => |e| {
|
||||
_ = e;
|
||||
|
||||
},
|
||||
inline .e_identifier,
|
||||
.e_import_identifier,
|
||||
|
||||
@@ -42,7 +42,6 @@ pub fn runTasks(
|
||||
if (comptime @TypeOf(callbacks.onExtract) != void) {
|
||||
if (ptask.callback.apply.task_id) |task_id| {
|
||||
_ = task_id;
|
||||
|
||||
} else if (Ctx == *PackageInstaller) {
|
||||
if (ptask.callback.apply.install_context) |*ctx| {
|
||||
var installer: *PackageInstaller = extract_ctx;
|
||||
|
||||
@@ -42,4 +42,4 @@
|
||||
"undefined != ": 0,
|
||||
"undefined == ": 0,
|
||||
"usingnamespace": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user