55 */
66
77import { Parser as ParserImport } from "acorn" ;
8+ import { Buffer } from "buffer" ;
89import { Scope } from "eslint-scope" ;
910import {
1011 ArrayExpression ,
@@ -87,24 +88,21 @@ import {
8788 WithStatement ,
8889 YieldExpression
8990} from "estree" ;
90- import { JSONSchema4 , JSONSchema6 , JSONSchema7 } from "json-schema" ;
91- import { Buffer } from "node:buffer" ;
9291import {
9392 IncomingMessage ,
9493 Server as ServerImportHttp ,
9594 ServerOptions as ServerOptionsImportHttp
96- } from "node: http" ;
95+ } from "http" ;
9796import {
9897 Server as ServerImportHttps ,
9998 ServerOptions as ServerOptionsImportHttps
100- } from "node: https" ;
99+ } from "https" ;
101100import {
102101 Session as SessionImportInspectorClass_1 ,
103102 Session as SessionImportInspectorClass_2
104- } from "node:inspector" ;
105- import { ListenOptions } from "node:net" ;
106- import { URL } from "node:url" ;
107- import { Context } from "node:vm" ;
103+ } from "inspector" ;
104+ import { JSONSchema4 , JSONSchema6 , JSONSchema7 } from "json-schema" ;
105+ import { ListenOptions } from "net" ;
108106import {
109107 ValidationErrorConfiguration ,
110108 validate as validateFunction
@@ -125,6 +123,8 @@ import {
125123 TapOptions ,
126124 TypedHookMap
127125} from "tapable" ;
126+ import { URL } from "url" ;
127+ import { Context } from "vm" ;
128128
129129declare interface Abortable {
130130 signal ?: AbortSignal ;
0 commit comments