mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Fix several lints (#19121)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
const http = require("node:http");
|
||||
const { urlToHttpOptions } = require("internal/url");
|
||||
|
||||
const ObjectSetPrototypeOf = Object.setPrototypeOf;
|
||||
const ArrayPrototypeShift = Array.prototype.shift;
|
||||
const ObjectAssign = Object.assign;
|
||||
const ArrayPrototypeUnshift = Array.prototype.unshift;
|
||||
|
||||
Reference in New Issue
Block a user