Fix several lints (#19121)

This commit is contained in:
Jarred Sumner
2025-04-19 05:41:34 -07:00
committed by GitHub
parent 7e8e559fce
commit 032713c58c
70 changed files with 906 additions and 1280 deletions

View File

@@ -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;