@w5s/eslint-config 3.5.4 → 3.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2451,7 +2451,6 @@ type NodeNoUnpublishedBin = [] | [{
2451
2451
  exclude?: string[];
2452
2452
  replace: [string, string];
2453
2453
  })[]]);
2454
- [k: string]: unknown | undefined;
2455
2454
  }]; // ----- node/no-unpublished-import -----
2456
2455
  type NodeNoUnpublishedImport = [] | [{
2457
2456
  allowModules?: string[];
@@ -2505,7 +2504,7 @@ type NodeNoUnsupportedFeaturesEsSyntax = [] | [{
2505
2504
  type NodeNoUnsupportedFeaturesNodeBuiltins = [] | [{
2506
2505
  version?: string;
2507
2506
  allowExperimental?: boolean;
2508
- ignores?: ("__filename" | "__dirname" | "require" | "require.cache" | "require.extensions" | "require.main" | "require.resolve" | "require.resolve.paths" | "module" | "module.children" | "module.exports" | "module.filename" | "module.id" | "module.isPreloading" | "module.loaded" | "module.parent" | "module.path" | "module.paths" | "module.require" | "exports" | "AbortController" | "AbortSignal" | "AbortSignal.abort" | "AbortSignal.timeout" | "AbortSignal.any" | "DOMException" | "FormData" | "Headers" | "MessageEvent" | "Navigator" | "Request" | "Response" | "WebAssembly" | "WebSocket" | "fetch" | "global" | "queueMicrotask" | "navigator" | "navigator.hardwareConcurrency" | "navigator.language" | "navigator.languages" | "navigator.platform" | "navigator.userAgent" | "structuredClone" | "localStorage" | "sessionStorage" | "Storage" | "Blob" | "new Buffer()" | "Buffer" | "Buffer.alloc" | "Buffer.allocUnsafe" | "Buffer.allocUnsafeSlow" | "Buffer.byteLength" | "Buffer.compare" | "Buffer.concat" | "Buffer.copyBytesFrom" | "Buffer.from" | "Buffer.isBuffer" | "Buffer.isEncoding" | "File" | "atob" | "btoa" | "console" | "console.profile" | "console.profileEnd" | "console.timeStamp" | "console.Console" | "console.assert" | "console.clear" | "console.count" | "console.countReset" | "console.debug" | "console.dir" | "console.dirxml" | "console.error" | "console.group" | "console.groupCollapsed" | "console.groupEnd" | "console.info" | "console.log" | "console.table" | "console.time" | "console.timeEnd" | "console.timeLog" | "console.trace" | "console.warn" | "crypto" | "crypto.subtle" | "crypto.subtle.decrypt" | "crypto.subtle.deriveBits" | "crypto.subtle.deriveKey" | "crypto.subtle.digest" | "crypto.subtle.encrypt" | "crypto.subtle.exportKey" | "crypto.subtle.generateKey" | "crypto.subtle.importKey" | "crypto.subtle.sign" | "crypto.subtle.unwrapKey" | "crypto.subtle.verify" | "crypto.subtle.wrapKey" | "crypto.getRandomValues" | "crypto.randomUUID" | "Crypto" | "CryptoKey" | "SubtleCrypto" | "CloseEvent" | "CustomEvent" | "Event" | "EventSource" | "EventTarget" | "PerformanceEntry" | "PerformanceMark" | "PerformanceMeasure" | "PerformanceObserver" | "PerformanceObserverEntryList" | "PerformanceResourceTiming" | "performance" | "performance.clearMarks" | "performance.clearMeasures" | "performance.clearResourceTimings" | "performance.eventLoopUtilization" | "performance.getEntries" | "performance.getEntriesByName" | "performance.getEntriesByType" | "performance.mark" | "performance.markResourceTiming" | "performance.measure" | "performance.nodeTiming" | "performance.nodeTiming.bootstrapComplete" | "performance.nodeTiming.environment" | "performance.nodeTiming.idleTime" | "performance.nodeTiming.loopExit" | "performance.nodeTiming.loopStart" | "performance.nodeTiming.nodeStart" | "performance.nodeTiming.uvMetricsInfo" | "performance.nodeTiming.v8Start" | "performance.now" | "performance.onresourcetimingbufferfull" | "performance.setResourceTimingBufferSize" | "performance.timeOrigin" | "performance.timerify" | "performance.toJSON" | "process" | "process.allowedNodeEnvironmentFlags" | "process.availableMemory" | "process.arch" | "process.argv" | "process.argv0" | "process.channel" | "process.config" | "process.connected" | "process.debugPort" | "process.env" | "process.execArgv" | "process.execPath" | "process.execve" | "process.exitCode" | "process.features.cached_builtins" | "process.features.debug" | "process.features.inspector" | "process.features.ipv6" | "process.features.require_module" | "process.features.tls" | "process.features.tls_alpn" | "process.features.tls_ocsp" | "process.features.tls_sni" | "process.features.typescript" | "process.features.uv" | "process.finalization.register" | "process.finalization.registerBeforeExit" | "process.finalization.unregister" | "process.getBuiltinModule" | "process.mainModule" | "process.noDeprecation" | "process.permission" | "process.pid" | "process.platform" | "process.ppid" | "process.ref" | "process.release" | "process.report" | "process.report.excludeEnv" | "process.sourceMapsEnabled" | "process.stdin" | "process.stdin.isRaw" | "process.stdin.isTTY" | "process.stdin.setRawMode" | "process.stdout" | "process.stdout.clearLine" | "process.stdout.clearScreenDown" | "process.stdout.columns" | "process.stdout.cursorTo" | "process.stdout.getColorDepth" | "process.stdout.getWindowSize" | "process.stdout.hasColors" | "process.stdout.isTTY" | "process.stdout.moveCursor" | "process.stdout.rows" | "process.stderr" | "process.stderr.clearLine" | "process.stderr.clearScreenDown" | "process.stderr.columns" | "process.stderr.cursorTo" | "process.stderr.getColorDepth" | "process.stderr.getWindowSize" | "process.stderr.hasColors" | "process.stderr.isTTY" | "process.stderr.moveCursor" | "process.stderr.rows" | "process.threadCpuUsage" | "process.throwDeprecation" | "process.title" | "process.traceDeprecation" | "process.version" | "process.versions" | "process.abort" | "process.chdir" | "process.constrainedMemory" | "process.cpuUsage" | "process.cwd" | "process.disconnect" | "process.dlopen" | "process.emitWarning" | "process.exit" | "process.getActiveResourcesInfo" | "process.getegid" | "process.geteuid" | "process.getgid" | "process.getgroups" | "process.getuid" | "process.hasUncaughtExceptionCaptureCallback" | "process.hrtime" | "process.hrtime.bigint" | "process.initgroups" | "process.kill" | "process.loadEnvFile" | "process.memoryUsage" | "process.rss" | "process.nextTick" | "process.resourceUsage" | "process.send" | "process.setegid" | "process.seteuid" | "process.setgid" | "process.setgroups" | "process.setuid" | "process.setSourceMapsEnabled" | "process.setUncaughtExceptionCaptureCallback" | "process.umask" | "process.unref" | "process.uptime" | "ReadableStream" | "ReadableStream.from" | "ReadableStreamDefaultReader" | "ReadableStreamBYOBReader" | "ReadableStreamDefaultController" | "ReadableByteStreamController" | "ReadableStreamBYOBRequest" | "WritableStream" | "WritableStreamDefaultWriter" | "WritableStreamDefaultController" | "TransformStream" | "TransformStreamDefaultController" | "ByteLengthQueuingStrategy" | "CountQueuingStrategy" | "TextEncoderStream" | "TextDecoderStream" | "CompressionStream" | "DecompressionStream" | "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout" | "setImmediate" | "clearImmediate" | "URL" | "URL.canParse" | "URL.createObjectURL" | "URL.revokeObjectURL" | "URLSearchParams" | "TextDecoder" | "TextEncoder" | "BroadcastChannel" | "MessageChannel" | "MessagePort" | "assert" | "assert.Assert" | "assert.assert" | "assert.deepEqual" | "assert.deepStrictEqual" | "assert.doesNotMatch" | "assert.doesNotReject" | "assert.doesNotThrow" | "assert.equal" | "assert.fail" | "assert.ifError" | "assert.match" | "assert.notDeepEqual" | "assert.notDeepStrictEqual" | "assert.notEqual" | "assert.notStrictEqual" | "assert.ok" | "assert.partialDeepStrictEqual" | "assert.rejects" | "assert.strictEqual" | "assert.throws" | "assert.CallTracker" | "assert.strict" | "assert.strict.Assert" | "assert.strict.assert" | "assert.strict.deepEqual" | "assert.strict.deepStrictEqual" | "assert.strict.doesNotMatch" | "assert.strict.doesNotReject" | "assert.strict.doesNotThrow" | "assert.strict.equal" | "assert.strict.fail" | "assert.strict.ifError" | "assert.strict.match" | "assert.strict.notDeepEqual" | "assert.strict.notDeepStrictEqual" | "assert.strict.notEqual" | "assert.strict.notStrictEqual" | "assert.strict.ok" | "assert.strict.partialDeepStrictEqual" | "assert.strict.rejects" | "assert.strict.strictEqual" | "assert.strict.throws" | "assert.strict.CallTracker" | "assert/strict" | "assert/strict.Assert" | "assert/strict.assert" | "assert/strict.deepEqual" | "assert/strict.deepStrictEqual" | "assert/strict.doesNotMatch" | "assert/strict.doesNotReject" | "assert/strict.doesNotThrow" | "assert/strict.equal" | "assert/strict.fail" | "assert/strict.ifError" | "assert/strict.match" | "assert/strict.notDeepEqual" | "assert/strict.notDeepStrictEqual" | "assert/strict.notEqual" | "assert/strict.notStrictEqual" | "assert/strict.ok" | "assert/strict.partialDeepStrictEqual" | "assert/strict.rejects" | "assert/strict.strictEqual" | "assert/strict.throws" | "assert/strict.CallTracker" | "async_hooks" | "async_hooks.createHook" | "async_hooks.executionAsyncResource" | "async_hooks.executionAsyncId" | "async_hooks.triggerAsyncId" | "async_hooks.AsyncLocalStorage" | "async_hooks.AsyncLocalStorage.bind" | "async_hooks.AsyncLocalStorage.snapshot" | "async_hooks.AsyncResource" | "async_hooks.AsyncResource.bind" | "buffer" | "buffer.constants" | "buffer.INSPECT_MAX_BYTES" | "buffer.kMaxLength" | "buffer.kStringMaxLength" | "buffer.atob" | "buffer.btoa" | "buffer.isAscii" | "buffer.isUtf8" | "buffer.resolveObjectURL" | "buffer.transcode" | "buffer.SlowBuffer" | "buffer.Blob" | "new buffer.Buffer()" | "buffer.Buffer" | "buffer.Buffer.alloc" | "buffer.Buffer.allocUnsafe" | "buffer.Buffer.allocUnsafeSlow" | "buffer.Buffer.byteLength" | "buffer.Buffer.compare" | "buffer.Buffer.concat" | "buffer.Buffer.copyBytesFrom" | "buffer.Buffer.from" | "buffer.Buffer.isBuffer" | "buffer.Buffer.isEncoding" | "buffer.File" | "child_process" | "child_process.exec" | "child_process.execFile" | "child_process.fork" | "child_process.spawn" | "child_process.execFileSync" | "child_process.execSync" | "child_process.spawnSync" | "child_process.ChildProcess" | "cluster" | "cluster.isMaster" | "cluster.isPrimary" | "cluster.isWorker" | "cluster.schedulingPolicy" | "cluster.settings" | "cluster.worker" | "cluster.workers" | "cluster.disconnect" | "cluster.fork" | "cluster.setupMaster" | "cluster.setupPrimary" | "cluster.Worker" | "crypto.constants" | "crypto.fips" | "crypto.webcrypto" | "crypto.webcrypto.subtle" | "crypto.webcrypto.subtle.decrypt" | "crypto.webcrypto.subtle.deriveBits" | "crypto.webcrypto.subtle.deriveKey" | "crypto.webcrypto.subtle.digest" | "crypto.webcrypto.subtle.encrypt" | "crypto.webcrypto.subtle.exportKey" | "crypto.webcrypto.subtle.generateKey" | "crypto.webcrypto.subtle.importKey" | "crypto.webcrypto.subtle.sign" | "crypto.webcrypto.subtle.unwrapKey" | "crypto.webcrypto.subtle.verify" | "crypto.webcrypto.subtle.wrapKey" | "crypto.webcrypto.getRandomValues" | "crypto.webcrypto.randomUUID" | "crypto.checkPrime" | "crypto.checkPrimeSync" | "crypto.createCipher" | "crypto.createCipheriv" | "crypto.createDecipher" | "crypto.createDecipheriv" | "crypto.createDiffieHellman" | "crypto.createDiffieHellmanGroup" | "crypto.createECDH" | "crypto.createHash" | "crypto.createHmac" | "crypto.createPrivateKey" | "crypto.createPublicKey" | "crypto.createSecretKey" | "crypto.createSign" | "crypto.createVerify" | "crypto.diffieHellman" | "crypto.generateKey" | "crypto.generateKeyPair" | "crypto.generateKeyPairSync" | "crypto.generateKeySync" | "crypto.generatePrime" | "crypto.generatePrimeSync" | "crypto.getCipherInfo" | "crypto.getCiphers" | "crypto.getCurves" | "crypto.getDiffieHellman" | "crypto.getFips" | "crypto.getHashes" | "crypto.hash" | "crypto.hkdf" | "crypto.hkdfSync" | "crypto.pbkdf2" | "crypto.pbkdf2Sync" | "crypto.privateDecrypt" | "crypto.privateEncrypt" | "crypto.publicDecrypt" | "crypto.publicEncrypt" | "crypto.randomBytes" | "crypto.randomFillSync" | "crypto.randomFill" | "crypto.randomInt" | "crypto.scrypt" | "crypto.scryptSync" | "crypto.secureHeapUsed" | "crypto.setEngine" | "crypto.setFips" | "crypto.sign" | "crypto.timingSafeEqual" | "crypto.verify" | "crypto.Certificate" | "crypto.Certificate.exportChallenge" | "crypto.Certificate.exportPublicKey" | "crypto.Certificate.verifySpkac" | "crypto.Cipher" | "crypto.Decipher" | "crypto.DiffieHellman" | "crypto.DiffieHellmanGroup" | "crypto.ECDH" | "crypto.ECDH.convertKey" | "crypto.Hash()" | "new crypto.Hash()" | "crypto.Hash" | "crypto.Hmac()" | "new crypto.Hmac()" | "crypto.Hmac" | "crypto.KeyObject" | "crypto.KeyObject.from" | "crypto.Sign" | "crypto.Verify" | "crypto.X509Certificate" | "dgram" | "dgram.createSocket" | "dgram.Socket" | "diagnostics_channel" | "diagnostics_channel.hasSubscribers" | "diagnostics_channel.channel" | "diagnostics_channel.subscribe" | "diagnostics_channel.unsubscribe" | "diagnostics_channel.tracingChannel" | "diagnostics_channel.Channel" | "diagnostics_channel.TracingChannel" | "dns" | "dns.Resolver" | "dns.getServers" | "dns.lookup" | "dns.lookupService" | "dns.resolve" | "dns.resolve4" | "dns.resolve6" | "dns.resolveAny" | "dns.resolveCname" | "dns.resolveCaa" | "dns.resolveMx" | "dns.resolveNaptr" | "dns.resolveNs" | "dns.resolvePtr" | "dns.resolveSoa" | "dns.resolveSrv" | "dns.resolveTlsa" | "dns.resolveTxt" | "dns.reverse" | "dns.setDefaultResultOrder" | "dns.getDefaultResultOrder" | "dns.setServers" | "dns.promises" | "dns.promises.Resolver" | "dns.promises.cancel" | "dns.promises.getServers" | "dns.promises.lookup" | "dns.promises.lookupService" | "dns.promises.resolve" | "dns.promises.resolve4" | "dns.promises.resolve6" | "dns.promises.resolveAny" | "dns.promises.resolveCaa" | "dns.promises.resolveCname" | "dns.promises.resolveMx" | "dns.promises.resolveNaptr" | "dns.promises.resolveNs" | "dns.promises.resolvePtr" | "dns.promises.resolveSoa" | "dns.promises.resolveSrv" | "dns.promises.resolveTlsa" | "dns.promises.resolveTxt" | "dns.promises.reverse" | "dns.promises.setDefaultResultOrder" | "dns.promises.getDefaultResultOrder" | "dns.promises.setServers" | "dns/promises" | "dns/promises.Resolver" | "dns/promises.cancel" | "dns/promises.getServers" | "dns/promises.lookup" | "dns/promises.lookupService" | "dns/promises.resolve" | "dns/promises.resolve4" | "dns/promises.resolve6" | "dns/promises.resolveAny" | "dns/promises.resolveCaa" | "dns/promises.resolveCname" | "dns/promises.resolveMx" | "dns/promises.resolveNaptr" | "dns/promises.resolveNs" | "dns/promises.resolvePtr" | "dns/promises.resolveSoa" | "dns/promises.resolveSrv" | "dns/promises.resolveTlsa" | "dns/promises.resolveTxt" | "dns/promises.reverse" | "dns/promises.setDefaultResultOrder" | "dns/promises.getDefaultResultOrder" | "dns/promises.setServers" | "domain" | "domain.create" | "domain.Domain" | "events" | "events.Event" | "events.EventTarget" | "events.CustomEvent" | "events.NodeEventTarget" | "events.EventEmitter" | "events.EventEmitter.defaultMaxListeners" | "events.EventEmitter.errorMonitor" | "events.EventEmitter.captureRejections" | "events.EventEmitter.captureRejectionSymbol" | "events.EventEmitter.getEventListeners" | "events.EventEmitter.getMaxListeners" | "events.EventEmitter.once" | "events.EventEmitter.listenerCount" | "events.EventEmitter.on" | "events.EventEmitter.setMaxListeners" | "events.EventEmitter.addAbortListener" | "events.EventEmitterAsyncResource" | "events.EventEmitterAsyncResource.defaultMaxListeners" | "events.EventEmitterAsyncResource.errorMonitor" | "events.EventEmitterAsyncResource.captureRejections" | "events.EventEmitterAsyncResource.captureRejectionSymbol" | "events.EventEmitterAsyncResource.getEventListeners" | "events.EventEmitterAsyncResource.getMaxListeners" | "events.EventEmitterAsyncResource.once" | "events.EventEmitterAsyncResource.listenerCount" | "events.EventEmitterAsyncResource.on" | "events.EventEmitterAsyncResource.setMaxListeners" | "events.EventEmitterAsyncResource.addAbortListener" | "events.defaultMaxListeners" | "events.errorMonitor" | "events.captureRejections" | "events.captureRejectionSymbol" | "events.getEventListeners" | "events.getMaxListeners" | "events.once" | "events.listenerCount" | "events.on" | "events.setMaxListeners" | "events.addAbortListener" | "fs" | "fs.promises" | "fs.promises.FileHandle" | "fs.promises.access" | "fs.promises.appendFile" | "fs.promises.chmod" | "fs.promises.chown" | "fs.promises.constants" | "fs.promises.copyFile" | "fs.promises.cp" | "fs.promises.glob" | "fs.promises.lchmod" | "fs.promises.lchown" | "fs.promises.link" | "fs.promises.lstat" | "fs.promises.lutimes" | "fs.promises.mkdir" | "fs.promises.mkdtemp" | "fs.promises.open" | "fs.promises.opendir" | "fs.promises.readFile" | "fs.promises.readdir" | "fs.promises.readlink" | "fs.promises.realpath" | "fs.promises.rename" | "fs.promises.rm" | "fs.promises.rmdir" | "fs.promises.stat" | "fs.promises.statfs" | "fs.promises.symlink" | "fs.promises.truncate" | "fs.promises.unlink" | "fs.promises.utimes" | "fs.promises.watch" | "fs.promises.writeFile" | "fs.access" | "fs.appendFile" | "fs.chmod" | "fs.chown" | "fs.close" | "fs.copyFile" | "fs.cp" | "fs.createReadStream" | "fs.createWriteStream" | "fs.exists" | "fs.fchmod" | "fs.fchown" | "fs.fdatasync" | "fs.fstat" | "fs.fsync" | "fs.ftruncate" | "fs.futimes" | "fs.glob" | "fs.lchmod" | "fs.lchown" | "fs.link" | "fs.lstat" | "fs.lutimes" | "fs.mkdir" | "fs.mkdtemp" | "fs.native" | "fs.open" | "fs.openAsBlob" | "fs.opendir" | "fs.read" | "fs.readdir" | "fs.readFile" | "fs.readlink" | "fs.readv" | "fs.realpath" | "fs.realpath.native" | "fs.rename" | "fs.rm" | "fs.rmdir" | "fs.stat" | "fs.statfs" | "fs.symlink" | "fs.truncate" | "fs.unlink" | "fs.unwatchFile" | "fs.utimes" | "fs.watch" | "fs.watchFile" | "fs.write" | "fs.writeFile" | "fs.writev" | "fs.accessSync" | "fs.appendFileSync" | "fs.chmodSync" | "fs.chownSync" | "fs.closeSync" | "fs.copyFileSync" | "fs.cpSync" | "fs.existsSync" | "fs.fchmodSync" | "fs.fchownSync" | "fs.fdatasyncSync" | "fs.fstatSync" | "fs.fsyncSync" | "fs.ftruncateSync" | "fs.futimesSync" | "fs.globSync" | "fs.lchmodSync" | "fs.lchownSync" | "fs.linkSync" | "fs.lstatSync" | "fs.lutimesSync" | "fs.mkdirSync" | "fs.mkdtempSync" | "fs.opendirSync" | "fs.openSync" | "fs.readdirSync" | "fs.readFileSync" | "fs.readlinkSync" | "fs.readSync" | "fs.readvSync" | "fs.realpathSync" | "fs.realpathSync.native" | "fs.renameSync" | "fs.rmdirSync" | "fs.rmSync" | "fs.statfsSync" | "fs.statSync" | "fs.symlinkSync" | "fs.truncateSync" | "fs.unlinkSync" | "fs.utimesSync" | "fs.writeFileSync" | "fs.writeSync" | "fs.writevSync" | "fs.constants" | "fs.Dir" | "fs.Dirent" | "fs.FSWatcher" | "fs.StatWatcher" | "fs.ReadStream" | "fs.Stats()" | "new fs.Stats()" | "fs.Stats" | "fs.StatFs" | "fs.WriteStream" | "fs.common_objects" | "fs/promises" | "fs/promises.FileHandle" | "fs/promises.access" | "fs/promises.appendFile" | "fs/promises.chmod" | "fs/promises.chown" | "fs/promises.constants" | "fs/promises.copyFile" | "fs/promises.cp" | "fs/promises.glob" | "fs/promises.lchmod" | "fs/promises.lchown" | "fs/promises.link" | "fs/promises.lstat" | "fs/promises.lutimes" | "fs/promises.mkdir" | "fs/promises.mkdtemp" | "fs/promises.open" | "fs/promises.opendir" | "fs/promises.readFile" | "fs/promises.readdir" | "fs/promises.readlink" | "fs/promises.realpath" | "fs/promises.rename" | "fs/promises.rm" | "fs/promises.rmdir" | "fs/promises.stat" | "fs/promises.statfs" | "fs/promises.symlink" | "fs/promises.truncate" | "fs/promises.unlink" | "fs/promises.utimes" | "fs/promises.watch" | "fs/promises.writeFile" | "http2" | "http2.constants" | "http2.sensitiveHeaders" | "http2.createServer" | "http2.createSecureServer" | "http2.connect" | "http2.getDefaultSettings" | "http2.getPackedSettings" | "http2.getUnpackedSettings" | "http2.performServerHandshake" | "http2.Http2Session" | "http2.ServerHttp2Session" | "http2.ClientHttp2Session" | "http2.Http2Stream" | "http2.ClientHttp2Stream" | "http2.ServerHttp2Stream" | "http2.Http2Server" | "http2.Http2SecureServer" | "http2.Http2ServerRequest" | "http2.Http2ServerResponse" | "http" | "http.METHODS" | "http.STATUS_CODES" | "http.globalAgent" | "http.maxHeaderSize" | "http.createServer" | "http.get" | "http.request" | "http.validateHeaderName" | "http.validateHeaderValue" | "http.setMaxIdleHTTPParsers" | "http.Agent" | "http.ClientRequest" | "http.Server" | "http.ServerResponse" | "http.IncomingMessage" | "http.OutgoingMessage" | "http.WebSocket" | "_http_agent" | "_http_client" | "_http_common" | "_http_incoming" | "_http_outgoing" | "_http_server" | "https" | "https.globalAgent" | "https.createServer" | "https.get" | "https.request" | "https.Agent" | "https.Server" | "inspector" | "inspector.Session" | "inspector.Network.dataReceived" | "inspector.Network.dataSent" | "inspector.Network.loadingFailed" | "inspector.Network.loadingFinished" | "inspector.Network.requestWillBeSent" | "inspector.Network.responseReceived" | "inspector.NetworkResources.put" | "inspector.console" | "inspector.close" | "inspector.open" | "inspector.url" | "inspector.waitForDebugger" | "inspector/promises" | "inspector/promises.Session" | "inspector/promises.Network.dataReceived" | "inspector/promises.Network.dataSent" | "inspector/promises.Network.loadingFailed" | "inspector/promises.Network.loadingFinished" | "inspector/promises.Network.requestWillBeSent" | "inspector/promises.Network.responseReceived" | "inspector/promises.NetworkResources.put" | "inspector/promises.console" | "inspector/promises.close" | "inspector/promises.open" | "inspector/promises.url" | "inspector/promises.waitForDebugger" | "module.builtinModules" | "module.constants.compileCacheStatus" | "module.createRequire" | "module.createRequireFromPath" | "module.enableCompileCache" | "module.findPackageJSON" | "module.flushCompileCache" | "module.getCompileCacheDir" | "module.getSourceMapsSupport" | "module.isBuiltin" | "module.registerHooks" | "module.register" | "module.setSourceMapsSupport" | "module.stripTypeScriptTypes" | "module.syncBuiltinESMExports" | "module.findSourceMap" | "module.SourceMap" | "module.Module.builtinModules" | "module.Module.createRequire" | "module.Module.createRequireFromPath" | "module.Module.enableCompileCache" | "module.Module.findPackageJSON" | "module.Module.flushCompileCache" | "module.Module.getCompileCacheDir" | "module.Module.getSourceMapsSupport" | "module.Module.isBuiltin" | "module.Module.registerHooks" | "module.Module.register" | "module.Module.setSourceMapsSupport" | "module.Module.stripTypeScriptTypes" | "module.Module.syncBuiltinESMExports" | "module.Module.findSourceMap" | "module.Module.SourceMap" | "net" | "net.connect" | "net.createConnection" | "net.createServer" | "net.getDefaultAutoSelectFamily" | "net.setDefaultAutoSelectFamily" | "net.getDefaultAutoSelectFamilyAttemptTimeout" | "net.setDefaultAutoSelectFamilyAttemptTimeout" | "net.isIP" | "net.isIPv4" | "net.isIPv6" | "net.BlockList" | "net.BlockList.isBlockList" | "net.SocketAddress" | "net.SocketAddress.parse" | "net.Server" | "net.Socket" | "os" | "os.EOL" | "os.constants" | "os.constants.priority" | "os.devNull" | "os.availableParallelism" | "os.arch" | "os.cpus" | "os.endianness" | "os.freemem" | "os.getPriority" | "os.homedir" | "os.hostname" | "os.loadavg" | "os.machine" | "os.networkInterfaces" | "os.platform" | "os.release" | "os.setPriority" | "os.tmpdir" | "os.totalmem" | "os.type" | "os.uptime" | "os.userInfo" | "os.version" | "path" | "path.posix" | "path.posix.delimiter" | "path.posix.sep" | "path.posix.basename" | "path.posix.dirname" | "path.posix.extname" | "path.posix.format" | "path.posix.matchesGlob" | "path.posix.isAbsolute" | "path.posix.join" | "path.posix.normalize" | "path.posix.parse" | "path.posix.relative" | "path.posix.resolve" | "path.posix.toNamespacedPath" | "path.win32" | "path.win32.delimiter" | "path.win32.sep" | "path.win32.basename" | "path.win32.dirname" | "path.win32.extname" | "path.win32.format" | "path.win32.matchesGlob" | "path.win32.isAbsolute" | "path.win32.join" | "path.win32.normalize" | "path.win32.parse" | "path.win32.relative" | "path.win32.resolve" | "path.win32.toNamespacedPath" | "path.delimiter" | "path.sep" | "path.basename" | "path.dirname" | "path.extname" | "path.format" | "path.matchesGlob" | "path.isAbsolute" | "path.join" | "path.normalize" | "path.parse" | "path.relative" | "path.resolve" | "path.toNamespacedPath" | "path/posix" | "path/posix.delimiter" | "path/posix.sep" | "path/posix.basename" | "path/posix.dirname" | "path/posix.extname" | "path/posix.format" | "path/posix.matchesGlob" | "path/posix.isAbsolute" | "path/posix.join" | "path/posix.normalize" | "path/posix.parse" | "path/posix.relative" | "path/posix.resolve" | "path/posix.toNamespacedPath" | "path/win32" | "path/win32.delimiter" | "path/win32.sep" | "path/win32.basename" | "path/win32.dirname" | "path/win32.extname" | "path/win32.format" | "path/win32.matchesGlob" | "path/win32.isAbsolute" | "path/win32.join" | "path/win32.normalize" | "path/win32.parse" | "path/win32.relative" | "path/win32.resolve" | "path/win32.toNamespacedPath" | "perf_hooks" | "perf_hooks.performance" | "perf_hooks.performance.clearMarks" | "perf_hooks.performance.clearMeasures" | "perf_hooks.performance.clearResourceTimings" | "perf_hooks.performance.eventLoopUtilization" | "perf_hooks.performance.getEntries" | "perf_hooks.performance.getEntriesByName" | "perf_hooks.performance.getEntriesByType" | "perf_hooks.performance.mark" | "perf_hooks.performance.markResourceTiming" | "perf_hooks.performance.measure" | "perf_hooks.performance.nodeTiming" | "perf_hooks.performance.nodeTiming.bootstrapComplete" | "perf_hooks.performance.nodeTiming.environment" | "perf_hooks.performance.nodeTiming.idleTime" | "perf_hooks.performance.nodeTiming.loopExit" | "perf_hooks.performance.nodeTiming.loopStart" | "perf_hooks.performance.nodeTiming.nodeStart" | "perf_hooks.performance.nodeTiming.uvMetricsInfo" | "perf_hooks.performance.nodeTiming.v8Start" | "perf_hooks.performance.now" | "perf_hooks.performance.onresourcetimingbufferfull" | "perf_hooks.performance.setResourceTimingBufferSize" | "perf_hooks.performance.timeOrigin" | "perf_hooks.performance.timerify" | "perf_hooks.performance.toJSON" | "perf_hooks.createHistogram" | "perf_hooks.monitorEventLoopDelay" | "perf_hooks.PerformanceEntry" | "perf_hooks.PerformanceMark" | "perf_hooks.PerformanceMeasure" | "perf_hooks.PerformanceNodeEntry" | "perf_hooks.PerformanceNodeTiming" | "perf_hooks.PerformanceResourceTiming" | "perf_hooks.PerformanceObserver" | "perf_hooks.PerformanceObserverEntryList" | "perf_hooks.Histogram" | "perf_hooks.IntervalHistogram" | "perf_hooks.RecordableHistogram" | "punycode" | "punycode.ucs2" | "punycode.version" | "punycode.decode" | "punycode.encode" | "punycode.toASCII" | "punycode.toUnicode" | "querystring" | "querystring.decode" | "querystring.encode" | "querystring.escape" | "querystring.parse" | "querystring.stringify" | "querystring.unescape" | "readline" | "readline.promises" | "readline.promises.createInterface" | "readline.promises.Interface" | "readline.promises.Readline" | "readline.clearLine" | "readline.clearScreenDown" | "readline.createInterface" | "readline.cursorTo" | "readline.moveCursor" | "readline.Interface" | "readline.emitKeypressEvents" | "readline.InterfaceConstructor" | "readline/promises" | "readline/promises.createInterface" | "readline/promises.Interface" | "readline/promises.Readline" | "repl" | "repl.start" | "repl.writer" | "repl.REPLServer()" | "repl.REPLServer" | "repl.REPL_MODE_MAGIC" | "repl.REPL_MODE_SLOPPY" | "repl.REPL_MODE_STRICT" | "repl.Recoverable()" | "repl.Recoverable" | "repl.builtinModules" | "sea" | "sea.isSea" | "sea.getAsset" | "sea.getAssetAsBlob" | "sea.getRawAsset" | "sea.sea.isSea" | "sea.sea.getAsset" | "sea.sea.getAssetAsBlob" | "sea.sea.getRawAsset" | "stream" | "stream.promises" | "stream.promises.pipeline" | "stream.promises.finished" | "stream.finished" | "stream.pipeline" | "stream.compose" | "stream.duplexPair" | "stream.Readable" | "stream.Readable.from" | "stream.Readable.isDisturbed" | "stream.Readable.fromWeb" | "stream.Readable.toWeb" | "stream.Writable" | "stream.Writable.fromWeb" | "stream.Writable.toWeb" | "stream.Duplex" | "stream.Duplex.from" | "stream.Duplex.fromWeb" | "stream.Duplex.toWeb" | "stream.Transform" | "stream.isErrored" | "stream.isReadable" | "stream.addAbortSignal" | "stream.getDefaultHighWaterMark" | "stream.setDefaultHighWaterMark" | "stream/promises.pipeline" | "stream/promises.finished" | "stream/web" | "stream/web.ReadableStream" | "stream/web.ReadableStream.from" | "stream/web.ReadableStreamDefaultReader" | "stream/web.ReadableStreamBYOBReader" | "stream/web.ReadableStreamDefaultController" | "stream/web.ReadableByteStreamController" | "stream/web.ReadableStreamBYOBRequest" | "stream/web.WritableStream" | "stream/web.WritableStreamDefaultWriter" | "stream/web.WritableStreamDefaultController" | "stream/web.TransformStream" | "stream/web.TransformStreamDefaultController" | "stream/web.ByteLengthQueuingStrategy" | "stream/web.CountQueuingStrategy" | "stream/web.TextEncoderStream" | "stream/web.TextDecoderStream" | "stream/web.CompressionStream" | "stream/web.DecompressionStream" | "stream/consumers" | "stream/consumers.arrayBuffer" | "stream/consumers.blob" | "stream/consumers.buffer" | "stream/consumers.json" | "stream/consumers.text" | "string_decoder" | "string_decoder.StringDecoder" | "sqlite" | "sqlite.constants" | "sqlite.constants.SQLITE_CHANGESET_OMIT" | "sqlite.constants.SQLITE_CHANGESET_REPLACE" | "sqlite.constants.SQLITE_CHANGESET_ABORT" | "sqlite.backup" | "sqlite.DatabaseSync" | "sqlite.StatementSync" | "sqlite.SQLITE_CHANGESET_OMIT" | "sqlite.SQLITE_CHANGESET_REPLACE" | "sqlite.SQLITE_CHANGESET_ABORT" | "test" | "test.after" | "test.afterEach" | "test.assert" | "test.assert.register" | "test.before" | "test.beforeEach" | "test.describe" | "test.describe.only" | "test.describe.skip" | "test.describe.todo" | "test.it" | "test.it.only" | "test.it.skip" | "test.it.todo" | "test.mock" | "test.mock.fn" | "test.mock.getter" | "test.mock.method" | "test.mock.module" | "test.mock.reset" | "test.mock.restoreAll" | "test.mock.setter" | "test.mock.timers" | "test.mock.timers.enable" | "test.mock.timers.reset" | "test.mock.timers.tick" | "test.only" | "test.run" | "test.snapshot" | "test.snapshot.setDefaultSnapshotSerializers" | "test.snapshot.setResolveSnapshotPath" | "test.skip" | "test.suite" | "test.test" | "test.test.only" | "test.test.skip" | "test.test.todo" | "test.todo" | "timers" | "timers.Immediate" | "timers.Timeout" | "timers.setImmediate" | "timers.clearImmediate" | "timers.setInterval" | "timers.clearInterval" | "timers.setTimeout" | "timers.clearTimeout" | "timers.promises" | "timers.promises.setTimeout" | "timers.promises.setImmediate" | "timers.promises.setInterval" | "timers.promises.scheduler.wait" | "timers.promises.scheduler.yield" | "timers/promises" | "timers/promises.setTimeout" | "timers/promises.setImmediate" | "timers/promises.setInterval" | "timers/promises.scheduler.wait" | "timers/promises.scheduler.yield" | "tls" | "tls.checkServerIdentity" | "tls.connect" | "tls.createSecureContext" | "tls.createSecurePair" | "tls.createServer" | "tls.CryptoStream" | "tls.DEFAULT_CIPHERS" | "tls.DEFAULT_ECDH_CURVE" | "tls.DEFAULT_MAX_VERSION" | "tls.DEFAULT_MIN_VERSION" | "tls.getCACertificates" | "tls.getCiphers" | "tls.rootCertificates" | "tls.SecureContext" | "tls.SecurePair" | "tls.Server" | "tls.setDefaultCACertificates" | "tls.TLSSocket" | "trace_events" | "trace_events.createTracing" | "trace_events.getEnabledCategories" | "tty" | "tty.isatty" | "tty.ReadStream" | "tty.WriteStream" | "url" | "url.domainToASCII" | "url.domainToUnicode" | "url.fileURLToPath" | "url.format" | "url.pathToFileURL" | "url.urlToHttpOptions" | "url.URL" | "url.URL.canParse" | "url.URL.createObjectURL" | "url.URL.revokeObjectURL" | "url.URLPattern" | "url.URLSearchParams" | "url.Url" | "util.promisify" | "util.promisify.custom" | "util.callbackify" | "util.debuglog" | "util.debug" | "util.deprecate" | "util.diff" | "util.format" | "util.formatWithOptions" | "util.getCallSite" | "util.getCallSites" | "util.getSystemErrorName" | "util.getSystemErrorMap" | "util.getSystemErrorMessage" | "util.inherits" | "util.inspect" | "util.inspect.custom" | "util.inspect.defaultOptions" | "util.inspect.replDefaults" | "util.isDeepStrictEqual" | "util.parseArgs" | "util.parseEnv" | "util.setTraceSigInt" | "util.stripVTControlCharacters" | "util.styleText" | "util.toUSVString" | "util.transferableAbortController" | "util.transferableAbortSignal" | "util.aborted" | "util.MIMEType" | "util.MIMEParams" | "util.TextDecoder" | "util.TextEncoder" | "util.types" | "util.types.isExternal" | "util.types.isDate" | "util.types.isArgumentsObject" | "util.types.isBigIntObject" | "util.types.isBooleanObject" | "util.types.isNumberObject" | "util.types.isStringObject" | "util.types.isSymbolObject" | "util.types.isNativeError" | "util.types.isRegExp" | "util.types.isAsyncFunction" | "util.types.isGeneratorFunction" | "util.types.isGeneratorObject" | "util.types.isPromise" | "util.types.isMap" | "util.types.isSet" | "util.types.isMapIterator" | "util.types.isSetIterator" | "util.types.isWeakMap" | "util.types.isWeakSet" | "util.types.isArrayBuffer" | "util.types.isDataView" | "util.types.isSharedArrayBuffer" | "util.types.isProxy" | "util.types.isModuleNamespaceObject" | "util.types.isAnyArrayBuffer" | "util.types.isBoxedPrimitive" | "util.types.isArrayBufferView" | "util.types.isTypedArray" | "util.types.isUint8Array" | "util.types.isUint8ClampedArray" | "util.types.isUint16Array" | "util.types.isUint32Array" | "util.types.isInt8Array" | "util.types.isInt16Array" | "util.types.isInt32Array" | "util.types.isFloat16Array" | "util.types.isFloat32Array" | "util.types.isFloat64Array" | "util.types.isBigInt64Array" | "util.types.isBigUint64Array" | "util.types.isKeyObject" | "util.types.isCryptoKey" | "util.types.isWebAssemblyCompiledModule" | "util._extend" | "util.isArray" | "util.isBoolean" | "util.isBuffer" | "util.isDate" | "util.isError" | "util.isFunction" | "util.isNull" | "util.isNullOrUndefined" | "util.isNumber" | "util.isObject" | "util.isPrimitive" | "util.isRegExp" | "util.isString" | "util.isSymbol" | "util.isUndefined" | "util.log" | "util" | "util/types" | "util/types.isExternal" | "util/types.isDate" | "util/types.isArgumentsObject" | "util/types.isBigIntObject" | "util/types.isBooleanObject" | "util/types.isNumberObject" | "util/types.isStringObject" | "util/types.isSymbolObject" | "util/types.isNativeError" | "util/types.isRegExp" | "util/types.isAsyncFunction" | "util/types.isGeneratorFunction" | "util/types.isGeneratorObject" | "util/types.isPromise" | "util/types.isMap" | "util/types.isSet" | "util/types.isMapIterator" | "util/types.isSetIterator" | "util/types.isWeakMap" | "util/types.isWeakSet" | "util/types.isArrayBuffer" | "util/types.isDataView" | "util/types.isSharedArrayBuffer" | "util/types.isProxy" | "util/types.isModuleNamespaceObject" | "util/types.isAnyArrayBuffer" | "util/types.isBoxedPrimitive" | "util/types.isArrayBufferView" | "util/types.isTypedArray" | "util/types.isUint8Array" | "util/types.isUint8ClampedArray" | "util/types.isUint16Array" | "util/types.isUint32Array" | "util/types.isInt8Array" | "util/types.isInt16Array" | "util/types.isInt32Array" | "util/types.isFloat16Array" | "util/types.isFloat32Array" | "util/types.isFloat64Array" | "util/types.isBigInt64Array" | "util/types.isBigUint64Array" | "util/types.isKeyObject" | "util/types.isCryptoKey" | "util/types.isWebAssemblyCompiledModule" | "v8" | "v8.serialize" | "v8.deserialize" | "v8.Serializer" | "v8.Deserializer" | "v8.DefaultSerializer" | "v8.DefaultDeserializer" | "v8.promiseHooks" | "v8.promiseHooks.onInit" | "v8.promiseHooks.onSettled" | "v8.promiseHooks.onBefore" | "v8.promiseHooks.onAfter" | "v8.promiseHooks.createHook" | "v8.startupSnapshot" | "v8.startupSnapshot.addSerializeCallback" | "v8.startupSnapshot.addDeserializeCallback" | "v8.startupSnapshot.setDeserializeMainFunction" | "v8.startupSnapshot.isBuildingSnapshot" | "v8.cachedDataVersionTag" | "v8.getHeapCodeStatistics" | "v8.getHeapSnapshot" | "v8.getHeapSpaceStatistics" | "v8.getHeapStatistics" | "v8.isStringOneByteRepresentation" | "v8.queryObjects" | "v8.setFlagsFromString" | "v8.stopCoverage" | "v8.takeCoverage" | "v8.writeHeapSnapshot" | "v8.setHeapSnapshotNearHeapLimit" | "v8.GCProfiler" | "vm.constants" | "vm.compileFunction" | "vm.createContext" | "vm.isContext" | "vm.measureMemory" | "vm.runInContext" | "vm.runInNewContext" | "vm.runInThisContext" | "vm.Script" | "vm.Module" | "vm.SourceTextModule" | "vm.SyntheticModule" | "vm" | "wasi.WASI" | "wasi" | "worker_threads" | "worker_threads.parentPort" | "worker_threads.resourceLimits" | "worker_threads.SHARE_ENV" | "worker_threads.threadId" | "worker_threads.workerData" | "worker_threads.getEnvironmentData" | "worker_threads.getHeapStatistics" | "worker_threads.markAsUncloneable" | "worker_threads.markAsUntransferable" | "worker_threads.isInternalThread" | "worker_threads.isMainThread" | "worker_threads.isMarkedAsUntransferable" | "worker_threads.moveMessagePortToContext" | "worker_threads.postMessageToThread" | "worker_threads.receiveMessageOnPort" | "worker_threads.setEnvironmentData" | "worker_threads.BroadcastChannel" | "worker_threads.MessageChannel" | "worker_threads.MessagePort" | "worker_threads.Worker" | "zlib.brotliCompress" | "zlib.brotliCompressSync" | "zlib.brotliDecompress" | "zlib.brotliDecompressSync" | "zlib.constants" | "zlib.constants.ZSTD_e_continue" | "zlib.constants.ZSTD_e_flush" | "zlib.constants.ZSTD_e_end" | "zlib.constants.ZSTD_fast" | "zlib.constants.ZSTD_dfast" | "zlib.constants.ZSTD_greedy" | "zlib.constants.ZSTD_lazy" | "zlib.constants.ZSTD_lazy2" | "zlib.constants.ZSTD_btlazy2" | "zlib.constants.ZSTD_btopt" | "zlib.constants.ZSTD_btultra" | "zlib.constants.ZSTD_btultra2" | "zlib.constants.ZSTD_c_compressionLevel" | "zlib.constants.ZSTD_c_windowLog" | "zlib.constants.ZSTD_c_hashLog" | "zlib.constants.ZSTD_c_chainLog" | "zlib.constants.ZSTD_c_searchLog" | "zlib.constants.ZSTD_c_minMatch" | "zlib.constants.ZSTD_c_targetLength" | "zlib.constants.ZSTD_c_strategy" | "zlib.constants.ZSTD_c_enableLongDistanceMatching" | "zlib.constants.ZSTD_c_ldmHashLog" | "zlib.constants.ZSTD_c_ldmMinMatch" | "zlib.constants.ZSTD_c_ldmBucketSizeLog" | "zlib.constants.ZSTD_c_ldmHashRateLog" | "zlib.constants.ZSTD_c_contentSizeFlag" | "zlib.constants.ZSTD_c_checksumFlag" | "zlib.constants.ZSTD_c_dictIDFlag" | "zlib.constants.ZSTD_c_nbWorkers" | "zlib.constants.ZSTD_c_jobSize" | "zlib.constants.ZSTD_c_overlapLog" | "zlib.constants.ZSTD_d_windowLogMax" | "zlib.constants.ZSTD_CLEVEL_DEFAULT" | "zlib.constants.ZSTD_error_no_error" | "zlib.constants.ZSTD_error_GENERIC" | "zlib.constants.ZSTD_error_prefix_unknown" | "zlib.constants.ZSTD_error_version_unsupported" | "zlib.constants.ZSTD_error_frameParameter_unsupported" | "zlib.constants.ZSTD_error_frameParameter_windowTooLarge" | "zlib.constants.ZSTD_error_corruption_detected" | "zlib.constants.ZSTD_error_checksum_wrong" | "zlib.constants.ZSTD_error_literals_headerWrong" | "zlib.constants.ZSTD_error_dictionary_corrupted" | "zlib.constants.ZSTD_error_dictionary_wrong" | "zlib.constants.ZSTD_error_dictionaryCreation_failed" | "zlib.constants.ZSTD_error_parameter_unsupported" | "zlib.constants.ZSTD_error_parameter_combination_unsupported" | "zlib.constants.ZSTD_error_parameter_outOfBound" | "zlib.constants.ZSTD_error_tableLog_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooSmall" | "zlib.constants.ZSTD_error_stabilityCondition_notRespected" | "zlib.constants.ZSTD_error_stage_wrong" | "zlib.constants.ZSTD_error_init_missing" | "zlib.constants.ZSTD_error_memory_allocation" | "zlib.constants.ZSTD_error_workSpace_tooSmall" | "zlib.constants.ZSTD_error_dstSize_tooSmall" | "zlib.constants.ZSTD_error_srcSize_wrong" | "zlib.constants.ZSTD_error_dstBuffer_null" | "zlib.constants.ZSTD_error_noForwardProgress_destFull" | "zlib.constants.ZSTD_error_noForwardProgress_inputEmpty" | "zlib.crc32" | "zlib.createBrotliCompress" | "zlib.createBrotliDecompress" | "zlib.createDeflate" | "zlib.createDeflateRaw" | "zlib.createGunzip" | "zlib.createGzip" | "zlib.createInflate" | "zlib.createInflateRaw" | "zlib.createUnzip" | "zlib.createZstdCompress" | "zlib.createZstdDecompress" | "zlib.deflate" | "zlib.deflateRaw" | "zlib.deflateRawSync" | "zlib.deflateSync" | "zlib.gunzip" | "zlib.gunzipSync" | "zlib.gzip" | "zlib.gzipSync" | "zlib.inflate" | "zlib.inflateRaw" | "zlib.inflateRawSync" | "zlib.inflateSync" | "zlib.unzip" | "zlib.unzipSync" | "zlib.zstdCompress" | "zlib.zstdCompressSync" | "zlib.zstdDecompress" | "zlib.zstdDecompressSync" | "zlib.BrotliCompress()" | "zlib.BrotliCompress" | "zlib.BrotliDecompress()" | "zlib.BrotliDecompress" | "zlib.Deflate()" | "zlib.Deflate" | "zlib.DeflateRaw()" | "zlib.DeflateRaw" | "zlib.Gunzip()" | "zlib.Gunzip" | "zlib.Gzip()" | "zlib.Gzip" | "zlib.Inflate()" | "zlib.Inflate" | "zlib.InflateRaw()" | "zlib.InflateRaw" | "zlib.Unzip()" | "zlib.Unzip" | "zlib.ZstdCompress" | "zlib.ZstdDecompress" | "zlib.ZstdOptions" | "zlib" | "import.meta.resolve" | "import.meta.dirname" | "import.meta.filename" | "import.meta.main")[];
2507
+ ignores?: ("__filename" | "__dirname" | "require" | "require.cache" | "require.extensions" | "require.main" | "require.resolve" | "require.resolve.paths" | "module" | "module.children" | "module.exports" | "module.filename" | "module.id" | "module.isPreloading" | "module.loaded" | "module.parent" | "module.path" | "module.paths" | "module.require" | "exports" | "AbortController" | "AbortSignal" | "AbortSignal.abort" | "AbortSignal.timeout" | "AbortSignal.any" | "DOMException" | "FormData" | "Headers" | "MessageEvent" | "Navigator" | "Request" | "Response" | "WebAssembly" | "WebSocket" | "fetch" | "global" | "queueMicrotask" | "navigator" | "navigator.hardwareConcurrency" | "navigator.language" | "navigator.languages" | "navigator.locks" | "navigator.locks.request" | "navigator.locks.query" | "navigator.platform" | "navigator.userAgent" | "structuredClone" | "localStorage" | "sessionStorage" | "Storage" | "Blob" | "new Buffer()" | "Buffer" | "Buffer.alloc" | "Buffer.allocUnsafe" | "Buffer.allocUnsafeSlow" | "Buffer.byteLength" | "Buffer.compare" | "Buffer.concat" | "Buffer.copyBytesFrom" | "Buffer.from" | "Buffer.isBuffer" | "Buffer.isEncoding" | "File" | "atob" | "btoa" | "console" | "console.profile" | "console.profileEnd" | "console.timeStamp" | "console.Console" | "console.assert" | "console.clear" | "console.count" | "console.countReset" | "console.debug" | "console.dir" | "console.dirxml" | "console.error" | "console.group" | "console.groupCollapsed" | "console.groupEnd" | "console.info" | "console.log" | "console.table" | "console.time" | "console.timeEnd" | "console.timeLog" | "console.trace" | "console.warn" | "crypto" | "crypto.subtle" | "crypto.subtle.decapsulateBits" | "crypto.subtle.decapsulateKey" | "crypto.subtle.decrypt" | "crypto.subtle.deriveBits" | "crypto.subtle.deriveKey" | "crypto.subtle.digest" | "crypto.subtle.encapsulateBits" | "crypto.subtle.encapsulateKey" | "crypto.subtle.encrypt" | "crypto.subtle.exportKey" | "crypto.subtle.generateKey" | "crypto.subtle.getPublicKey" | "crypto.subtle.importKey" | "crypto.subtle.sign" | "crypto.subtle.unwrapKey" | "crypto.subtle.verify" | "crypto.subtle.wrapKey" | "crypto.getRandomValues" | "crypto.randomUUID" | "Crypto" | "CryptoKey" | "SubtleCrypto" | "SubtleCrypto.supports" | "CloseEvent" | "CustomEvent" | "Event" | "EventSource" | "EventTarget" | "PerformanceEntry" | "PerformanceMark" | "PerformanceMeasure" | "PerformanceObserver" | "PerformanceObserverEntryList" | "PerformanceResourceTiming" | "performance" | "performance.clearMarks" | "performance.clearMeasures" | "performance.clearResourceTimings" | "performance.eventLoopUtilization" | "performance.getEntries" | "performance.getEntriesByName" | "performance.getEntriesByType" | "performance.mark" | "performance.markResourceTiming" | "performance.measure" | "performance.nodeTiming" | "performance.nodeTiming.bootstrapComplete" | "performance.nodeTiming.environment" | "performance.nodeTiming.idleTime" | "performance.nodeTiming.loopExit" | "performance.nodeTiming.loopStart" | "performance.nodeTiming.nodeStart" | "performance.nodeTiming.uvMetricsInfo" | "performance.nodeTiming.v8Start" | "performance.now" | "performance.onresourcetimingbufferfull" | "performance.setResourceTimingBufferSize" | "performance.timeOrigin" | "performance.timerify" | "performance.toJSON" | "process" | "process.allowedNodeEnvironmentFlags" | "process.availableMemory" | "process.arch" | "process.argv" | "process.argv0" | "process.channel" | "process.config" | "process.connected" | "process.debugPort" | "process.env" | "process.execArgv" | "process.execPath" | "process.execve" | "process.exitCode" | "process.features.cached_builtins" | "process.features.debug" | "process.features.inspector" | "process.features.ipv6" | "process.features.require_module" | "process.features.tls" | "process.features.tls_alpn" | "process.features.tls_ocsp" | "process.features.tls_sni" | "process.features.typescript" | "process.features.uv" | "process.finalization.register" | "process.finalization.registerBeforeExit" | "process.finalization.unregister" | "process.getBuiltinModule" | "process.mainModule" | "process.noDeprecation" | "process.permission" | "process.pid" | "process.platform" | "process.ppid" | "process.ref" | "process.release" | "process.report" | "process.report.excludeEnv" | "process.sourceMapsEnabled" | "process.stdin" | "process.stdin.isRaw" | "process.stdin.isTTY" | "process.stdin.setRawMode" | "process.stdout" | "process.stdout.clearLine" | "process.stdout.clearScreenDown" | "process.stdout.columns" | "process.stdout.cursorTo" | "process.stdout.getColorDepth" | "process.stdout.getWindowSize" | "process.stdout.hasColors" | "process.stdout.isTTY" | "process.stdout.moveCursor" | "process.stdout.rows" | "process.stderr" | "process.stderr.clearLine" | "process.stderr.clearScreenDown" | "process.stderr.columns" | "process.stderr.cursorTo" | "process.stderr.getColorDepth" | "process.stderr.getWindowSize" | "process.stderr.hasColors" | "process.stderr.isTTY" | "process.stderr.moveCursor" | "process.stderr.rows" | "process.threadCpuUsage" | "process.throwDeprecation" | "process.title" | "process.traceDeprecation" | "process.version" | "process.versions" | "process.abort" | "process.chdir" | "process.constrainedMemory" | "process.cpuUsage" | "process.cwd" | "process.disconnect" | "process.dlopen" | "process.emitWarning" | "process.exit" | "process.getActiveResourcesInfo" | "process.getegid" | "process.geteuid" | "process.getgid" | "process.getgroups" | "process.getuid" | "process.hasUncaughtExceptionCaptureCallback" | "process.hrtime" | "process.hrtime.bigint" | "process.initgroups" | "process.kill" | "process.loadEnvFile" | "process.memoryUsage" | "process.rss" | "process.nextTick" | "process.resourceUsage" | "process.send" | "process.setegid" | "process.seteuid" | "process.setgid" | "process.setgroups" | "process.setuid" | "process.setSourceMapsEnabled" | "process.setUncaughtExceptionCaptureCallback" | "process.umask" | "process.unref" | "process.uptime" | "ReadableStream" | "ReadableStream.from" | "ReadableStreamDefaultReader" | "ReadableStreamBYOBReader" | "ReadableStreamDefaultController" | "ReadableByteStreamController" | "ReadableStreamBYOBRequest" | "WritableStream" | "WritableStreamDefaultWriter" | "WritableStreamDefaultController" | "TransformStream" | "TransformStreamDefaultController" | "ByteLengthQueuingStrategy" | "CountQueuingStrategy" | "TextEncoderStream" | "TextDecoderStream" | "CompressionStream" | "DecompressionStream" | "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout" | "setImmediate" | "clearImmediate" | "URL" | "URL.canParse" | "URL.createObjectURL" | "URL.revokeObjectURL" | "URLSearchParams" | "TextDecoder" | "TextEncoder" | "BroadcastChannel" | "MessageChannel" | "MessagePort" | "assert" | "assert.Assert" | "assert.assert" | "assert.deepEqual" | "assert.deepStrictEqual" | "assert.doesNotMatch" | "assert.doesNotReject" | "assert.doesNotThrow" | "assert.equal" | "assert.fail" | "assert.ifError" | "assert.match" | "assert.notDeepEqual" | "assert.notDeepStrictEqual" | "assert.notEqual" | "assert.notStrictEqual" | "assert.ok" | "assert.partialDeepStrictEqual" | "assert.rejects" | "assert.strictEqual" | "assert.throws" | "assert.CallTracker" | "assert.strict" | "assert.strict.Assert" | "assert.strict.assert" | "assert.strict.deepEqual" | "assert.strict.deepStrictEqual" | "assert.strict.doesNotMatch" | "assert.strict.doesNotReject" | "assert.strict.doesNotThrow" | "assert.strict.equal" | "assert.strict.fail" | "assert.strict.ifError" | "assert.strict.match" | "assert.strict.notDeepEqual" | "assert.strict.notDeepStrictEqual" | "assert.strict.notEqual" | "assert.strict.notStrictEqual" | "assert.strict.ok" | "assert.strict.partialDeepStrictEqual" | "assert.strict.rejects" | "assert.strict.strictEqual" | "assert.strict.throws" | "assert.strict.CallTracker" | "assert/strict" | "assert/strict.Assert" | "assert/strict.assert" | "assert/strict.deepEqual" | "assert/strict.deepStrictEqual" | "assert/strict.doesNotMatch" | "assert/strict.doesNotReject" | "assert/strict.doesNotThrow" | "assert/strict.equal" | "assert/strict.fail" | "assert/strict.ifError" | "assert/strict.match" | "assert/strict.notDeepEqual" | "assert/strict.notDeepStrictEqual" | "assert/strict.notEqual" | "assert/strict.notStrictEqual" | "assert/strict.ok" | "assert/strict.partialDeepStrictEqual" | "assert/strict.rejects" | "assert/strict.strictEqual" | "assert/strict.throws" | "assert/strict.CallTracker" | "async_hooks" | "async_hooks.createHook" | "async_hooks.executionAsyncResource" | "async_hooks.executionAsyncId" | "async_hooks.triggerAsyncId" | "async_hooks.AsyncLocalStorage" | "async_hooks.AsyncLocalStorage.bind" | "async_hooks.AsyncLocalStorage.snapshot" | "async_hooks.AsyncResource" | "async_hooks.AsyncResource.bind" | "buffer" | "buffer.constants" | "buffer.INSPECT_MAX_BYTES" | "buffer.kMaxLength" | "buffer.kStringMaxLength" | "buffer.atob" | "buffer.btoa" | "buffer.isAscii" | "buffer.isUtf8" | "buffer.resolveObjectURL" | "buffer.transcode" | "buffer.SlowBuffer" | "buffer.Blob" | "new buffer.Buffer()" | "buffer.Buffer" | "buffer.Buffer.alloc" | "buffer.Buffer.allocUnsafe" | "buffer.Buffer.allocUnsafeSlow" | "buffer.Buffer.byteLength" | "buffer.Buffer.compare" | "buffer.Buffer.concat" | "buffer.Buffer.copyBytesFrom" | "buffer.Buffer.from" | "buffer.Buffer.isBuffer" | "buffer.Buffer.isEncoding" | "buffer.File" | "child_process" | "child_process.exec" | "child_process.execFile" | "child_process.fork" | "child_process.spawn" | "child_process.execFileSync" | "child_process.execSync" | "child_process.spawnSync" | "child_process.ChildProcess" | "cluster" | "cluster.isMaster" | "cluster.isPrimary" | "cluster.isWorker" | "cluster.schedulingPolicy" | "cluster.settings" | "cluster.worker" | "cluster.workers" | "cluster.disconnect" | "cluster.fork" | "cluster.setupMaster" | "cluster.setupPrimary" | "cluster.Worker" | "crypto.constants" | "crypto.fips" | "crypto.webcrypto" | "crypto.webcrypto.subtle" | "crypto.webcrypto.subtle.decapsulateBits" | "crypto.webcrypto.subtle.decapsulateKey" | "crypto.webcrypto.subtle.decrypt" | "crypto.webcrypto.subtle.deriveBits" | "crypto.webcrypto.subtle.deriveKey" | "crypto.webcrypto.subtle.digest" | "crypto.webcrypto.subtle.encapsulateBits" | "crypto.webcrypto.subtle.encapsulateKey" | "crypto.webcrypto.subtle.encrypt" | "crypto.webcrypto.subtle.exportKey" | "crypto.webcrypto.subtle.generateKey" | "crypto.webcrypto.subtle.getPublicKey" | "crypto.webcrypto.subtle.importKey" | "crypto.webcrypto.subtle.sign" | "crypto.webcrypto.subtle.unwrapKey" | "crypto.webcrypto.subtle.verify" | "crypto.webcrypto.subtle.wrapKey" | "crypto.webcrypto.getRandomValues" | "crypto.webcrypto.randomUUID" | "crypto.argon2" | "crypto.argon2Sync" | "crypto.checkPrime" | "crypto.checkPrimeSync" | "crypto.createCipher" | "crypto.createCipheriv" | "crypto.createDecipher" | "crypto.createDecipheriv" | "crypto.createDiffieHellman" | "crypto.createDiffieHellmanGroup" | "crypto.createECDH" | "crypto.createHash" | "crypto.createHmac" | "crypto.createPrivateKey" | "crypto.createPublicKey" | "crypto.createSecretKey" | "crypto.createSign" | "crypto.createVerify" | "crypto.decapsulate" | "crypto.diffieHellman" | "crypto.encapsulate" | "crypto.generateKey" | "crypto.generateKeyPair" | "crypto.generateKeyPairSync" | "crypto.generateKeySync" | "crypto.generatePrime" | "crypto.generatePrimeSync" | "crypto.getCipherInfo" | "crypto.getCiphers" | "crypto.getCurves" | "crypto.getDiffieHellman" | "crypto.getFips" | "crypto.getHashes" | "crypto.hash" | "crypto.hkdf" | "crypto.hkdfSync" | "crypto.pbkdf2" | "crypto.pbkdf2Sync" | "crypto.privateDecrypt" | "crypto.privateEncrypt" | "crypto.publicDecrypt" | "crypto.publicEncrypt" | "crypto.randomBytes" | "crypto.randomFillSync" | "crypto.randomFill" | "crypto.randomInt" | "crypto.scrypt" | "crypto.scryptSync" | "crypto.secureHeapUsed" | "crypto.setEngine" | "crypto.setFips" | "crypto.sign" | "crypto.timingSafeEqual" | "crypto.verify" | "crypto.Certificate" | "crypto.Certificate.exportChallenge" | "crypto.Certificate.exportPublicKey" | "crypto.Certificate.verifySpkac" | "crypto.Cipher" | "crypto.Decipher" | "crypto.DiffieHellman" | "crypto.DiffieHellmanGroup" | "crypto.ECDH" | "crypto.ECDH.convertKey" | "crypto.Hash()" | "new crypto.Hash()" | "crypto.Hash" | "crypto.Hmac()" | "new crypto.Hmac()" | "crypto.Hmac" | "crypto.KeyObject" | "crypto.KeyObject.from" | "crypto.Sign" | "crypto.Verify" | "crypto.X509Certificate" | "dgram" | "dgram.createSocket" | "dgram.Socket" | "diagnostics_channel" | "diagnostics_channel.hasSubscribers" | "diagnostics_channel.channel" | "diagnostics_channel.subscribe" | "diagnostics_channel.unsubscribe" | "diagnostics_channel.tracingChannel" | "diagnostics_channel.Channel" | "diagnostics_channel.TracingChannel" | "dns" | "dns.Resolver" | "dns.getServers" | "dns.lookup" | "dns.lookupService" | "dns.resolve" | "dns.resolve4" | "dns.resolve6" | "dns.resolveAny" | "dns.resolveCname" | "dns.resolveCaa" | "dns.resolveMx" | "dns.resolveNaptr" | "dns.resolveNs" | "dns.resolvePtr" | "dns.resolveSoa" | "dns.resolveSrv" | "dns.resolveTlsa" | "dns.resolveTxt" | "dns.reverse" | "dns.setDefaultResultOrder" | "dns.getDefaultResultOrder" | "dns.setServers" | "dns.promises" | "dns.promises.Resolver" | "dns.promises.cancel" | "dns.promises.getServers" | "dns.promises.lookup" | "dns.promises.lookupService" | "dns.promises.resolve" | "dns.promises.resolve4" | "dns.promises.resolve6" | "dns.promises.resolveAny" | "dns.promises.resolveCaa" | "dns.promises.resolveCname" | "dns.promises.resolveMx" | "dns.promises.resolveNaptr" | "dns.promises.resolveNs" | "dns.promises.resolvePtr" | "dns.promises.resolveSoa" | "dns.promises.resolveSrv" | "dns.promises.resolveTlsa" | "dns.promises.resolveTxt" | "dns.promises.reverse" | "dns.promises.setDefaultResultOrder" | "dns.promises.getDefaultResultOrder" | "dns.promises.setServers" | "dns/promises" | "dns/promises.Resolver" | "dns/promises.cancel" | "dns/promises.getServers" | "dns/promises.lookup" | "dns/promises.lookupService" | "dns/promises.resolve" | "dns/promises.resolve4" | "dns/promises.resolve6" | "dns/promises.resolveAny" | "dns/promises.resolveCaa" | "dns/promises.resolveCname" | "dns/promises.resolveMx" | "dns/promises.resolveNaptr" | "dns/promises.resolveNs" | "dns/promises.resolvePtr" | "dns/promises.resolveSoa" | "dns/promises.resolveSrv" | "dns/promises.resolveTlsa" | "dns/promises.resolveTxt" | "dns/promises.reverse" | "dns/promises.setDefaultResultOrder" | "dns/promises.getDefaultResultOrder" | "dns/promises.setServers" | "domain" | "domain.create" | "domain.Domain" | "events" | "events.Event" | "events.EventTarget" | "events.CustomEvent" | "events.NodeEventTarget" | "events.EventEmitter" | "events.EventEmitter.defaultMaxListeners" | "events.EventEmitter.errorMonitor" | "events.EventEmitter.captureRejections" | "events.EventEmitter.captureRejectionSymbol" | "events.EventEmitter.getEventListeners" | "events.EventEmitter.getMaxListeners" | "events.EventEmitter.once" | "events.EventEmitter.listenerCount" | "events.EventEmitter.on" | "events.EventEmitter.setMaxListeners" | "events.EventEmitter.addAbortListener" | "events.EventEmitterAsyncResource" | "events.EventEmitterAsyncResource.defaultMaxListeners" | "events.EventEmitterAsyncResource.errorMonitor" | "events.EventEmitterAsyncResource.captureRejections" | "events.EventEmitterAsyncResource.captureRejectionSymbol" | "events.EventEmitterAsyncResource.getEventListeners" | "events.EventEmitterAsyncResource.getMaxListeners" | "events.EventEmitterAsyncResource.once" | "events.EventEmitterAsyncResource.listenerCount" | "events.EventEmitterAsyncResource.on" | "events.EventEmitterAsyncResource.setMaxListeners" | "events.EventEmitterAsyncResource.addAbortListener" | "events.defaultMaxListeners" | "events.errorMonitor" | "events.captureRejections" | "events.captureRejectionSymbol" | "events.getEventListeners" | "events.getMaxListeners" | "events.once" | "events.listenerCount" | "events.on" | "events.setMaxListeners" | "events.addAbortListener" | "fs" | "fs.promises" | "fs.promises.FileHandle" | "fs.promises.access" | "fs.promises.appendFile" | "fs.promises.chmod" | "fs.promises.chown" | "fs.promises.constants" | "fs.promises.copyFile" | "fs.promises.cp" | "fs.promises.glob" | "fs.promises.lchmod" | "fs.promises.lchown" | "fs.promises.link" | "fs.promises.lstat" | "fs.promises.lutimes" | "fs.promises.mkdir" | "fs.promises.mkdtemp" | "fs.promises.mkdtempDisposable" | "fs.promises.open" | "fs.promises.opendir" | "fs.promises.readFile" | "fs.promises.readdir" | "fs.promises.readlink" | "fs.promises.realpath" | "fs.promises.rename" | "fs.promises.rm" | "fs.promises.rmdir" | "fs.promises.stat" | "fs.promises.statfs" | "fs.promises.symlink" | "fs.promises.truncate" | "fs.promises.unlink" | "fs.promises.utimes" | "fs.promises.watch" | "fs.promises.writeFile" | "fs.access" | "fs.appendFile" | "fs.chmod" | "fs.chown" | "fs.close" | "fs.copyFile" | "fs.cp" | "fs.createReadStream" | "fs.createWriteStream" | "fs.exists" | "fs.fchmod" | "fs.fchown" | "fs.fdatasync" | "fs.fstat" | "fs.fsync" | "fs.ftruncate" | "fs.futimes" | "fs.glob" | "fs.lchmod" | "fs.lchown" | "fs.link" | "fs.lstat" | "fs.lutimes" | "fs.mkdir" | "fs.mkdtemp" | "fs.native" | "fs.open" | "fs.openAsBlob" | "fs.opendir" | "fs.read" | "fs.readdir" | "fs.readFile" | "fs.readlink" | "fs.readv" | "fs.realpath" | "fs.realpath.native" | "fs.rename" | "fs.rm" | "fs.rmdir" | "fs.stat" | "fs.statfs" | "fs.symlink" | "fs.truncate" | "fs.unlink" | "fs.unwatchFile" | "fs.utimes" | "fs.watch" | "fs.watchFile" | "fs.write" | "fs.writeFile" | "fs.writev" | "fs.accessSync" | "fs.appendFileSync" | "fs.chmodSync" | "fs.chownSync" | "fs.closeSync" | "fs.copyFileSync" | "fs.cpSync" | "fs.existsSync" | "fs.fchmodSync" | "fs.fchownSync" | "fs.fdatasyncSync" | "fs.fstatSync" | "fs.fsyncSync" | "fs.ftruncateSync" | "fs.futimesSync" | "fs.globSync" | "fs.lchmodSync" | "fs.lchownSync" | "fs.linkSync" | "fs.lstatSync" | "fs.lutimesSync" | "fs.mkdirSync" | "fs.mkdtempSync" | "fs.mkdtempDisposableSync" | "fs.opendirSync" | "fs.openSync" | "fs.readdirSync" | "fs.readFileSync" | "fs.readlinkSync" | "fs.readSync" | "fs.readvSync" | "fs.realpathSync" | "fs.realpathSync.native" | "fs.renameSync" | "fs.rmdirSync" | "fs.rmSync" | "fs.statfsSync" | "fs.statSync" | "fs.symlinkSync" | "fs.truncateSync" | "fs.unlinkSync" | "fs.utimesSync" | "fs.writeFileSync" | "fs.writeSync" | "fs.writevSync" | "fs.constants" | "fs.Dir" | "fs.Dirent" | "fs.FSWatcher" | "fs.StatWatcher" | "fs.ReadStream" | "fs.Stats()" | "new fs.Stats()" | "fs.Stats" | "fs.StatFs" | "fs.WriteStream" | "fs.Utf8Stream" | "fs.common_objects" | "fs/promises" | "fs/promises.FileHandle" | "fs/promises.access" | "fs/promises.appendFile" | "fs/promises.chmod" | "fs/promises.chown" | "fs/promises.constants" | "fs/promises.copyFile" | "fs/promises.cp" | "fs/promises.glob" | "fs/promises.lchmod" | "fs/promises.lchown" | "fs/promises.link" | "fs/promises.lstat" | "fs/promises.lutimes" | "fs/promises.mkdir" | "fs/promises.mkdtemp" | "fs/promises.mkdtempDisposable" | "fs/promises.open" | "fs/promises.opendir" | "fs/promises.readFile" | "fs/promises.readdir" | "fs/promises.readlink" | "fs/promises.realpath" | "fs/promises.rename" | "fs/promises.rm" | "fs/promises.rmdir" | "fs/promises.stat" | "fs/promises.statfs" | "fs/promises.symlink" | "fs/promises.truncate" | "fs/promises.unlink" | "fs/promises.utimes" | "fs/promises.watch" | "fs/promises.writeFile" | "http2" | "http2.constants" | "http2.sensitiveHeaders" | "http2.createServer" | "http2.createSecureServer" | "http2.connect" | "http2.getDefaultSettings" | "http2.getPackedSettings" | "http2.getUnpackedSettings" | "http2.performServerHandshake" | "http2.Http2Session" | "http2.ServerHttp2Session" | "http2.ClientHttp2Session" | "http2.Http2Stream" | "http2.ClientHttp2Stream" | "http2.ServerHttp2Stream" | "http2.Http2Server" | "http2.Http2SecureServer" | "http2.Http2ServerRequest" | "http2.Http2ServerResponse" | "http" | "http.METHODS" | "http.STATUS_CODES" | "http.globalAgent" | "http.maxHeaderSize" | "http.createServer" | "http.get" | "http.request" | "http.validateHeaderName" | "http.validateHeaderValue" | "http.setMaxIdleHTTPParsers" | "http.Agent()" | "http.Agent" | "http.ClientRequest()" | "http.ClientRequest" | "http.Server()" | "http.Server" | "http.ServerResponse()" | "http.ServerResponse" | "http.IncomingMessage()" | "http.IncomingMessage" | "http.OutgoingMessage()" | "http.OutgoingMessage" | "http.WebSocket()" | "http.WebSocket" | "_http_agent" | "_http_client" | "_http_common" | "_http_incoming" | "_http_outgoing" | "_http_server" | "https" | "https.globalAgent" | "https.createServer" | "https.get" | "https.request" | "https.Agent" | "https.Server" | "inspector" | "inspector.Session" | "inspector.Network.dataReceived" | "inspector.Network.dataSent" | "inspector.Network.loadingFailed" | "inspector.Network.loadingFinished" | "inspector.Network.requestWillBeSent" | "inspector.Network.responseReceived" | "inspector.Network.webSocketCreated" | "inspector.Network.webSocketHandshakeResponseReceived" | "inspector.Network.webSocketClosed" | "inspector.NetworkResources.put" | "inspector.console" | "inspector.close" | "inspector.open" | "inspector.url" | "inspector.waitForDebugger" | "inspector/promises" | "inspector/promises.Session" | "inspector/promises.Network.dataReceived" | "inspector/promises.Network.dataSent" | "inspector/promises.Network.loadingFailed" | "inspector/promises.Network.loadingFinished" | "inspector/promises.Network.requestWillBeSent" | "inspector/promises.Network.responseReceived" | "inspector/promises.Network.webSocketCreated" | "inspector/promises.Network.webSocketHandshakeResponseReceived" | "inspector/promises.Network.webSocketClosed" | "inspector/promises.NetworkResources.put" | "inspector/promises.console" | "inspector/promises.close" | "inspector/promises.open" | "inspector/promises.url" | "inspector/promises.waitForDebugger" | "module.builtinModules" | "module.constants.compileCacheStatus" | "module.createRequire" | "module.createRequireFromPath" | "module.enableCompileCache" | "module.findPackageJSON" | "module.flushCompileCache" | "module.getCompileCacheDir" | "module.getSourceMapsSupport" | "module.isBuiltin" | "module.registerHooks" | "module.register" | "module.setSourceMapsSupport" | "module.stripTypeScriptTypes" | "module.syncBuiltinESMExports" | "module.findSourceMap" | "module.SourceMap" | "module.Module.builtinModules" | "module.Module.createRequire" | "module.Module.createRequireFromPath" | "module.Module.enableCompileCache" | "module.Module.findPackageJSON" | "module.Module.flushCompileCache" | "module.Module.getCompileCacheDir" | "module.Module.getSourceMapsSupport" | "module.Module.isBuiltin" | "module.Module.registerHooks" | "module.Module.register" | "module.Module.setSourceMapsSupport" | "module.Module.stripTypeScriptTypes" | "module.Module.syncBuiltinESMExports" | "module.Module.findSourceMap" | "module.Module.SourceMap" | "net" | "net.connect" | "net.createConnection" | "net.createServer" | "net.getDefaultAutoSelectFamily" | "net.setDefaultAutoSelectFamily" | "net.getDefaultAutoSelectFamilyAttemptTimeout" | "net.setDefaultAutoSelectFamilyAttemptTimeout" | "net.isIP" | "net.isIPv4" | "net.isIPv6" | "net.BlockList" | "net.BlockList.isBlockList" | "net.SocketAddress" | "net.SocketAddress.parse" | "net.Server" | "net.Socket" | "os" | "os.EOL" | "os.constants" | "os.constants.priority" | "os.devNull" | "os.availableParallelism" | "os.arch" | "os.cpus" | "os.endianness" | "os.freemem" | "os.getPriority" | "os.homedir" | "os.hostname" | "os.loadavg" | "os.machine" | "os.networkInterfaces" | "os.platform" | "os.release" | "os.setPriority" | "os.tmpdir" | "os.totalmem" | "os.type" | "os.uptime" | "os.userInfo" | "os.version" | "path" | "path.posix" | "path.posix.delimiter" | "path.posix.sep" | "path.posix.basename" | "path.posix.dirname" | "path.posix.extname" | "path.posix.format" | "path.posix.matchesGlob" | "path.posix.isAbsolute" | "path.posix.join" | "path.posix.normalize" | "path.posix.parse" | "path.posix.relative" | "path.posix.resolve" | "path.posix.toNamespacedPath" | "path.win32" | "path.win32.delimiter" | "path.win32.sep" | "path.win32.basename" | "path.win32.dirname" | "path.win32.extname" | "path.win32.format" | "path.win32.matchesGlob" | "path.win32.isAbsolute" | "path.win32.join" | "path.win32.normalize" | "path.win32.parse" | "path.win32.relative" | "path.win32.resolve" | "path.win32.toNamespacedPath" | "path.delimiter" | "path.sep" | "path.basename" | "path.dirname" | "path.extname" | "path.format" | "path.matchesGlob" | "path.isAbsolute" | "path.join" | "path.normalize" | "path.parse" | "path.relative" | "path.resolve" | "path.toNamespacedPath" | "path/posix" | "path/posix.delimiter" | "path/posix.sep" | "path/posix.basename" | "path/posix.dirname" | "path/posix.extname" | "path/posix.format" | "path/posix.matchesGlob" | "path/posix.isAbsolute" | "path/posix.join" | "path/posix.normalize" | "path/posix.parse" | "path/posix.relative" | "path/posix.resolve" | "path/posix.toNamespacedPath" | "path/win32" | "path/win32.delimiter" | "path/win32.sep" | "path/win32.basename" | "path/win32.dirname" | "path/win32.extname" | "path/win32.format" | "path/win32.matchesGlob" | "path/win32.isAbsolute" | "path/win32.join" | "path/win32.normalize" | "path/win32.parse" | "path/win32.relative" | "path/win32.resolve" | "path/win32.toNamespacedPath" | "perf_hooks" | "perf_hooks.performance" | "perf_hooks.performance.clearMarks" | "perf_hooks.performance.clearMeasures" | "perf_hooks.performance.clearResourceTimings" | "perf_hooks.performance.eventLoopUtilization" | "perf_hooks.performance.getEntries" | "perf_hooks.performance.getEntriesByName" | "perf_hooks.performance.getEntriesByType" | "perf_hooks.performance.mark" | "perf_hooks.performance.markResourceTiming" | "perf_hooks.performance.measure" | "perf_hooks.performance.nodeTiming" | "perf_hooks.performance.nodeTiming.bootstrapComplete" | "perf_hooks.performance.nodeTiming.environment" | "perf_hooks.performance.nodeTiming.idleTime" | "perf_hooks.performance.nodeTiming.loopExit" | "perf_hooks.performance.nodeTiming.loopStart" | "perf_hooks.performance.nodeTiming.nodeStart" | "perf_hooks.performance.nodeTiming.uvMetricsInfo" | "perf_hooks.performance.nodeTiming.v8Start" | "perf_hooks.performance.now" | "perf_hooks.performance.onresourcetimingbufferfull" | "perf_hooks.performance.setResourceTimingBufferSize" | "perf_hooks.performance.timeOrigin" | "perf_hooks.performance.timerify" | "perf_hooks.performance.toJSON" | "perf_hooks.createHistogram" | "perf_hooks.eventLoopUtilization" | "perf_hooks.timerify" | "perf_hooks.monitorEventLoopDelay" | "perf_hooks.PerformanceEntry" | "perf_hooks.PerformanceMark" | "perf_hooks.PerformanceMeasure" | "perf_hooks.PerformanceNodeEntry" | "perf_hooks.PerformanceNodeTiming" | "perf_hooks.PerformanceResourceTiming" | "perf_hooks.PerformanceObserver" | "perf_hooks.PerformanceObserverEntryList" | "perf_hooks.Histogram" | "perf_hooks.IntervalHistogram" | "perf_hooks.RecordableHistogram" | "punycode" | "punycode.ucs2" | "punycode.version" | "punycode.decode" | "punycode.encode" | "punycode.toASCII" | "punycode.toUnicode" | "querystring" | "querystring.decode" | "querystring.encode" | "querystring.escape" | "querystring.parse" | "querystring.stringify" | "querystring.unescape" | "readline" | "readline.promises" | "readline.promises.createInterface" | "readline.promises.Interface" | "readline.promises.Readline" | "readline.clearLine" | "readline.clearScreenDown" | "readline.createInterface" | "readline.cursorTo" | "readline.moveCursor" | "readline.Interface" | "readline.emitKeypressEvents" | "readline.InterfaceConstructor" | "readline/promises" | "readline/promises.createInterface" | "readline/promises.Interface" | "readline/promises.Readline" | "repl" | "repl.start" | "repl.writer" | "repl.REPLServer()" | "repl.REPLServer" | "repl.REPL_MODE_MAGIC" | "repl.REPL_MODE_SLOPPY" | "repl.REPL_MODE_STRICT" | "repl.Recoverable()" | "repl.Recoverable" | "repl.builtinModules" | "sea" | "sea.isSea" | "sea.getAsset" | "sea.getAssetAsBlob" | "sea.getAssetKeys" | "sea.getRawAsset" | "sea.sea.isSea" | "sea.sea.getAsset" | "sea.sea.getAssetAsBlob" | "sea.sea.getAssetKeys" | "sea.sea.getRawAsset" | "stream" | "stream.promises" | "stream.promises.pipeline" | "stream.promises.finished" | "stream.finished" | "stream.pipeline" | "stream.compose" | "stream.duplexPair" | "stream.Readable" | "stream.Readable.from" | "stream.Readable.isDisturbed" | "stream.Readable.fromWeb" | "stream.Readable.toWeb" | "stream.Writable" | "stream.Writable.fromWeb" | "stream.Writable.toWeb" | "stream.Duplex" | "stream.Duplex.from" | "stream.Duplex.fromWeb" | "stream.Duplex.toWeb" | "stream.Transform" | "stream.isErrored" | "stream.isReadable" | "stream.addAbortSignal" | "stream.getDefaultHighWaterMark" | "stream.setDefaultHighWaterMark" | "stream/promises.pipeline" | "stream/promises.finished" | "stream/web" | "stream/web.ReadableStream" | "stream/web.ReadableStream.from" | "stream/web.ReadableStreamDefaultReader" | "stream/web.ReadableStreamBYOBReader" | "stream/web.ReadableStreamDefaultController" | "stream/web.ReadableByteStreamController" | "stream/web.ReadableStreamBYOBRequest" | "stream/web.WritableStream" | "stream/web.WritableStreamDefaultWriter" | "stream/web.WritableStreamDefaultController" | "stream/web.TransformStream" | "stream/web.TransformStreamDefaultController" | "stream/web.ByteLengthQueuingStrategy" | "stream/web.CountQueuingStrategy" | "stream/web.TextEncoderStream" | "stream/web.TextDecoderStream" | "stream/web.CompressionStream" | "stream/web.DecompressionStream" | "stream/consumers" | "stream/consumers.arrayBuffer" | "stream/consumers.blob" | "stream/consumers.buffer" | "stream/consumers.json" | "stream/consumers.text" | "_stream_duplex" | "_stream_passthrough" | "_stream_readable" | "_stream_transform" | "_stream_wrap" | "_stream_writable" | "string_decoder" | "string_decoder.StringDecoder" | "sqlite" | "sqlite.constants" | "sqlite.constants.SQLITE_CHANGESET_OMIT" | "sqlite.constants.SQLITE_CHANGESET_REPLACE" | "sqlite.constants.SQLITE_CHANGESET_ABORT" | "sqlite.backup" | "sqlite.DatabaseSync" | "sqlite.Session" | "sqlite.StatementSync" | "sqlite.SQLITE_CHANGESET_OMIT" | "sqlite.SQLITE_CHANGESET_REPLACE" | "sqlite.SQLITE_CHANGESET_ABORT" | "test" | "test.after" | "test.afterEach" | "test.assert" | "test.assert.register" | "test.before" | "test.beforeEach" | "test.describe" | "test.describe.only" | "test.describe.skip" | "test.describe.todo" | "test.it" | "test.it.only" | "test.it.skip" | "test.it.todo" | "test.mock" | "test.mock.fn" | "test.mock.getter" | "test.mock.method" | "test.mock.module" | "test.mock.property" | "test.mock.reset" | "test.mock.restoreAll" | "test.mock.setter" | "test.mock.timers" | "test.mock.timers.enable" | "test.mock.timers.reset" | "test.mock.timers.tick" | "test.only" | "test.run" | "test.snapshot" | "test.snapshot.setDefaultSnapshotSerializers" | "test.snapshot.setResolveSnapshotPath" | "test.skip" | "test.suite" | "test.test" | "test.test.only" | "test.test.skip" | "test.test.todo" | "test.todo" | "timers" | "timers.Immediate" | "timers.Timeout" | "timers.setImmediate" | "timers.clearImmediate" | "timers.setInterval" | "timers.clearInterval" | "timers.setTimeout" | "timers.clearTimeout" | "timers.promises" | "timers.promises.setTimeout" | "timers.promises.setImmediate" | "timers.promises.setInterval" | "timers.promises.scheduler.wait" | "timers.promises.scheduler.yield" | "timers/promises" | "timers/promises.setTimeout" | "timers/promises.setImmediate" | "timers/promises.setInterval" | "timers/promises.scheduler.wait" | "timers/promises.scheduler.yield" | "tls" | "tls.checkServerIdentity" | "tls.connect" | "tls.createSecureContext" | "tls.createSecurePair" | "tls.createServer" | "tls.CryptoStream" | "tls.DEFAULT_CIPHERS" | "tls.DEFAULT_ECDH_CURVE" | "tls.DEFAULT_MAX_VERSION" | "tls.DEFAULT_MIN_VERSION" | "tls.getCACertificates" | "tls.getCiphers" | "tls.rootCertificates" | "tls.SecureContext" | "tls.SecurePair" | "tls.Server" | "tls.setDefaultCACertificates" | "tls.TLSSocket" | "_tls_common" | "_tls_wrap" | "trace_events" | "trace_events.createTracing" | "trace_events.getEnabledCategories" | "tty" | "tty.isatty" | "tty.ReadStream" | "tty.WriteStream" | "url" | "url.domainToASCII" | "url.domainToUnicode" | "url.fileURLToPath" | "url.format" | "url.pathToFileURL" | "url.urlToHttpOptions" | "url.URL" | "url.URL.canParse" | "url.URL.createObjectURL" | "url.URL.revokeObjectURL" | "url.URLPattern" | "url.URLSearchParams" | "url.Url" | "util.promisify" | "util.promisify.custom" | "util.callbackify" | "util.debuglog" | "util.debug" | "util.deprecate" | "util.diff" | "util.format" | "util.formatWithOptions" | "util.getCallSite" | "util.getCallSites" | "util.getSystemErrorName" | "util.getSystemErrorMap" | "util.getSystemErrorMessage" | "util.inherits" | "util.inspect" | "util.inspect.custom" | "util.inspect.defaultOptions" | "util.inspect.replDefaults" | "util.isDeepStrictEqual" | "util.parseArgs" | "util.parseEnv" | "util.setTraceSigInt" | "util.stripVTControlCharacters" | "util.styleText" | "util.toUSVString" | "util.transferableAbortController" | "util.transferableAbortSignal" | "util.aborted" | "util.MIMEType" | "util.MIMEParams" | "util.TextDecoder" | "util.TextEncoder" | "util.types" | "util.types.isExternal" | "util.types.isDate" | "util.types.isArgumentsObject" | "util.types.isBigIntObject" | "util.types.isBooleanObject" | "util.types.isNumberObject" | "util.types.isStringObject" | "util.types.isSymbolObject" | "util.types.isNativeError" | "util.types.isRegExp" | "util.types.isAsyncFunction" | "util.types.isGeneratorFunction" | "util.types.isGeneratorObject" | "util.types.isPromise" | "util.types.isMap" | "util.types.isSet" | "util.types.isMapIterator" | "util.types.isSetIterator" | "util.types.isWeakMap" | "util.types.isWeakSet" | "util.types.isArrayBuffer" | "util.types.isDataView" | "util.types.isSharedArrayBuffer" | "util.types.isProxy" | "util.types.isModuleNamespaceObject" | "util.types.isAnyArrayBuffer" | "util.types.isBoxedPrimitive" | "util.types.isArrayBufferView" | "util.types.isTypedArray" | "util.types.isUint8Array" | "util.types.isUint8ClampedArray" | "util.types.isUint16Array" | "util.types.isUint32Array" | "util.types.isInt8Array" | "util.types.isInt16Array" | "util.types.isInt32Array" | "util.types.isFloat16Array" | "util.types.isFloat32Array" | "util.types.isFloat64Array" | "util.types.isBigInt64Array" | "util.types.isBigUint64Array" | "util.types.isKeyObject" | "util.types.isCryptoKey" | "util.types.isWebAssemblyCompiledModule" | "util._extend" | "util.isArray" | "util.isBoolean" | "util.isBuffer" | "util.isDate" | "util.isError" | "util.isFunction" | "util.isNull" | "util.isNullOrUndefined" | "util.isNumber" | "util.isObject" | "util.isPrimitive" | "util.isRegExp" | "util.isString" | "util.isSymbol" | "util.isUndefined" | "util.log" | "util" | "util/types" | "util/types.isExternal" | "util/types.isDate" | "util/types.isArgumentsObject" | "util/types.isBigIntObject" | "util/types.isBooleanObject" | "util/types.isNumberObject" | "util/types.isStringObject" | "util/types.isSymbolObject" | "util/types.isNativeError" | "util/types.isRegExp" | "util/types.isAsyncFunction" | "util/types.isGeneratorFunction" | "util/types.isGeneratorObject" | "util/types.isPromise" | "util/types.isMap" | "util/types.isSet" | "util/types.isMapIterator" | "util/types.isSetIterator" | "util/types.isWeakMap" | "util/types.isWeakSet" | "util/types.isArrayBuffer" | "util/types.isDataView" | "util/types.isSharedArrayBuffer" | "util/types.isProxy" | "util/types.isModuleNamespaceObject" | "util/types.isAnyArrayBuffer" | "util/types.isBoxedPrimitive" | "util/types.isArrayBufferView" | "util/types.isTypedArray" | "util/types.isUint8Array" | "util/types.isUint8ClampedArray" | "util/types.isUint16Array" | "util/types.isUint32Array" | "util/types.isInt8Array" | "util/types.isInt16Array" | "util/types.isInt32Array" | "util/types.isFloat16Array" | "util/types.isFloat32Array" | "util/types.isFloat64Array" | "util/types.isBigInt64Array" | "util/types.isBigUint64Array" | "util/types.isKeyObject" | "util/types.isCryptoKey" | "util/types.isWebAssemblyCompiledModule" | "v8" | "v8.serialize" | "v8.deserialize" | "v8.Serializer" | "v8.Deserializer" | "v8.DefaultSerializer" | "v8.DefaultDeserializer" | "v8.promiseHooks" | "v8.promiseHooks.onInit" | "v8.promiseHooks.onSettled" | "v8.promiseHooks.onBefore" | "v8.promiseHooks.onAfter" | "v8.promiseHooks.createHook" | "v8.startupSnapshot" | "v8.startupSnapshot.addSerializeCallback" | "v8.startupSnapshot.addDeserializeCallback" | "v8.startupSnapshot.setDeserializeMainFunction" | "v8.startupSnapshot.isBuildingSnapshot" | "v8.cachedDataVersionTag" | "v8.getHeapCodeStatistics" | "v8.getHeapSnapshot" | "v8.getHeapSpaceStatistics" | "v8.getHeapStatistics" | "v8.isStringOneByteRepresentation" | "v8.queryObjects" | "v8.setFlagsFromString" | "v8.stopCoverage" | "v8.takeCoverage" | "v8.writeHeapSnapshot" | "v8.setHeapSnapshotNearHeapLimit" | "v8.GCProfiler" | "v8.startCpuProfile" | "vm.constants" | "vm.compileFunction" | "vm.createContext" | "vm.isContext" | "vm.measureMemory" | "vm.runInContext" | "vm.runInNewContext" | "vm.runInThisContext" | "vm.Script" | "vm.Module" | "vm.SourceTextModule" | "vm.SyntheticModule" | "vm" | "wasi.WASI" | "wasi" | "worker_threads" | "worker_threads.parentPort" | "worker_threads.resourceLimits" | "worker_threads.SHARE_ENV" | "worker_threads.threadId" | "worker_threads.threadName" | "worker_threads.workerData" | "worker_threads.getEnvironmentData" | "worker_threads.getHeapStatistics" | "worker_threads.markAsUncloneable" | "worker_threads.markAsUntransferable" | "worker_threads.isInternalThread" | "worker_threads.isMainThread" | "worker_threads.isMarkedAsUntransferable" | "worker_threads.locks" | "worker_threads.locks.request" | "worker_threads.locks.query" | "worker_threads.moveMessagePortToContext" | "worker_threads.postMessageToThread" | "worker_threads.receiveMessageOnPort" | "worker_threads.setEnvironmentData" | "worker_threads.BroadcastChannel" | "worker_threads.MessageChannel" | "worker_threads.MessagePort" | "worker_threads.Worker" | "zlib.brotliCompress" | "zlib.brotliCompressSync" | "zlib.brotliDecompress" | "zlib.brotliDecompressSync" | "zlib.constants" | "zlib.constants.ZSTD_e_continue" | "zlib.constants.ZSTD_e_flush" | "zlib.constants.ZSTD_e_end" | "zlib.constants.ZSTD_fast" | "zlib.constants.ZSTD_dfast" | "zlib.constants.ZSTD_greedy" | "zlib.constants.ZSTD_lazy" | "zlib.constants.ZSTD_lazy2" | "zlib.constants.ZSTD_btlazy2" | "zlib.constants.ZSTD_btopt" | "zlib.constants.ZSTD_btultra" | "zlib.constants.ZSTD_btultra2" | "zlib.constants.ZSTD_c_compressionLevel" | "zlib.constants.ZSTD_c_windowLog" | "zlib.constants.ZSTD_c_hashLog" | "zlib.constants.ZSTD_c_chainLog" | "zlib.constants.ZSTD_c_searchLog" | "zlib.constants.ZSTD_c_minMatch" | "zlib.constants.ZSTD_c_targetLength" | "zlib.constants.ZSTD_c_strategy" | "zlib.constants.ZSTD_c_enableLongDistanceMatching" | "zlib.constants.ZSTD_c_ldmHashLog" | "zlib.constants.ZSTD_c_ldmMinMatch" | "zlib.constants.ZSTD_c_ldmBucketSizeLog" | "zlib.constants.ZSTD_c_ldmHashRateLog" | "zlib.constants.ZSTD_c_contentSizeFlag" | "zlib.constants.ZSTD_c_checksumFlag" | "zlib.constants.ZSTD_c_dictIDFlag" | "zlib.constants.ZSTD_c_nbWorkers" | "zlib.constants.ZSTD_c_jobSize" | "zlib.constants.ZSTD_c_overlapLog" | "zlib.constants.ZSTD_d_windowLogMax" | "zlib.constants.ZSTD_CLEVEL_DEFAULT" | "zlib.constants.ZSTD_error_no_error" | "zlib.constants.ZSTD_error_GENERIC" | "zlib.constants.ZSTD_error_prefix_unknown" | "zlib.constants.ZSTD_error_version_unsupported" | "zlib.constants.ZSTD_error_frameParameter_unsupported" | "zlib.constants.ZSTD_error_frameParameter_windowTooLarge" | "zlib.constants.ZSTD_error_corruption_detected" | "zlib.constants.ZSTD_error_checksum_wrong" | "zlib.constants.ZSTD_error_literals_headerWrong" | "zlib.constants.ZSTD_error_dictionary_corrupted" | "zlib.constants.ZSTD_error_dictionary_wrong" | "zlib.constants.ZSTD_error_dictionaryCreation_failed" | "zlib.constants.ZSTD_error_parameter_unsupported" | "zlib.constants.ZSTD_error_parameter_combination_unsupported" | "zlib.constants.ZSTD_error_parameter_outOfBound" | "zlib.constants.ZSTD_error_tableLog_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooSmall" | "zlib.constants.ZSTD_error_stabilityCondition_notRespected" | "zlib.constants.ZSTD_error_stage_wrong" | "zlib.constants.ZSTD_error_init_missing" | "zlib.constants.ZSTD_error_memory_allocation" | "zlib.constants.ZSTD_error_workSpace_tooSmall" | "zlib.constants.ZSTD_error_dstSize_tooSmall" | "zlib.constants.ZSTD_error_srcSize_wrong" | "zlib.constants.ZSTD_error_dstBuffer_null" | "zlib.constants.ZSTD_error_noForwardProgress_destFull" | "zlib.constants.ZSTD_error_noForwardProgress_inputEmpty" | "zlib.crc32" | "zlib.createBrotliCompress" | "zlib.createBrotliDecompress" | "zlib.createDeflate" | "zlib.createDeflateRaw" | "zlib.createGunzip" | "zlib.createGzip" | "zlib.createInflate" | "zlib.createInflateRaw" | "zlib.createUnzip" | "zlib.createZstdCompress" | "zlib.createZstdDecompress" | "zlib.deflate" | "zlib.deflateRaw" | "zlib.deflateRawSync" | "zlib.deflateSync" | "zlib.gunzip" | "zlib.gunzipSync" | "zlib.gzip" | "zlib.gzipSync" | "zlib.inflate" | "zlib.inflateRaw" | "zlib.inflateRawSync" | "zlib.inflateSync" | "zlib.unzip" | "zlib.unzipSync" | "zlib.zstdCompress" | "zlib.zstdCompressSync" | "zlib.zstdDecompress" | "zlib.zstdDecompressSync" | "zlib.BrotliCompress()" | "zlib.BrotliCompress" | "zlib.BrotliDecompress()" | "zlib.BrotliDecompress" | "zlib.Deflate()" | "zlib.Deflate" | "zlib.DeflateRaw()" | "zlib.DeflateRaw" | "zlib.Gunzip()" | "zlib.Gunzip" | "zlib.Gzip()" | "zlib.Gzip" | "zlib.Inflate()" | "zlib.Inflate" | "zlib.InflateRaw()" | "zlib.InflateRaw" | "zlib.Unzip()" | "zlib.Unzip" | "zlib.ZstdCompress" | "zlib.ZstdDecompress" | "zlib.ZstdOptions" | "zlib" | "import.meta.resolve" | "import.meta.dirname" | "import.meta.filename" | "import.meta.main")[];
2509
2508
  }]; // ----- node/prefer-global/buffer -----
2510
2509
  type NodePreferGlobalBuffer = [] | [("always" | "never")]; // ----- node/prefer-global/console -----
2511
2510
  type NodePreferGlobalConsole = [] | [("always" | "never")]; // ----- node/prefer-global/crypto -----
package/dist/index.js CHANGED
@@ -882,7 +882,6 @@ async function node(options = {}) {
882
882
  "node/no-exports-assign": "error",
883
883
  "node/no-new-require": "error",
884
884
  "node/no-path-concat": "error",
885
- "node/no-sync": "error",
886
885
  "node/prefer-global/buffer": ["error", "never"],
887
886
  "node/prefer-global/console": ["error", "always"],
888
887
  "node/prefer-global/url": ["error", "always"],
@@ -1204,7 +1203,7 @@ async function defineConfig(options = {}) {
1204
1203
  //#region src/meta.ts
1205
1204
  const meta = Object.freeze({
1206
1205
  name: "@w5s/eslint-config",
1207
- version: "3.5.4",
1206
+ version: "3.5.6",
1208
1207
  buildNumber: 1
1209
1208
  });
1210
1209
  //#endregion
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["sourceGlob","defaultFiles","defaultFiles","sourceGlob","defaultFiles","defaultFiles","defaultFiles","defaultFiles","defaultFiles","sourceGlob"],"sources":["../src/type/StylisticConfig.ts","../src/rules/esRules/bestPractices.ts","../src/rules/esRules/errors.ts","../src/rules/esRules/es6.ts","../src/rules/esRules/overrides.ts","../src/rules/esRules/strict.ts","../src/rules/esRules/variables.ts","../src/rules/esRules.ts","../src/glob.ts","../src/config/es.ts","../src/config/ignores.ts","../src/config/jsdoc.ts","../src/config/jsonc.ts","../src/config/imports.ts","../src/config/markdown.ts","../src/config/node.ts","../src/config/stylistic.ts","../src/config/test.ts","../src/rules/tsRules.ts","../src/config/ts.ts","../src/config/unicorn.ts","../src/config/yml.ts","../src/defineConfig.ts","../src/meta.ts"],"sourcesContent":["import type { StylisticCustomizeOptions } from '@stylistic/eslint-plugin';\nimport prettierConfig from '@w5s/prettier-config';\n\nexport interface StylisticConfig {\n enabled: boolean;\n indent: NonNullable<StylisticCustomizeOptions['indent']>;\n quotes: NonNullable<StylisticCustomizeOptions['quotes']>;\n jsx: NonNullable<StylisticCustomizeOptions['jsx']>;\n semi: NonNullable<StylisticCustomizeOptions['semi']>;\n}\n\nexport interface StylisticParameters extends Partial<StylisticConfig> {}\n\nconst defaultConfig = {\n enabled: true,\n indent: prettierConfig.tabWidth ?? 2,\n quotes: prettierConfig.singleQuote ? 'single' : 'double',\n jsx: true,\n semi: prettierConfig.semi ?? true,\n} satisfies StylisticConfig;\n\n/**\n * @namespace\n */\nexport const StylisticConfig = {\n /**\n * Default config\n */\n default: defaultConfig,\n\n /**\n * Return a new StylisticConfig from input\n *\n * @param input\n */\n from(input: boolean | StylisticParameters): StylisticConfig {\n return typeof input === 'boolean' ? { ...defaultConfig, enabled: input } : { ...defaultConfig, ...input };\n },\n};\n","import type { Linter } from 'eslint';\n\nexport const bestPractices = () => ({\n // enforces getter/setter pairs in objects\n // https://eslint.org/docs/rules/accessor-pairs\n 'accessor-pairs': 'off',\n\n // enforces return statements in callbacks of array's methods\n // https://eslint.org/docs/rules/array-callback-return\n 'array-callback-return': ['error', { allowImplicit: true }],\n\n // treat var statements as if they were block scoped\n // https://eslint.org/docs/rules/block-scoped-var\n 'block-scoped-var': 'error',\n\n // specify the maximum cyclomatic complexity allowed in a program\n // https://eslint.org/docs/rules/complexity\n 'complexity': ['off', 20],\n\n // enforce that class methods use \"this\"\n // https://eslint.org/docs/rules/class-methods-use-this\n 'class-methods-use-this': ['error', {\n exceptMethods: [],\n }],\n\n // require return statements to either always or never specify values\n // https://eslint.org/docs/rules/consistent-return\n 'consistent-return': 'error',\n\n // specify curly brace conventions for all control statements\n // https://eslint.org/docs/rules/curly\n 'curly': ['error', 'multi-line'], // multiline\n\n // require default case in switch statements\n // https://eslint.org/docs/rules/default-case\n 'default-case': ['error', { commentPattern: '^no default$' }],\n\n // Enforce default clauses in switch statements to be last\n // https://eslint.org/docs/rules/default-case-last\n 'default-case-last': 'error',\n\n // https://eslint.org/docs/rules/default-param-last\n 'default-param-last': 'error',\n\n // encourages use of dot notation whenever possible\n // https://eslint.org/docs/rules/dot-notation\n 'dot-notation': ['error', { allowKeywords: true }],\n\n // enforces consistent newlines before or after dots\n // https://eslint.org/docs/rules/dot-location\n 'dot-location': ['error', 'property'],\n\n // require the use of === and !==\n // https://eslint.org/docs/rules/eqeqeq\n 'eqeqeq': ['error', 'always', { null: 'ignore' }],\n\n // Require grouped accessor pairs in object literals and classes\n // https://eslint.org/docs/rules/grouped-accessor-pairs\n 'grouped-accessor-pairs': 'error',\n\n // make sure for-in loops have an if statement\n // https://eslint.org/docs/rules/guard-for-in\n 'guard-for-in': 'error',\n\n // enforce a maximum number of classes per file\n // https://eslint.org/docs/rules/max-classes-per-file\n 'max-classes-per-file': ['error', 1],\n\n // disallow the use of alert, confirm, and prompt\n // https://eslint.org/docs/rules/no-alert\n // TODO: enable, semver-major\n 'no-alert': 'warn',\n\n // disallow use of arguments.caller or arguments.callee\n // https://eslint.org/docs/rules/no-caller\n 'no-caller': 'error',\n\n // disallow lexical declarations in case/default clauses\n // https://eslint.org/docs/rules/no-case-declarations\n 'no-case-declarations': 'error',\n\n // Disallow returning value in constructor\n // https://eslint.org/docs/rules/no-constructor-return\n 'no-constructor-return': 'error',\n\n // disallow division operators explicitly at beginning of regular expression\n // https://eslint.org/docs/rules/no-div-regex\n 'no-div-regex': 'off',\n\n // disallow else after a return in an if\n // https://eslint.org/docs/rules/no-else-return\n 'no-else-return': ['error', { allowElseIf: false }],\n\n // disallow empty functions, except for standalone funcs/arrows\n // https://eslint.org/docs/rules/no-empty-function\n 'no-empty-function': ['error', {\n allow: [\n 'arrowFunctions',\n 'functions',\n 'methods',\n ],\n }],\n\n // disallow empty destructuring patterns\n // https://eslint.org/docs/rules/no-empty-pattern\n 'no-empty-pattern': 'error',\n\n // Disallow empty static blocks\n // https://eslint.org/docs/latest/rules/no-empty-static-block\n // TODO: semver-major, enable\n 'no-empty-static-block': 'off',\n\n // disallow comparisons to null without a type-checking operator\n // https://eslint.org/docs/rules/no-eq-null\n 'no-eq-null': 'off',\n\n // disallow use of eval()\n // https://eslint.org/docs/rules/no-eval\n 'no-eval': 'error',\n\n // disallow adding to native types\n // https://eslint.org/docs/rules/no-extend-native\n 'no-extend-native': 'error',\n\n // disallow unnecessary function binding\n // https://eslint.org/docs/rules/no-extra-bind\n 'no-extra-bind': 'error',\n\n // disallow Unnecessary Labels\n // https://eslint.org/docs/rules/no-extra-label\n 'no-extra-label': 'error',\n\n // disallow fallthrough of case statements\n // https://eslint.org/docs/rules/no-fallthrough\n 'no-fallthrough': 'error',\n\n // disallow the use of leading or trailing decimal points in numeric literals\n // https://eslint.org/docs/rules/no-floating-decimal\n 'no-floating-decimal': 'error',\n\n // disallow reassignments of native objects or read-only globals\n // https://eslint.org/docs/rules/no-global-assign\n 'no-global-assign': ['error', { exceptions: [] }],\n\n // deprecated in favor of no-global-assign\n // https://eslint.org/docs/rules/no-native-reassign\n 'no-native-reassign': 'off',\n\n // disallow implicit type conversions\n // https://eslint.org/docs/rules/no-implicit-coercion\n 'no-implicit-coercion': ['off', {\n boolean: false,\n number: true,\n string: true,\n allow: [],\n }],\n\n // disallow var and named functions in global scope\n // https://eslint.org/docs/rules/no-implicit-globals\n 'no-implicit-globals': 'off',\n\n // disallow use of eval()-like methods\n // https://eslint.org/docs/rules/no-implied-eval\n 'no-implied-eval': 'error',\n\n // disallow this keywords outside of classes or class-like objects\n // https://eslint.org/docs/rules/no-invalid-this\n 'no-invalid-this': 'off',\n\n // disallow usage of __iterator__ property\n // https://eslint.org/docs/rules/no-iterator\n 'no-iterator': 'error',\n\n // disallow use of labels for anything other than loops and switches\n // https://eslint.org/docs/rules/no-labels\n 'no-labels': ['error', { allowLoop: false, allowSwitch: false }],\n\n // disallow unnecessary nested blocks\n // https://eslint.org/docs/rules/no-lone-blocks\n 'no-lone-blocks': 'error',\n\n // disallow creation of functions within loops\n // https://eslint.org/docs/rules/no-loop-func\n 'no-loop-func': 'error',\n\n // disallow magic numbers\n // https://eslint.org/docs/rules/no-magic-numbers\n 'no-magic-numbers': ['off', {\n ignore: [],\n ignoreArrayIndexes: true,\n enforceConst: true,\n detectObjects: false,\n }],\n\n // disallow use of multiple spaces\n // https://eslint.org/docs/rules/no-multi-spaces\n 'no-multi-spaces': ['error', {\n ignoreEOLComments: false,\n }],\n\n // disallow use of multiline strings\n // https://eslint.org/docs/rules/no-multi-str\n 'no-multi-str': 'error',\n\n // disallow use of new operator when not part of the assignment or comparison\n // https://eslint.org/docs/rules/no-new\n 'no-new': 'error',\n\n // disallow use of new operator for Function object\n // https://eslint.org/docs/rules/no-new-func\n 'no-new-func': 'error',\n\n // disallows creating new instances of String, Number, and Boolean\n // https://eslint.org/docs/rules/no-new-wrappers\n 'no-new-wrappers': 'error',\n\n // Disallow \\8 and \\9 escape sequences in string literals\n // https://eslint.org/docs/rules/no-nonoctal-decimal-escape\n 'no-nonoctal-decimal-escape': 'error',\n\n // Disallow calls to the Object constructor without an argument\n // https://eslint.org/docs/latest/rules/no-object-constructor\n // TODO: enable, semver-major\n 'no-object-constructor': 'off',\n\n // disallow use of (old style) octal literals\n // https://eslint.org/docs/rules/no-octal\n 'no-octal': 'error',\n\n // disallow use of octal escape sequences in string literals, such as\n // var foo = 'Copyright \\251';\n // https://eslint.org/docs/rules/no-octal-escape\n 'no-octal-escape': 'error',\n\n // disallow reassignment of function parameters\n // disallow parameter object manipulation except for specific exclusions\n // rule: https://eslint.org/docs/rules/no-param-reassign.html\n 'no-param-reassign': ['error', {\n props: true,\n ignorePropertyModificationsFor: [\n 'acc', // for reduce accumulators\n 'accumulator', // for reduce accumulators\n 'e', // for e.returnvalue\n 'ctx', // for Koa routing\n 'context', // for Koa routing\n 'req', // for Express requests\n 'request', // for Express requests\n 'res', // for Express responses\n 'response', // for Express responses\n '$scope', // for Angular 1 scopes\n 'staticContext', // for ReactRouter context\n ],\n }],\n\n // disallow usage of __proto__ property\n // https://eslint.org/docs/rules/no-proto\n 'no-proto': 'error',\n\n // disallow declaring the same variable more than once\n // https://eslint.org/docs/rules/no-redeclare\n 'no-redeclare': 'error',\n\n // disallow certain object properties\n // https://eslint.org/docs/rules/no-restricted-properties\n 'no-restricted-properties': ['error', {\n object: 'arguments',\n property: 'callee',\n message: 'arguments.callee is deprecated',\n }, {\n object: 'global',\n property: 'isFinite',\n message: 'Please use Number.isFinite instead',\n }, {\n object: 'self',\n property: 'isFinite',\n message: 'Please use Number.isFinite instead',\n }, {\n object: 'window',\n property: 'isFinite',\n message: 'Please use Number.isFinite instead',\n }, {\n object: 'global',\n property: 'isNaN',\n message: 'Please use Number.isNaN instead',\n }, {\n object: 'self',\n property: 'isNaN',\n message: 'Please use Number.isNaN instead',\n }, {\n object: 'window',\n property: 'isNaN',\n message: 'Please use Number.isNaN instead',\n }, {\n property: '__defineGetter__',\n message: 'Please use Object.defineProperty instead.',\n }, {\n property: '__defineSetter__',\n message: 'Please use Object.defineProperty instead.',\n }, {\n object: 'Math',\n property: 'pow',\n message: 'Use the exponentiation operator (**) instead.',\n }],\n\n // disallow use of assignment in return statement\n // https://eslint.org/docs/rules/no-return-assign\n 'no-return-assign': ['error', 'always'],\n\n // disallow redundant `return await`\n // https://eslint.org/docs/rules/no-return-await\n 'no-return-await': 'error',\n\n // disallow use of `javascript:` urls.\n // https://eslint.org/docs/rules/no-script-url\n 'no-script-url': 'error',\n\n // disallow self assignment\n // https://eslint.org/docs/rules/no-self-assign\n 'no-self-assign': ['error', {\n props: true,\n }],\n\n // disallow comparisons where both sides are exactly the same\n // https://eslint.org/docs/rules/no-self-compare\n 'no-self-compare': 'error',\n\n // disallow use of comma operator\n // https://eslint.org/docs/rules/no-sequences\n 'no-sequences': 'error',\n\n // restrict what can be thrown as an exception\n // https://eslint.org/docs/rules/no-throw-literal\n 'no-throw-literal': 'error',\n\n // disallow unmodified conditions of loops\n // https://eslint.org/docs/rules/no-unmodified-loop-condition\n 'no-unmodified-loop-condition': 'off',\n\n // disallow usage of expressions in statement position\n // https://eslint.org/docs/rules/no-unused-expressions\n 'no-unused-expressions': ['error', {\n allowShortCircuit: false,\n allowTernary: false,\n allowTaggedTemplates: false,\n }],\n\n // disallow unused labels\n // https://eslint.org/docs/rules/no-unused-labels\n 'no-unused-labels': 'error',\n\n // disallow unnecessary .call() and .apply()\n // https://eslint.org/docs/rules/no-useless-call\n 'no-useless-call': 'off',\n\n // Disallow unnecessary catch clauses\n // https://eslint.org/docs/rules/no-useless-catch\n 'no-useless-catch': 'error',\n\n // disallow useless string concatenation\n // https://eslint.org/docs/rules/no-useless-concat\n 'no-useless-concat': 'error',\n\n // disallow unnecessary string escaping\n // https://eslint.org/docs/rules/no-useless-escape\n 'no-useless-escape': 'error',\n\n // disallow redundant return; keywords\n // https://eslint.org/docs/rules/no-useless-return\n 'no-useless-return': 'error',\n\n // disallow use of void operator\n // https://eslint.org/docs/rules/no-void\n 'no-void': 'error',\n\n // disallow usage of configurable warning terms in comments: e.g. todo\n // https://eslint.org/docs/rules/no-warning-comments\n 'no-warning-comments': ['off', { terms: ['todo', 'fixme', 'xxx'], location: 'start' }],\n\n // disallow use of the with statement\n // https://eslint.org/docs/rules/no-with\n 'no-with': 'error',\n\n // require using Error objects as Promise rejection reasons\n // https://eslint.org/docs/rules/prefer-promise-reject-errors\n 'prefer-promise-reject-errors': ['error', { allowEmptyReject: true }],\n\n // Suggest using named capture group in regular expression\n // https://eslint.org/docs/rules/prefer-named-capture-group\n 'prefer-named-capture-group': 'off',\n\n // Prefer Object.hasOwn() over Object.prototype.hasOwnProperty.call()\n // https://eslint.org/docs/rules/prefer-object-has-own\n // TODO: semver-major: enable thus rule, once eslint v8.5.0 is required\n 'prefer-object-has-own': 'off',\n\n // https://eslint.org/docs/rules/prefer-regex-literals\n 'prefer-regex-literals': ['error', {\n disallowRedundantWrapping: true,\n }],\n\n // require use of the second argument for parseInt()\n // https://eslint.org/docs/rules/radix\n 'radix': 'error',\n\n // require `await` in `async function` (note: this is a horrible rule that should never be used)\n // https://eslint.org/docs/rules/require-await\n 'require-await': 'off',\n\n // Enforce the use of u flag on RegExp\n // https://eslint.org/docs/rules/require-unicode-regexp\n 'require-unicode-regexp': 'off',\n\n // requires to declare all vars on top of their containing scope\n // https://eslint.org/docs/rules/vars-on-top\n 'vars-on-top': 'error',\n\n // require immediate function invocation to be wrapped in parentheses\n // https://eslint.org/docs/rules/wrap-iife.html\n 'wrap-iife': ['error', 'outside', { functionPrototypeMethods: false }],\n\n // require or disallow Yoda conditions\n // https://eslint.org/docs/rules/yoda\n 'yoda': 'error',\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const errors = () => ({\n // Enforce “for” loop update clause moving the counter in the right direction\n // https://eslint.org/docs/rules/for-direction\n 'for-direction': 'error',\n\n // Enforces that a return statement is present in property getters\n // https://eslint.org/docs/rules/getter-return\n 'getter-return': ['error', { allowImplicit: true }],\n\n // disallow using an async function as a Promise executor\n // https://eslint.org/docs/rules/no-async-promise-executor\n 'no-async-promise-executor': 'error',\n\n // Disallow await inside of loops\n // https://eslint.org/docs/rules/no-await-in-loop\n 'no-await-in-loop': 'error',\n\n // Disallow comparisons to negative zero\n // https://eslint.org/docs/rules/no-compare-neg-zero\n 'no-compare-neg-zero': 'error',\n\n // disallow assignment in conditional expressions\n 'no-cond-assign': ['error', 'always'],\n\n // disallow use of console\n 'no-console': 'warn',\n\n // Disallows expressions where the operation doesn't affect the value\n // https://eslint.org/docs/rules/no-constant-binary-expression\n // TODO: semver-major, enable\n 'no-constant-binary-expression': 'off',\n\n // disallow use of constant expressions in conditions\n 'no-constant-condition': 'warn',\n\n // disallow control characters in regular expressions\n 'no-control-regex': 'error',\n\n // disallow use of debugger\n 'no-debugger': 'error',\n\n // disallow duplicate arguments in functions\n 'no-dupe-args': 'error',\n\n // Disallow duplicate conditions in if-else-if chains\n // https://eslint.org/docs/rules/no-dupe-else-if\n 'no-dupe-else-if': 'error',\n\n // disallow duplicate keys when creating object literals\n 'no-dupe-keys': 'error',\n\n // disallow a duplicate case label.\n 'no-duplicate-case': 'error',\n\n // disallow empty statements\n 'no-empty': 'error',\n\n // disallow the use of empty character classes in regular expressions\n 'no-empty-character-class': 'error',\n\n // disallow assigning to the exception in a catch block\n 'no-ex-assign': 'error',\n\n // disallow double-negation boolean casts in a boolean context\n // https://eslint.org/docs/rules/no-extra-boolean-cast\n 'no-extra-boolean-cast': 'error',\n\n // disallow unnecessary parentheses\n // https://eslint.org/docs/rules/no-extra-parens\n 'no-extra-parens': ['off', 'all', {\n conditionalAssign: true,\n nestedBinaryExpressions: false,\n returnAssign: false,\n ignoreJSX: 'all', // delegate to eslint-plugin-react\n enforceForArrowConditionals: false,\n }],\n\n // disallow unnecessary semicolons\n 'no-extra-semi': 'error',\n\n // disallow overwriting functions written as function declarations\n 'no-func-assign': 'error',\n\n // https://eslint.org/docs/rules/no-import-assign\n 'no-import-assign': 'error',\n\n // disallow function or variable declarations in nested blocks\n 'no-inner-declarations': 'error',\n\n // disallow invalid regular expression strings in the RegExp constructor\n 'no-invalid-regexp': 'error',\n\n // disallow irregular whitespace outside of strings and comments\n 'no-irregular-whitespace': 'error',\n\n // Disallow Number Literals That Lose Precision\n // https://eslint.org/docs/rules/no-loss-of-precision\n 'no-loss-of-precision': 'error',\n\n // Disallow characters which are made with multiple code points in character class syntax\n // https://eslint.org/docs/rules/no-misleading-character-class\n 'no-misleading-character-class': 'error',\n\n // disallow the use of object properties of the global object (Math and JSON) as functions\n 'no-obj-calls': 'error',\n\n // Disallow new operators with global non-constructor functions\n // https://eslint.org/docs/latest/rules/no-new-native-nonconstructor\n // TODO: semver-major, enable\n 'no-new-native-nonconstructor': 'off',\n\n // Disallow returning values from Promise executor functions\n // https://eslint.org/docs/rules/no-promise-executor-return\n 'no-promise-executor-return': 'error',\n\n // disallow use of Object.prototypes builtins directly\n // https://eslint.org/docs/rules/no-prototype-builtins\n 'no-prototype-builtins': 'error',\n\n // disallow multiple spaces in a regular expression literal\n 'no-regex-spaces': 'error',\n\n // Disallow returning values from setters\n // https://eslint.org/docs/rules/no-setter-return\n 'no-setter-return': 'error',\n\n // disallow sparse arrays\n 'no-sparse-arrays': 'error',\n\n // Disallow template literal placeholder syntax in regular strings\n // https://eslint.org/docs/rules/no-template-curly-in-string\n 'no-template-curly-in-string': 'error',\n\n // Avoid code that looks like two expressions but is actually one\n // https://eslint.org/docs/rules/no-unexpected-multiline\n 'no-unexpected-multiline': 'error',\n\n // disallow unreachable statements after a return, throw, continue, or break statement\n 'no-unreachable': 'error',\n\n // Disallow loops with a body that allows only one iteration\n // https://eslint.org/docs/rules/no-unreachable-loop\n 'no-unreachable-loop': ['error', {\n ignore: [], // WhileStatement, DoWhileStatement, ForStatement, ForInStatement, ForOfStatement\n }],\n\n // disallow return/throw/break/continue inside finally blocks\n // https://eslint.org/docs/rules/no-unsafe-finally\n 'no-unsafe-finally': 'error',\n\n // disallow negating the left operand of relational operators\n // https://eslint.org/docs/rules/no-unsafe-negation\n 'no-unsafe-negation': 'error',\n\n // disallow use of optional chaining in contexts where the undefined value is not allowed\n // https://eslint.org/docs/rules/no-unsafe-optional-chaining\n 'no-unsafe-optional-chaining': ['error', { disallowArithmeticOperators: true }],\n\n // Disallow Unused Private Class Members\n // https://eslint.org/docs/rules/no-unused-private-class-members\n // TODO: enable once eslint 7 is dropped (which is semver-major)\n 'no-unused-private-class-members': 'off',\n\n // Disallow useless backreferences in regular expressions\n // https://eslint.org/docs/rules/no-useless-backreference\n 'no-useless-backreference': 'error',\n\n // disallow negation of the left operand of an in expression\n // deprecated in favor of no-unsafe-negation\n 'no-negated-in-lhs': 'off',\n\n // Disallow assignments that can lead to race conditions due to usage of await or yield\n // https://eslint.org/docs/rules/require-atomic-updates\n // note: not enabled because it is very buggy\n 'require-atomic-updates': 'off',\n\n // disallow comparisons with the value NaN\n 'use-isnan': 'error',\n\n // ensure JSDoc comments are valid\n // https://eslint.org/docs/rules/valid-jsdoc\n 'valid-jsdoc': 'off',\n\n // ensure that the results of typeof are compared against a valid string\n // https://eslint.org/docs/rules/valid-typeof\n 'valid-typeof': ['error', { requireStringLiterals: true }],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const es6 = () => ({\n// enforces no braces where they can be omitted\n // https://eslint.org/docs/rules/arrow-body-style\n // TODO: enable requireReturnForObjectLiteral?\n 'arrow-body-style': ['error', 'as-needed', {\n requireReturnForObjectLiteral: false,\n }],\n\n // require parens in arrow function arguments\n // https://eslint.org/docs/rules/arrow-parens\n 'arrow-parens': ['error', 'always'],\n\n // require space before/after arrow function's arrow\n // https://eslint.org/docs/rules/arrow-spacing\n 'arrow-spacing': ['error', { before: true, after: true }],\n\n // verify super() callings in constructors\n 'constructor-super': 'error',\n\n // enforce the spacing around the * in generator functions\n // https://eslint.org/docs/rules/generator-star-spacing\n 'generator-star-spacing': ['error', { before: false, after: true }],\n\n // disallow modifying variables of class declarations\n // https://eslint.org/docs/rules/no-class-assign\n 'no-class-assign': 'error',\n\n // disallow arrow functions where they could be confused with comparisons\n // https://eslint.org/docs/rules/no-confusing-arrow\n 'no-confusing-arrow': ['error', {\n allowParens: true,\n }],\n\n // disallow modifying variables that are declared using const\n 'no-const-assign': 'error',\n\n // disallow duplicate class members\n // https://eslint.org/docs/rules/no-dupe-class-members\n 'no-dupe-class-members': 'error',\n\n // disallow importing from the same path more than once\n // https://eslint.org/docs/rules/no-duplicate-imports\n // replaced by https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-duplicates.md\n 'no-duplicate-imports': 'off',\n\n // disallow symbol constructor\n // https://eslint.org/docs/rules/no-new-symbol\n 'no-new-symbol': 'error',\n\n // Disallow specified names in exports\n // https://eslint.org/docs/rules/no-restricted-exports\n 'no-restricted-exports': ['error', {\n restrictedNamedExports: [\n 'default', // use `export default` to provide a default export\n 'then', // this will cause tons of confusion when your module is dynamically `import()`ed, and will break in most node ESM versions\n ],\n }],\n\n // disallow specific imports\n // https://eslint.org/docs/rules/no-restricted-imports\n 'no-restricted-imports': ['off', {\n paths: [],\n patterns: [],\n }],\n\n // disallow to use this/super before super() calling in constructors.\n // https://eslint.org/docs/rules/no-this-before-super\n 'no-this-before-super': 'error',\n\n // disallow useless computed property keys\n // https://eslint.org/docs/rules/no-useless-computed-key\n 'no-useless-computed-key': 'error',\n\n // disallow unnecessary constructor\n // https://eslint.org/docs/rules/no-useless-constructor\n 'no-useless-constructor': 'error',\n\n // disallow renaming import, export, and destructured assignments to the same name\n // https://eslint.org/docs/rules/no-useless-rename\n 'no-useless-rename': ['error', {\n ignoreDestructuring: false,\n ignoreImport: false,\n ignoreExport: false,\n }],\n\n // require let or const instead of var\n 'no-var': 'error',\n\n // require method and property shorthand syntax for object literals\n // https://eslint.org/docs/rules/object-shorthand\n 'object-shorthand': ['error', 'always', {\n ignoreConstructors: false,\n avoidQuotes: true,\n }],\n\n // suggest using arrow functions as callbacks\n 'prefer-arrow-callback': ['error', {\n allowNamedFunctions: false,\n allowUnboundThis: true,\n }],\n\n // suggest using of const declaration for variables that are never modified after declared\n 'prefer-const': ['error', {\n destructuring: 'any',\n ignoreReadBeforeAssign: true,\n }],\n\n // Prefer destructuring from arrays and objects\n // https://eslint.org/docs/rules/prefer-destructuring\n 'prefer-destructuring': ['error', {\n VariableDeclarator: {\n array: false,\n object: true,\n },\n AssignmentExpression: {\n array: true,\n object: false,\n },\n }, {\n enforceForRenamedProperties: false,\n }],\n\n // disallow parseInt() in favor of binary, octal, and hexadecimal literals\n // https://eslint.org/docs/rules/prefer-numeric-literals\n 'prefer-numeric-literals': 'error',\n\n // suggest using Reflect methods where applicable\n // https://eslint.org/docs/rules/prefer-reflect\n 'prefer-reflect': 'off',\n\n // use rest parameters instead of arguments\n // https://eslint.org/docs/rules/prefer-rest-params\n 'prefer-rest-params': 'error',\n\n // suggest using the spread syntax instead of .apply()\n // https://eslint.org/docs/rules/prefer-spread\n 'prefer-spread': 'error',\n\n // suggest using template literals instead of string concatenation\n // https://eslint.org/docs/rules/prefer-template\n 'prefer-template': 'error',\n\n // disallow generator functions that do not have yield\n // https://eslint.org/docs/rules/require-yield\n 'require-yield': 'error',\n\n // enforce spacing between object rest-spread\n // https://eslint.org/docs/rules/rest-spread-spacing\n 'rest-spread-spacing': ['error', 'never'],\n\n // import sorting\n // https://eslint.org/docs/rules/sort-imports\n 'sort-imports': ['off', {\n ignoreCase: false,\n ignoreDeclarationSort: false,\n ignoreMemberSort: false,\n memberSyntaxSortOrder: ['none', 'all', 'multiple', 'single'],\n }],\n\n // require a Symbol description\n // https://eslint.org/docs/rules/symbol-description\n 'symbol-description': 'error',\n\n // enforce usage of spacing in template strings\n // https://eslint.org/docs/rules/template-curly-spacing\n 'template-curly-spacing': 'error',\n\n // enforce spacing around the * in yield* expressions\n // https://eslint.org/docs/rules/yield-star-spacing\n 'yield-star-spacing': ['error', 'after'],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const overrides = () => ({\n // Too many errors in components\n 'class-methods-use-this': 'off',\n // Annoying because it is not always wanted\n 'default-case': 'off',\n // We do not want console.* in production. Disable this rule on a per line basis if needed\n 'no-console': 'error',\n // Often useful in jsx\n 'no-nested-ternary': 'off',\n // Too strict, for pure code prefer the functional plugin\n 'no-param-reassign': ['error', { props: false }],\n // Allow for-of syntax\n // 'no-restricted-syntax': baseConfig.rules['no-restricted-syntax'].filter(\n // // @ts-ignore No typing available\n // ({ selector }) => selector !== 'ForOfStatement',\n // ),\n // underscore is often used (mongodb, etc)\n 'no-underscore-dangle': 'off',\n // Ignore underscore case arguments\n 'no-unused-vars': ['error', { argsIgnorePattern: '^_' }],\n // Allow in some cases https://github.com/airbnb/javascript/issues/1089#issuecomment-1024351821\n 'no-use-before-define': ['error', 'nofunc'],\n // Allow statements, to be compatible with '@typescript-eslint/no-floating-promises' fix\n 'no-void': ['error', { allowAsStatement: true }],\n 'unicode-bom': ['error', 'never'],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const strict = () => ({\n // babel inserts `'use strict';` for us\n strict: ['error', 'never'],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const variables = () => ({\n// enforce or disallow variable initializations at definition\n 'init-declarations': 'off',\n\n // disallow the catch clause parameter name being the same as a variable in the outer scope\n 'no-catch-shadow': 'off',\n\n // disallow deletion of variables\n 'no-delete-var': 'error',\n\n // disallow labels that share a name with a variable\n // https://eslint.org/docs/rules/no-label-var\n 'no-label-var': 'error',\n\n // disallow specific globals\n 'no-restricted-globals': [\n 'error',\n {\n name: 'isFinite',\n message:\n 'Use Number.isFinite instead https://github.com/airbnb/javascript#standard-library--isfinite',\n },\n {\n name: 'isNaN',\n message:\n 'Use Number.isNaN instead https://github.com/airbnb/javascript#standard-library--isnan',\n },\n // ...confusingBrowserGlobals.map((g) => ({\n // name: g,\n // message: `Use window.${g} instead. https://github.com/facebook/create-react-app/blob/HEAD/packages/confusing-browser-globals/README.md`,\n // })),\n ],\n\n // disallow declaration of variables already declared in the outer scope\n 'no-shadow': 'error',\n\n // disallow shadowing of names such as arguments\n 'no-shadow-restricted-names': 'error',\n\n // disallow use of undeclared variables unless mentioned in a /*global */ block\n 'no-undef': 'error',\n\n // disallow use of undefined when initializing variables\n 'no-undef-init': 'error',\n\n // disallow use of undefined variable\n // https://eslint.org/docs/rules/no-undefined\n // TODO: enable?\n 'no-undefined': 'off',\n\n // disallow declaration of variables that are not used in the code\n 'no-unused-vars': ['error', { vars: 'all', args: 'after-used', ignoreRestSiblings: true }],\n\n // disallow use of variables before they are defined\n 'no-use-before-define': ['error', { functions: true, classes: true, variables: true }],\n} satisfies Linter.RulesRecord);\n","import { bestPractices } from './esRules/bestPractices.js';\nimport { errors } from './esRules/errors.js';\nimport { es6 } from './esRules/es6.js';\nimport { overrides } from './esRules/overrides.js';\nimport { strict } from './esRules/strict.js';\nimport { variables } from './esRules/variables.js';\n\nexport const esRules = () => ({\n ...bestPractices(),\n ...errors(),\n ...es6(),\n ...strict(),\n ...variables(),\n\n // Must be last\n ...overrides(),\n});\n","import { Project } from '@w5s/dev';\n\nexport const sourceGlob = `**/${Project.extensionsToGlob(Project.sourceExtensions())}`;\n\nexport const esSourceGlob = `**/${Project.extensionsToGlob(Project.queryExtensions(['javascript', 'javascriptreact']))}`;\n\nexport const jsonSourceGlob = `**/${Project.extensionsToGlob(['.json', '.json5', '.jsonc'])}`;\n\nexport const tsSourceGlob = `**/${Project.extensionsToGlob(Project.queryExtensions(['typescript', 'typescriptreact']))}`;\n\nexport const ymlSourceGlob = `**/${Project.extensionsToGlob(Project.queryExtensions(['yaml']))}`;\n","import globals from 'globals';\nimport eslintConfig from '@eslint/js';\nimport { Project } from '@w5s/dev';\nimport { type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/jsonc.js';\nimport { esRules } from '../rules/esRules.js';\nimport { esSourceGlob } from '../glob.js';\n\nconst defaultFiles = [esSourceGlob];\n\nexport async function es(options: es.Options) {\n const { rules = {} } = options;\n\n return [\n {\n name: 'w5s/es/setup',\n languageOptions: {\n ecmaVersion: Project.ecmaVersion(),\n globals: {\n ...globals.browser,\n ...globals[`es${Project.ecmaVersion()}`],\n ...globals.node,\n __DEV__: 'readonly',\n __PROD__: 'readonly',\n __TEST__: 'readonly',\n document: 'readonly',\n navigator: 'readonly',\n window: 'readonly',\n },\n parserOptions: {\n ecmaFeatures: {\n jsx: true,\n },\n ecmaVersion: Project.ecmaVersion(),\n sourceType: 'module',\n },\n sourceType: 'module',\n },\n linterOptions: {\n reportUnusedDisableDirectives: true,\n },\n },\n {\n name: 'w5s/es/rules',\n files: defaultFiles,\n rules: {\n ...eslintConfig.configs.recommended.rules,\n ...esRules(),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace es {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import fs from 'node:fs';\nimport nodePath from 'node:path';\nimport process from 'node:process';\nimport { findUp } from 'find-up';\nimport parseGitignore from 'parse-gitignore';\nimport type { Config } from '../type.js';\n\nconst getGitignore = async (cwd: string, prefix = ''): Promise<Array<string>> => {\n const gitIgnoreFile = await findUp(nodePath.join(prefix, '.gitignore'), { cwd });\n if (gitIgnoreFile != null) {\n const { patterns } = parseGitignore.parse(await fs.promises.readFile(gitIgnoreFile));\n const returnValue = patterns.map((pattern) => nodePath.join(prefix, pattern));\n return returnValue;\n }\n return [];\n};\n\nexport async function ignores(options: ignores.Options = {}) {\n const cwd = process.cwd();\n const [ignoreRoot, ignoreAndroid, ignoreIOS] = await Promise.all([\n getGitignore(cwd),\n getGitignore(cwd, 'android'),\n getGitignore(cwd, 'ios'),\n ]);\n\n return [\n {\n ignores: [\n '**/node_modules',\n '**/dist',\n '**/package-lock.json',\n '**/yarn.lock',\n '**/pnpm-lock.yaml',\n '**/bun.lockb',\n\n '**/.docusaurus',\n '**/output',\n '**/coverage',\n '**/temp',\n '**/.temp',\n '**/tmp',\n '**/.tmp',\n '**/.history',\n '**/.vitepress/cache',\n '**/.nuxt',\n '**/.next',\n '**/.svelte-kit',\n '**/.vercel',\n '**/.changeset',\n '**/.idea',\n '**/.cache',\n '**/.output',\n '**/.vite-inspect',\n '**/.yarn',\n '**/vendor',\n '**/vendors',\n '**/*.min.*',\n\n '**/*.timestamp-*.mjs', // esbuild/vite temporary files\n\n '.modules/',\n '.go/',\n '.pnpm-store/',\n // '!.*',\n // '.venv/',\n // 'deprecated/',\n // 'test-output/',\n // 'venv/',\n // '_generated_/',\n\n ...ignoreRoot,\n ...ignoreAndroid,\n ...ignoreIOS,\n ...(options.ignores ?? []),\n ] as Array<string>,\n name: 'w5s/ignore',\n },\n ] as const satisfies Array<Config>;\n}\nexport namespace ignores {\n export interface Options {\n ignores?: string[];\n }\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/jsdoc.js';\nimport { sourceGlob } from '../glob.js';\n\nconst defaultFiles = [sourceGlob];\n\nexport async function jsdoc(options: jsdoc.Options = {}): Promise<readonly Config[]> {\n const [jsdocPlugin] = await Promise.all([interopDefault(import('eslint-plugin-jsdoc'))] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/jsdoc/setup',\n plugins: {\n jsdoc: jsdocPlugin,\n },\n },\n {\n name: 'w5s/jsdoc/rules',\n files,\n rules: {\n ...jsdocPlugin.configs['flat/recommended-typescript-flavor'].rules,\n 'jsdoc/no-undefined-types': 'off', // https://github.com/gajus/eslint-plugin-jsdoc/issues/839\n 'jsdoc/require-hyphen-before-param-description': ['warn', 'always'],\n 'jsdoc/require-jsdoc': 'off',\n 'jsdoc/require-param-description': 'off',\n 'jsdoc/require-param-type': 'off',\n 'jsdoc/require-returns': 'off',\n 'jsdoc/valid-types': 'off', // FIXME: reports lots of false positive\n // 'strict': ['error', 'safe'],\n ...(stylisticEnabled\n ? {\n ...jsdocPlugin.configs['flat/stylistic-typescript'].rules,\n 'jsdoc/check-alignment': 'warn',\n 'jsdoc/multiline-blocks': 'warn',\n 'jsdoc/tag-lines': ['warn', 'any', { startLines: 1 }],\n }\n : {}),\n ...rules,\n },\n settings: {\n jsdoc: {\n mode: 'typescript',\n },\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace jsdoc {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","/* cSpell:disable */\nimport { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/jsonc.js';\nimport { jsonSourceGlob } from '../glob.js';\n\nconst defaultFiles = [jsonSourceGlob];\n\nexport async function jsonc(options: jsonc.Options = {}): Promise<readonly Config[]> {\n const [jsoncPlugin, jsoncParser] = await Promise.all([\n interopDefault(import('eslint-plugin-jsonc')),\n interopDefault(import('jsonc-eslint-parser')),\n ] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled, indent } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/jsonc/setup',\n plugins: {\n jsonc: jsoncPlugin,\n },\n },\n {\n files,\n languageOptions: {\n parser: jsoncParser,\n },\n name: 'w5s/jsonc/rules',\n rules: {\n ...jsoncPlugin.configs['flat/recommended-with-json'][0]?.rules,\n ...(stylisticEnabled\n ? {\n 'jsonc/array-bracket-spacing': ['error', 'never'],\n 'jsonc/comma-dangle': ['error', 'never'],\n 'jsonc/comma-style': ['error', 'last'],\n 'jsonc/indent': ['error', indent],\n 'jsonc/key-spacing': ['error', { afterColon: true, beforeColon: false }],\n 'jsonc/object-curly-newline': ['error', { consistent: true, multiline: true }],\n 'jsonc/object-curly-spacing': ['error', 'always'],\n 'jsonc/object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],\n 'jsonc/quote-props': 'error',\n 'jsonc/quotes': 'error',\n }\n : {}),\n ...rules,\n },\n },\n stylisticEnabled ? sortPackageJson() : {},\n stylisticEnabled ? sortTsconfigJson() : {},\n ] as [Config, Config, Config, Config] satisfies Array<Config>;\n}\n\nfunction sortTsconfigJson() {\n return {\n files: ['tsconfig*.json'],\n rules: {\n 'jsonc/sort-keys': [\n 'error',\n {\n order: ['$schema', 'display', 'extends', 'compilerOptions', 'include', 'exclude', 'files', 'references'],\n pathPattern: '^$',\n },\n {\n order: { type: 'asc' },\n pathPattern: '.*',\n },\n ],\n },\n };\n}\n\nfunction sortPackageJson() {\n return {\n files: ['package.json'],\n rules: {\n 'jsonc/sort-keys': [\n 'error',\n {\n order: [\n '$schema',\n 'name',\n 'displayName',\n 'version',\n 'private',\n 'description',\n 'categories',\n 'keywords',\n 'homepage',\n 'bugs',\n 'repository',\n 'funding',\n 'license',\n 'qna',\n 'author',\n 'maintainers', // Key order (per item): name, email, url\n 'contributors', // Key order (per item): name, email, url\n 'publisher',\n 'sideEffects',\n 'type',\n 'imports',\n 'exports',\n 'main',\n 'svelte',\n 'umd:main',\n 'jsdelivr',\n 'unpkg',\n 'module',\n 'source',\n 'jsnext:main',\n 'browser',\n 'react-native',\n 'types',\n 'typesVersions',\n 'typings',\n 'style',\n 'example',\n 'examplestyle',\n 'assets',\n 'bin',\n 'man',\n 'directories', // Key order: lib, bin, man, doc, example, test\n 'files', // Unique items\n 'workspaces',\n 'binary', // Key order: module_name, module_path, remote_path, package_name, host\n 'scripts', // Script sort\n 'betterScripts', // Script sort\n 'contributes',\n 'activationEvents', // Unique items\n 'husky', // Sorts the hooks field using git hook sort\n 'simple-git-hooks', // Key sort using git hook sort\n 'pre-commit',\n 'commitlint',\n 'lint-staged',\n 'config',\n 'nodemonConfig',\n 'browserify',\n 'babel',\n 'browserslist',\n 'xo',\n 'prettier', // Prettier sort\n 'eslintConfig', // ESLint sort\n 'eslintIgnore',\n 'npmpackagejsonlint', // Key sort (also recognizes: npmPackageJsonLintConfig, npmpkgjsonlint)\n 'release',\n 'remarkConfig',\n 'stylelint',\n 'ava',\n 'jest',\n 'mocha',\n 'nyc',\n 'tap',\n 'resolutions',\n 'dependencies',\n 'devDependencies',\n 'dependenciesMeta', // Key sort (deep)\n 'peerDependencies',\n 'peerDependenciesMeta', // Key sort (deep)\n 'optionalDependencies',\n 'bundledDependencies',\n 'bundleDependencies',\n 'extensionPack',\n 'extensionDependencies',\n 'flat',\n 'packageManager',\n 'engines',\n 'engineStrict',\n 'volta', // Key order: node, npm, yarn\n 'languageName',\n 'os',\n 'cpu',\n 'preferGlobal',\n 'publishConfig',\n 'icon',\n 'badges', // Key order (per item): description, url, href\n 'galleryBanner',\n 'preview',\n 'markdown',\n ],\n pathPattern: '^$',\n },\n {\n order: ['url', 'email'],\n pathPattern: `^bugs$`,\n },\n ...['repository', 'funding', 'license', 'author'].map((key) => ({\n order: ['type', 'name', 'email', 'url'],\n pathPattern: `^${key}$`,\n })),\n ...['scripts', 'betterScripts'].map((key) => ({\n order: { type: 'asc' },\n pathPattern: `^${key}$`,\n })),\n ...[\n 'bin',\n 'contributes',\n 'commitlint',\n 'config',\n 'nodemonConfig',\n 'browserify',\n 'babel',\n 'xo',\n 'release',\n 'remarkConfig',\n 'ava',\n 'jest',\n 'mocha',\n 'nyc',\n 'tap',\n 'resolutions',\n 'engines',\n 'engineStrict',\n 'preferGlobal',\n 'publishConfig',\n 'galleryBanner',\n ].map((key) => ({\n order: { type: 'asc' },\n pathPattern: `^${key}$`,\n })),\n {\n order: { type: 'asc' },\n pathPattern: '^(?:dev|peer|optional|bundled|extension)?[Dd]ependencies$',\n },\n {\n order: ['types', 'require', 'import'],\n pathPattern: '^exports.*$',\n },\n ],\n },\n };\n}\n\nexport namespace jsonc {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { interopDefault } from '@w5s/dev';\nimport { type PluginOptionsBase, StylisticConfig, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/import.js';\n\nexport async function imports(options: imports.Options = {}) {\n const { rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n const [importPlugin] = await Promise.all([interopDefault(import('eslint-plugin-import'))] as const);\n return [\n {\n name: 'w5s/import/rules',\n plugins: {\n import: importPlugin,\n },\n rules: {\n // 'import/consistent-type-specifier-style': ['error', 'prefer-inline'],\n 'import/first': 'error',\n 'import/no-duplicates': 'error',\n 'import/no-mutable-exports': 'error',\n 'import/no-named-default': 'error',\n\n ...(stylisticEnabled\n ? {\n // Stylistic rules\n 'import/newline-after-import': ['error', { count: 1 }],\n }\n : {}),\n ...rules,\n },\n },\n ] as [Config] satisfies Array<Config>;\n}\n\nexport namespace imports {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { interopDefault, Project } from '@w5s/dev';\nimport { mergeProcessors, processorPassThrough } from 'eslint-merge-processors';\nimport { StylisticConfig, type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/markdown.js';\n\nconst defaultFiles = [`**/${Project.extensionsToGlob(Project.queryExtensions(['markdown']))}`];\n\nexport async function markdown(options: markdown.Options = {}) {\n const [markdownPlugin] = await Promise.all([interopDefault(import('@eslint/markdown'))] as const);\n const { language = 'markdown/gfm', files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/markdown/setup',\n plugins: {\n markdown: markdownPlugin,\n },\n },\n {\n files,\n language: language,\n name: 'w5s/markdown/rules',\n // eslint-disable-next-line ts/no-non-null-assertion\n processor: mergeProcessors([markdownPlugin.processors!.markdown, processorPassThrough]),\n rules: {\n ...markdownPlugin.configs.recommended.at(0)?.rules,\n ...(stylisticEnabled ? {} : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace markdown {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {\n /**\n * Default to 'markdown/gfm' (Github Flavored Markdown)\n */\n language?: 'markdown/gfm' | 'markdown/commonmark';\n }\n}\n","import { interopDefault } from '@w5s/dev';\nimport { type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/node.js';\n\nexport async function node(options: node.Options = {}) {\n const [nodePlugin] = await Promise.all([\n interopDefault(import('eslint-plugin-n')),\n ] as const);\n const { rules = {} } = options;\n return [\n {\n name: 'w5s/node/setup',\n plugins: {\n node: nodePlugin,\n },\n },\n {\n name: 'w5s/node/rules',\n rules: {\n // 'node/handle-callback-err': ['error', '^(err|error|_error)$'],\n 'node/no-deprecated-api': 'error',\n 'node/no-exports-assign': 'error',\n 'node/no-new-require': 'error',\n 'node/no-path-concat': 'error',\n 'node/no-sync': 'error',\n 'node/prefer-global/buffer': ['error', 'never'],\n 'node/prefer-global/console': ['error', 'always'],\n // 'node/prefer-global/process': ['error', 'never'],\n 'node/prefer-global/url': ['error', 'always'],\n 'node/prefer-global/url-search-params': ['error', 'always'],\n 'node/process-exit-as-throw': 'error',\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace node {\n export type Rules = RuleOptions;\n\n export interface Options extends Omit<PluginOptionsBase<Rules>, 'files' | 'stylistic'> {}\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config, type StylisticParameters } from '../type.js';\nimport type { RuleOptions } from '../typegen/style.js';\n\nexport async function stylistic(options: stylistic.Options = {}) {\n const [stylisticPlugin] = await Promise.all([\n interopDefault(import('@stylistic/eslint-plugin')),\n ] as const);\n const { rules = {} } = options;\n const { enabled: stylisticEnabled, indent, jsx, quotes, semi } = StylisticConfig.from(options);\n const config = stylisticEnabled\n ? stylisticPlugin.configs.customize({\n indent,\n jsx,\n pluginName: 'style',\n quotes,\n semi,\n })\n : { rules: {} };\n\n return [\n {\n name: 'w5s/style/setup',\n plugins: {\n style: stylisticPlugin,\n },\n },\n {\n name: 'w5s/style/rules',\n rules: {\n ...(stylisticEnabled\n ? {\n ...config.rules,\n 'style/arrow-parens': ['error', 'always'],\n 'style/brace-style': ['error', '1tbs'],\n 'style/operator-linebreak': ['error', 'after', { overrides: { ':': 'before', '?': 'before', '|>': 'before', '|': 'before' } }],\n 'style/quotes': ['error', quotes ?? StylisticConfig.default.quotes, { avoidEscape: true, allowTemplateLiterals: 'always' }],\n }\n : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace stylistic {\n export type Rules = RuleOptions;\n\n export interface Options extends Pick<PluginOptionsBase<Rules>, 'rules'>, StylisticParameters {}\n}\n","import { interopDefault, Project } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/test.js';\n\nconst sourceGlob = Project.extensionsToGlob(Project.sourceExtensions());\nconst defaultFiles = [\n `**/__mocks__/**/${sourceGlob}`,\n `**/__tests__/**/${sourceGlob}`,\n `**/?(*.)+(spec|test)${sourceGlob.slice(1)}`,\n];\n\nexport async function test(options: test.Options = {}) {\n const [vitestPlugin] = await Promise.all([\n interopDefault(import('@vitest/eslint-plugin')),\n ] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/test/setup',\n plugins: {\n test: vitestPlugin,\n },\n },\n {\n files,\n name: 'w5s/test/rules',\n rules: {\n ...vitestPlugin.configs.recommended.rules,\n ...(stylisticEnabled\n ? {}\n : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace test {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { ESLintConfig } from '@w5s/dev';\nimport { esRules } from './esRules.js';\n\nexport const tsRules = () => {\n const baseRules = esRules();\n\n return ESLintConfig.renameRules(\n {\n // '@typescript-eslint/comma-dangle': [\n // baseRules['comma-dangle'][0],\n // {\n // ...baseRules['comma-dangle'][1],\n // enums: baseRules['comma-dangle'][1].arrays,\n // generics: baseRules['comma-dangle'][1].arrays,\n // tuples: baseRules['comma-dangle'][1].arrays,\n // },\n // ],\n '@typescript-eslint/adjacent-overload-signatures': 'error',\n '@typescript-eslint/ban-ts-comment': [\n 'warn',\n {\n 'minimumDescriptionLength': 3,\n 'ts-check': false,\n 'ts-expect-error': 'allow-with-description',\n 'ts-ignore': 'allow-with-description',\n 'ts-nocheck': true,\n },\n ],\n // '@typescript-eslint/brace-style': baseRules['brace-style'],\n // '@typescript-eslint/comma-dangle': [\n // baseRules['comma-dangle'][0],\n // {\n // ...baseRules['comma-dangle'][1],\n // enums: baseRules['comma-dangle'][1].arrays,\n // generics: baseRules['comma-dangle'][1].arrays,\n // tuples: baseRules['comma-dangle'][1].arrays,\n // },\n // ],\n // '@typescript-eslint/comma-spacing': baseRules['comma-spacing'],\n '@typescript-eslint/consistent-type-assertions': [\n 'error',\n { assertionStyle: 'as', objectLiteralTypeAssertions: 'never' },\n ],\n '@typescript-eslint/default-param-last': baseRules['default-param-last'],\n // '@typescript-eslint/dot-notation': baseRules['dot-notation'], // TODO: Stylistic typechecked\n '@typescript-eslint/explicit-function-return-type': 'off',\n '@typescript-eslint/explicit-module-boundary-types': 'off',\n // '@typescript-eslint/func-call-spacing': baseRules['func-call-spacing'],\n // '@typescript-eslint/indent': baseRules.indent,\n // '@typescript-eslint/keyword-spacing': baseRules['keyword-spacing'],\n // '@typescript-eslint/lines-between-class-members': baseRules['lines-between-class-members'],\n // '@typescript-eslint/member-delimiter-style': 'error', // TODO: @stylistic/member-delimiter-style\n '@typescript-eslint/naming-convention': [\n 'error',\n // {\n // format: ['PascalCase', 'camelCase'],\n // leadingUnderscore: 'allow',\n // selector: 'default',\n // trailingUnderscore: 'allow',\n // },\n {\n format: ['PascalCase', 'camelCase', 'UPPER_CASE'],\n leadingUnderscore: 'allow',\n selector: 'variable',\n trailingUnderscore: 'allow',\n },\n // {\n // format: ['PascalCase', 'camelCase', 'UPPER_CASE'],\n // leadingUnderscore: 'allowSingleOrDouble',\n // selector: 'memberLike',\n // trailingUnderscore: 'allowDouble',\n // },\n {\n format: ['PascalCase'],\n selector: 'typeLike',\n },\n ],\n // '@typescript-eslint/no-array-constructor': baseRules['no-array-constructor'],\n // '@typescript-eslint/no-base-to-string': 'error', // TODO: require type check\n '@typescript-eslint/no-dupe-class-members': baseRules['no-dupe-class-members'],\n '@typescript-eslint/no-empty-function': baseRules['no-empty-function'],\n '@typescript-eslint/no-empty-interface': ['error', { allowSingleExtends: true }],\n '@typescript-eslint/no-empty-object-type': 'off',\n '@typescript-eslint/no-explicit-any': 'off', // if any is explicit then it's wanted\n '@typescript-eslint/no-extra-parens': baseRules['no-extra-parens'],\n // '@typescript-eslint/no-extra-semi': baseRules['no-extra-semi'], // TODO: @stylistic/no-extra-semi\n '@typescript-eslint/no-inferrable-types': 'error',\n '@typescript-eslint/no-loop-func': baseRules['no-loop-func'],\n '@typescript-eslint/no-loss-of-precision': baseRules['no-loss-of-precision'],\n '@typescript-eslint/no-magic-numbers': baseRules['no-magic-numbers'],\n '@typescript-eslint/no-misused-new': 'error',\n '@typescript-eslint/no-namespace': 'off', // We don't agree with community, namespaces are great and not deprecated\n '@typescript-eslint/no-non-null-assertion': 'error',\n '@typescript-eslint/no-redeclare': ESLintConfig.fixme(baseRules['no-redeclare']),\n '@typescript-eslint/no-require-imports': 'error',\n '@typescript-eslint/no-shadow': baseRules['no-shadow'],\n '@typescript-eslint/no-this-alias': 'error',\n // '@typescript-eslint/no-unnecessary-condition': 'error',// TODO: require type check\n // '@typescript-eslint/no-unsafe-argument': 'error', // TODO: recommended type check\n '@typescript-eslint/no-unused-expressions': baseRules['no-unused-expressions'],\n '@typescript-eslint/no-unused-vars': baseRules['no-unused-vars'],\n '@typescript-eslint/no-use-before-define': baseRules['no-use-before-define'],\n '@typescript-eslint/no-useless-constructor': baseRules['no-useless-constructor'],\n '@typescript-eslint/no-var-requires': 'error',\n '@typescript-eslint/no-wrapper-object-types': 'error',\n // '@typescript-eslint/object-curly-spacing': baseRules['object-curly-spacing'],\n // '@typescript-eslint/only-throw-error': baseRules['no-throw-literal'], //TODO: Recommended type check\n '@typescript-eslint/prefer-namespace-keyword': 'error',\n // '@typescript-eslint/prefer-reduce-type-parameter': 'error', // TODO: strict type check\n // '@typescript-eslint/quotes': baseRules.quotes,\n '@typescript-eslint/require-await': baseRules['require-await'],\n // '@typescript-eslint/return-await': baseRules['no-return-await'], // TODO: strict type check\n // '@typescript-eslint/semi': baseRules.semi,\n // '@typescript-eslint/space-before-function-paren': baseRules['space-before-function-paren'],\n // '@typescript-eslint/space-infix-ops': baseRules['space-infix-ops'],\n // '@typescript-eslint/strict-boolean-expressions': [\n // 'error',\n // {\n // allowNullableObject: false,\n // allowNumber: false,\n // allowString: false,\n // },\n // ], //TODO: require typing\n // '@typescript-eslint/switch-exhaustiveness-check': 'error',//TODO: require type check\n '@typescript-eslint/triple-slash-reference': 'error',\n // '@typescript-eslint/type-annotation-spacing': 'error',// TODO: @stylistic/type-annotation-spacing\n },\n {\n '@typescript-eslint': 'ts',\n },\n );\n};\n","/* eslint-disable ts/no-non-null-assertion */\nimport { ESLintConfig, interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/ts.js';\nimport { tsRules } from '../rules/tsRules.js';\nimport { tsSourceGlob } from '../glob.js';\n\nconst defaultFiles = [tsSourceGlob];\n\nexport async function ts(options: ts.Options = {}) {\n const [tsPlugin, tsParser] = await Promise.all([\n interopDefault(import('@typescript-eslint/eslint-plugin')),\n interopDefault(import('@typescript-eslint/parser')),\n ] as const);\n const tsRecommendedRules = tsPlugin.configs['eslint-recommended']!.overrides![0]!.rules!;\n const tsStrictRules = tsPlugin.configs['strict']!.rules!;\n const tsTypeCheckedRules = tsPlugin.configs['recommended-type-checked-only']!.rules!;\n const { files = defaultFiles, rules = {}, stylistic = true, typeChecked = false } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/ts/setup',\n plugins: {\n ts: tsPlugin,\n },\n },\n {\n files,\n languageOptions: {\n parser: tsParser,\n parserOptions: {\n sourceType: 'module',\n // extraFileExtensions: componentExts.map(ext => `.${ext}`),\n // ...typeAware\n // ? {\n // projectService: {\n // allowDefaultProject: ['./*.js'],\n // defaultProject: tsconfigPath,\n // },\n // tsconfigRootDir: process.cwd(),\n // }\n // : {},\n // ...parserOptions as any,\n },\n },\n name: 'w5s/ts/rules',\n rules: {\n ...ESLintConfig.renameRules(tsRecommendedRules, { '@typescript-eslint': 'ts' }),\n ...ESLintConfig.renameRules(tsStrictRules, { '@typescript-eslint': 'ts' }),\n ...tsRules(),\n ...(stylisticEnabled ? {} : {}),\n ...rules,\n },\n },\n ...(typeChecked\n ? ([\n {\n files: defaultFiles,\n // ignores: ignoresTypeAware,\n name: 'w5s/ts/rules-type-checked',\n rules: {\n ...ESLintConfig.renameRules(tsTypeCheckedRules, { '@typescript-eslint': 'ts' }),\n },\n },\n ] as const)\n : []),\n ] as [Config, Config] | [Config, Config, Config] satisfies Array<Config>;\n}\nexport namespace ts {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {\n typeChecked?: boolean;\n }\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/unicorn.js';\nimport { sourceGlob } from '../glob.js';\n\nconst defaultFiles = [sourceGlob];\n\nexport async function unicorn(options: unicorn.Options = {}) {\n const [unicornPlugin] = await Promise.all([interopDefault(import('eslint-plugin-unicorn'))] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/unicorn/setup',\n plugins: {\n unicorn: unicornPlugin,\n },\n },\n {\n name: 'w5s/unicorn/rules',\n files,\n rules: {\n ...unicornPlugin.configs.recommended?.rules,\n // Disabled for safety\n 'unicorn/consistent-destructuring': 'off',\n 'unicorn/consistent-function-scoping': 'off', // Too many false positive\n 'unicorn/filename-case': 'off',\n 'unicorn/import-index': 'off', // Not playing well with ES Module\n 'unicorn/new-for-builtins': 'off', // error, @see https://github.com/sindresorhus/eslint-plugin-unicorn/issues/122\n 'unicorn/no-array-callback-reference': 'off', // Many false positive reported\n 'unicorn/no-array-for-each': 'off', // This rule could change browser compatibility\n 'unicorn/no-array-method-this-argument': 'off', // Many false positive reported\n 'unicorn/no-array-reduce': 'off', // Array#reduce can be used\n 'unicorn/no-console-spaces': 'off',\n 'unicorn/no-fn-reference-in-iterator': 'off', // error ?\n 'unicorn/no-nested-ternary': 'off',\n 'unicorn/no-null': 'off', // https://github.com/sindresorhus/eslint-plugin-unicorn/issues/612\n 'unicorn/no-object-as-default-parameter': 'off',\n 'unicorn/no-process-exit': 'off',\n 'unicorn/no-unreadable-array-destructuring': 'off',\n 'unicorn/no-unused-properties': 'warn',\n 'unicorn/no-useless-undefined': 'off',\n 'unicorn/prefer-add-event-listener': 'off',\n 'unicorn/prefer-default-parameters': 'off',\n 'unicorn/prefer-set-has': 'off',\n 'unicorn/prevent-abbreviations': 'off', // This rule is so dangerous : it potentially break code while fixing in many cases !!\n 'unicorn/throw-new-error': 'off', // Creating errors with call signature is OK\n ...(stylisticEnabled ? {} : {}),\n ...rules,\n },\n },\n // TODO: move to another file ?\n {\n name: 'w5s/unicorn/overrides',\n files: ['**/*.config.cjs', '**/*.config.js'],\n rules: {\n 'unicorn/prefer-module': 'off',\n },\n },\n ] as [Config, Config, Config] satisfies Array<Config>;\n}\n\nexport namespace unicorn {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/yml.js';\nimport { ymlSourceGlob } from '../glob.js';\n\nconst defaultFiles = [ymlSourceGlob];\n\nexport async function yml(options: yml.Options = {}) {\n const [ymlPlugin] = await Promise.all([interopDefault(import('eslint-plugin-yml'))] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled, indent, quotes } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/yml/setup',\n plugins: {\n yml: ymlPlugin,\n },\n },\n {\n files,\n language: 'yml/yaml',\n name: 'w5s/yml/rules',\n rules: {\n ...ymlPlugin.configs['recommended'].reduce(\n (acc, config) => ({ ...acc, ...config.rules }),\n // eslint-disable-next-line ts/consistent-type-assertions\n {} as RuleOptions,\n ),\n ...(stylisticEnabled\n ? {\n 'style/spaced-comment': 'off', // Fix\n\n 'yml/block-mapping-question-indicator-newline': 'error',\n 'yml/block-sequence-hyphen-indicator-newline': 'error',\n 'yml/flow-mapping-curly-newline': 'error',\n 'yml/flow-mapping-curly-spacing': 'error',\n 'yml/flow-sequence-bracket-newline': 'error',\n 'yml/flow-sequence-bracket-spacing': 'error',\n 'yml/indent': ['error', indent === 'tab' ? 2 : indent],\n 'yml/key-spacing': ['error', { afterColon: true, beforeColon: false }],\n 'yml/no-tab-indent': 'error',\n 'yml/quotes': [\n 'error',\n { avoidEscape: true, prefer: quotes === 'backtick' ? ('single' as const) : quotes },\n ],\n 'yml/spaced-comment': 'error',\n }\n : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace yml {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { jsdoc, jsonc, ignores, imports, markdown, node, ts, yml, unicorn, stylistic, es } from './config.js';\nimport type { Config } from './type.js';\n\nexport interface DefineConfigOptions extends ignores.Options {\n es?: boolean | es.Options;\n import?: boolean | imports.Options;\n markdown?: boolean | markdown.Options;\n jsdoc?: boolean | jsdoc.Options;\n jsonc?: boolean | jsonc.Options;\n node?: boolean | node.Options;\n stylistic?: boolean | stylistic.Options;\n ts?: boolean | ts.Options;\n unicorn?: boolean | unicorn.Options;\n yml?: boolean | yml.Options;\n}\n\nexport async function defineConfig(options: DefineConfigOptions = {}) {\n const stylisticOptions =\n typeof options.stylistic === 'boolean' ? { enabled: options.stylistic } : { enabled: true, ...options.stylistic };\n const withDefaultStylistic = <T>(_options: T) => ({ stylistic: stylisticOptions, ..._options });\n const toOption = <T extends {}>(optionsOrBoolean: T | boolean | undefined) =>\n withDefaultStylistic(\n (typeof optionsOrBoolean === 'boolean'\n ? { enabled: optionsOrBoolean }\n : { enabled: true, ...optionsOrBoolean }) as T & { enabled: boolean },\n );\n const esOptions = toOption(options.es);\n const importOptions = toOption(options.import);\n const jsdocOptions = toOption(options.jsdoc);\n const jsoncOptions = toOption(options.jsonc);\n const markdownOptions = toOption(options.markdown);\n const nodeOptions = toOption(options.node);\n const tsOptions = toOption(options.ts);\n const unicornOptions = toOption(options.unicorn);\n const ymlOptions = toOption(options.yml);\n\n const returnValue: Array<Promise<Array<Config>>> = [];\n const append = (config: Promise<ReadonlyArray<any>>) => {\n returnValue.push(config as any);\n };\n append(es(esOptions));\n append(ignores(options));\n\n if (jsoncOptions.enabled) {\n append(jsonc(jsoncOptions));\n }\n if (jsdocOptions.enabled) {\n append(jsdoc(jsdocOptions));\n }\n if (stylisticOptions.enabled) {\n append(stylistic(stylisticOptions));\n }\n if (importOptions.enabled) {\n append(imports(importOptions));\n }\n if (markdownOptions.enabled) {\n append(markdown(markdownOptions));\n }\n if (nodeOptions.enabled) {\n append(node(nodeOptions));\n }\n if (tsOptions.enabled) {\n append(ts(tsOptions));\n }\n if (ymlOptions.enabled) {\n append(yml(ymlOptions));\n }\n if (unicornOptions.enabled) {\n append(unicorn(unicornOptions));\n }\n const nested = await Promise.all(returnValue);\n return nested.reduce((acc, curr) => [...acc, ...curr], [] as Array<Config>);\n}\n","export const meta = Object.freeze({\n // @ts-ignore - these variables are injected at build time\n name: (typeof __PACKAGE_NAME__ === 'undefined' ? '' : __PACKAGE_NAME__) as string,\n // @ts-ignore - these variables are injected at build time\n version: (typeof __PACKAGE_VERSION__ === 'undefined' ? '' : __PACKAGE_VERSION__) as string,\n // @ts-ignore - these variables are injected at build time\n buildNumber: 1 as number, // (typeof __PACKAGE_BUILD_NUMBER__ === 'undefined' ? 0 : __PACKAGE_BUILD_NUMBER__) as number,\n});\n"],"mappings":"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D,mBAAmB,iBAAiB,GAAG,EAAE;EACzC,mBAAmB,kBAAkB,GAAG,EAAE;EAC3C;;AAGH,SAAS,mBAAmB;CAC1B,OAAO;EACL,OAAO,CAAC,iBAAiB;EACzB,OAAO,EACL,mBAAmB;GACjB;GACA;IACE,OAAO;KAAC;KAAW;KAAW;KAAW;KAAmB;KAAW;KAAW;KAAS;KAAa;IACxG,aAAa;IACd;GACD;IACE,OAAO,EAAE,MAAM,OAAO;IACtB,aAAa;IACd;GACF,EACF;EACF;;AAGH,SAAS,kBAAkB;CACzB,OAAO;EACL,OAAO,CAAC,eAAe;EACvB,OAAO,EACL,mBAAmB;GACjB;GACA;IACE,OAAO;KACL;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACD;IACD,aAAa;IACd;GACD;IACE,OAAO,CAAC,OAAO,QAAQ;IACvB,aAAa;IACd;GACD,GAAG;IAAC;IAAc;IAAW;IAAW;IAAS,CAAC,KAAK,SAAS;IAC9D,OAAO;KAAC;KAAQ;KAAQ;KAAS;KAAM;IACvC,aAAa,IAAI,IAAI;IACtB,EAAE;GACH,GAAG,CAAC,WAAW,gBAAgB,CAAC,KAAK,SAAS;IAC5C,OAAO,EAAE,MAAM,OAAO;IACtB,aAAa,IAAI,IAAI;IACtB,EAAE;GACH,GAAG;IACD;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IAC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"}
1
+ {"version":3,"file":"index.js","names":["sourceGlob","defaultFiles","defaultFiles","sourceGlob","defaultFiles","defaultFiles","defaultFiles","defaultFiles","defaultFiles","sourceGlob"],"sources":["../src/type/StylisticConfig.ts","../src/rules/esRules/bestPractices.ts","../src/rules/esRules/errors.ts","../src/rules/esRules/es6.ts","../src/rules/esRules/overrides.ts","../src/rules/esRules/strict.ts","../src/rules/esRules/variables.ts","../src/rules/esRules.ts","../src/glob.ts","../src/config/es.ts","../src/config/ignores.ts","../src/config/jsdoc.ts","../src/config/jsonc.ts","../src/config/imports.ts","../src/config/markdown.ts","../src/config/node.ts","../src/config/stylistic.ts","../src/config/test.ts","../src/rules/tsRules.ts","../src/config/ts.ts","../src/config/unicorn.ts","../src/config/yml.ts","../src/defineConfig.ts","../src/meta.ts"],"sourcesContent":["import type { StylisticCustomizeOptions } from '@stylistic/eslint-plugin';\nimport prettierConfig from '@w5s/prettier-config';\n\nexport interface StylisticConfig {\n enabled: boolean;\n indent: NonNullable<StylisticCustomizeOptions['indent']>;\n quotes: NonNullable<StylisticCustomizeOptions['quotes']>;\n jsx: NonNullable<StylisticCustomizeOptions['jsx']>;\n semi: NonNullable<StylisticCustomizeOptions['semi']>;\n}\n\nexport interface StylisticParameters extends Partial<StylisticConfig> {}\n\nconst defaultConfig = {\n enabled: true,\n indent: prettierConfig.tabWidth ?? 2,\n quotes: prettierConfig.singleQuote ? 'single' : 'double',\n jsx: true,\n semi: prettierConfig.semi ?? true,\n} satisfies StylisticConfig;\n\n/**\n * @namespace\n */\nexport const StylisticConfig = {\n /**\n * Default config\n */\n default: defaultConfig,\n\n /**\n * Return a new StylisticConfig from input\n *\n * @param input\n */\n from(input: boolean | StylisticParameters): StylisticConfig {\n return typeof input === 'boolean' ? { ...defaultConfig, enabled: input } : { ...defaultConfig, ...input };\n },\n};\n","import type { Linter } from 'eslint';\n\nexport const bestPractices = () => ({\n // enforces getter/setter pairs in objects\n // https://eslint.org/docs/rules/accessor-pairs\n 'accessor-pairs': 'off',\n\n // enforces return statements in callbacks of array's methods\n // https://eslint.org/docs/rules/array-callback-return\n 'array-callback-return': ['error', { allowImplicit: true }],\n\n // treat var statements as if they were block scoped\n // https://eslint.org/docs/rules/block-scoped-var\n 'block-scoped-var': 'error',\n\n // specify the maximum cyclomatic complexity allowed in a program\n // https://eslint.org/docs/rules/complexity\n 'complexity': ['off', 20],\n\n // enforce that class methods use \"this\"\n // https://eslint.org/docs/rules/class-methods-use-this\n 'class-methods-use-this': ['error', {\n exceptMethods: [],\n }],\n\n // require return statements to either always or never specify values\n // https://eslint.org/docs/rules/consistent-return\n 'consistent-return': 'error',\n\n // specify curly brace conventions for all control statements\n // https://eslint.org/docs/rules/curly\n 'curly': ['error', 'multi-line'], // multiline\n\n // require default case in switch statements\n // https://eslint.org/docs/rules/default-case\n 'default-case': ['error', { commentPattern: '^no default$' }],\n\n // Enforce default clauses in switch statements to be last\n // https://eslint.org/docs/rules/default-case-last\n 'default-case-last': 'error',\n\n // https://eslint.org/docs/rules/default-param-last\n 'default-param-last': 'error',\n\n // encourages use of dot notation whenever possible\n // https://eslint.org/docs/rules/dot-notation\n 'dot-notation': ['error', { allowKeywords: true }],\n\n // enforces consistent newlines before or after dots\n // https://eslint.org/docs/rules/dot-location\n 'dot-location': ['error', 'property'],\n\n // require the use of === and !==\n // https://eslint.org/docs/rules/eqeqeq\n 'eqeqeq': ['error', 'always', { null: 'ignore' }],\n\n // Require grouped accessor pairs in object literals and classes\n // https://eslint.org/docs/rules/grouped-accessor-pairs\n 'grouped-accessor-pairs': 'error',\n\n // make sure for-in loops have an if statement\n // https://eslint.org/docs/rules/guard-for-in\n 'guard-for-in': 'error',\n\n // enforce a maximum number of classes per file\n // https://eslint.org/docs/rules/max-classes-per-file\n 'max-classes-per-file': ['error', 1],\n\n // disallow the use of alert, confirm, and prompt\n // https://eslint.org/docs/rules/no-alert\n // TODO: enable, semver-major\n 'no-alert': 'warn',\n\n // disallow use of arguments.caller or arguments.callee\n // https://eslint.org/docs/rules/no-caller\n 'no-caller': 'error',\n\n // disallow lexical declarations in case/default clauses\n // https://eslint.org/docs/rules/no-case-declarations\n 'no-case-declarations': 'error',\n\n // Disallow returning value in constructor\n // https://eslint.org/docs/rules/no-constructor-return\n 'no-constructor-return': 'error',\n\n // disallow division operators explicitly at beginning of regular expression\n // https://eslint.org/docs/rules/no-div-regex\n 'no-div-regex': 'off',\n\n // disallow else after a return in an if\n // https://eslint.org/docs/rules/no-else-return\n 'no-else-return': ['error', { allowElseIf: false }],\n\n // disallow empty functions, except for standalone funcs/arrows\n // https://eslint.org/docs/rules/no-empty-function\n 'no-empty-function': ['error', {\n allow: [\n 'arrowFunctions',\n 'functions',\n 'methods',\n ],\n }],\n\n // disallow empty destructuring patterns\n // https://eslint.org/docs/rules/no-empty-pattern\n 'no-empty-pattern': 'error',\n\n // Disallow empty static blocks\n // https://eslint.org/docs/latest/rules/no-empty-static-block\n // TODO: semver-major, enable\n 'no-empty-static-block': 'off',\n\n // disallow comparisons to null without a type-checking operator\n // https://eslint.org/docs/rules/no-eq-null\n 'no-eq-null': 'off',\n\n // disallow use of eval()\n // https://eslint.org/docs/rules/no-eval\n 'no-eval': 'error',\n\n // disallow adding to native types\n // https://eslint.org/docs/rules/no-extend-native\n 'no-extend-native': 'error',\n\n // disallow unnecessary function binding\n // https://eslint.org/docs/rules/no-extra-bind\n 'no-extra-bind': 'error',\n\n // disallow Unnecessary Labels\n // https://eslint.org/docs/rules/no-extra-label\n 'no-extra-label': 'error',\n\n // disallow fallthrough of case statements\n // https://eslint.org/docs/rules/no-fallthrough\n 'no-fallthrough': 'error',\n\n // disallow the use of leading or trailing decimal points in numeric literals\n // https://eslint.org/docs/rules/no-floating-decimal\n 'no-floating-decimal': 'error',\n\n // disallow reassignments of native objects or read-only globals\n // https://eslint.org/docs/rules/no-global-assign\n 'no-global-assign': ['error', { exceptions: [] }],\n\n // deprecated in favor of no-global-assign\n // https://eslint.org/docs/rules/no-native-reassign\n 'no-native-reassign': 'off',\n\n // disallow implicit type conversions\n // https://eslint.org/docs/rules/no-implicit-coercion\n 'no-implicit-coercion': ['off', {\n boolean: false,\n number: true,\n string: true,\n allow: [],\n }],\n\n // disallow var and named functions in global scope\n // https://eslint.org/docs/rules/no-implicit-globals\n 'no-implicit-globals': 'off',\n\n // disallow use of eval()-like methods\n // https://eslint.org/docs/rules/no-implied-eval\n 'no-implied-eval': 'error',\n\n // disallow this keywords outside of classes or class-like objects\n // https://eslint.org/docs/rules/no-invalid-this\n 'no-invalid-this': 'off',\n\n // disallow usage of __iterator__ property\n // https://eslint.org/docs/rules/no-iterator\n 'no-iterator': 'error',\n\n // disallow use of labels for anything other than loops and switches\n // https://eslint.org/docs/rules/no-labels\n 'no-labels': ['error', { allowLoop: false, allowSwitch: false }],\n\n // disallow unnecessary nested blocks\n // https://eslint.org/docs/rules/no-lone-blocks\n 'no-lone-blocks': 'error',\n\n // disallow creation of functions within loops\n // https://eslint.org/docs/rules/no-loop-func\n 'no-loop-func': 'error',\n\n // disallow magic numbers\n // https://eslint.org/docs/rules/no-magic-numbers\n 'no-magic-numbers': ['off', {\n ignore: [],\n ignoreArrayIndexes: true,\n enforceConst: true,\n detectObjects: false,\n }],\n\n // disallow use of multiple spaces\n // https://eslint.org/docs/rules/no-multi-spaces\n 'no-multi-spaces': ['error', {\n ignoreEOLComments: false,\n }],\n\n // disallow use of multiline strings\n // https://eslint.org/docs/rules/no-multi-str\n 'no-multi-str': 'error',\n\n // disallow use of new operator when not part of the assignment or comparison\n // https://eslint.org/docs/rules/no-new\n 'no-new': 'error',\n\n // disallow use of new operator for Function object\n // https://eslint.org/docs/rules/no-new-func\n 'no-new-func': 'error',\n\n // disallows creating new instances of String, Number, and Boolean\n // https://eslint.org/docs/rules/no-new-wrappers\n 'no-new-wrappers': 'error',\n\n // Disallow \\8 and \\9 escape sequences in string literals\n // https://eslint.org/docs/rules/no-nonoctal-decimal-escape\n 'no-nonoctal-decimal-escape': 'error',\n\n // Disallow calls to the Object constructor without an argument\n // https://eslint.org/docs/latest/rules/no-object-constructor\n // TODO: enable, semver-major\n 'no-object-constructor': 'off',\n\n // disallow use of (old style) octal literals\n // https://eslint.org/docs/rules/no-octal\n 'no-octal': 'error',\n\n // disallow use of octal escape sequences in string literals, such as\n // var foo = 'Copyright \\251';\n // https://eslint.org/docs/rules/no-octal-escape\n 'no-octal-escape': 'error',\n\n // disallow reassignment of function parameters\n // disallow parameter object manipulation except for specific exclusions\n // rule: https://eslint.org/docs/rules/no-param-reassign.html\n 'no-param-reassign': ['error', {\n props: true,\n ignorePropertyModificationsFor: [\n 'acc', // for reduce accumulators\n 'accumulator', // for reduce accumulators\n 'e', // for e.returnvalue\n 'ctx', // for Koa routing\n 'context', // for Koa routing\n 'req', // for Express requests\n 'request', // for Express requests\n 'res', // for Express responses\n 'response', // for Express responses\n '$scope', // for Angular 1 scopes\n 'staticContext', // for ReactRouter context\n ],\n }],\n\n // disallow usage of __proto__ property\n // https://eslint.org/docs/rules/no-proto\n 'no-proto': 'error',\n\n // disallow declaring the same variable more than once\n // https://eslint.org/docs/rules/no-redeclare\n 'no-redeclare': 'error',\n\n // disallow certain object properties\n // https://eslint.org/docs/rules/no-restricted-properties\n 'no-restricted-properties': ['error', {\n object: 'arguments',\n property: 'callee',\n message: 'arguments.callee is deprecated',\n }, {\n object: 'global',\n property: 'isFinite',\n message: 'Please use Number.isFinite instead',\n }, {\n object: 'self',\n property: 'isFinite',\n message: 'Please use Number.isFinite instead',\n }, {\n object: 'window',\n property: 'isFinite',\n message: 'Please use Number.isFinite instead',\n }, {\n object: 'global',\n property: 'isNaN',\n message: 'Please use Number.isNaN instead',\n }, {\n object: 'self',\n property: 'isNaN',\n message: 'Please use Number.isNaN instead',\n }, {\n object: 'window',\n property: 'isNaN',\n message: 'Please use Number.isNaN instead',\n }, {\n property: '__defineGetter__',\n message: 'Please use Object.defineProperty instead.',\n }, {\n property: '__defineSetter__',\n message: 'Please use Object.defineProperty instead.',\n }, {\n object: 'Math',\n property: 'pow',\n message: 'Use the exponentiation operator (**) instead.',\n }],\n\n // disallow use of assignment in return statement\n // https://eslint.org/docs/rules/no-return-assign\n 'no-return-assign': ['error', 'always'],\n\n // disallow redundant `return await`\n // https://eslint.org/docs/rules/no-return-await\n 'no-return-await': 'error',\n\n // disallow use of `javascript:` urls.\n // https://eslint.org/docs/rules/no-script-url\n 'no-script-url': 'error',\n\n // disallow self assignment\n // https://eslint.org/docs/rules/no-self-assign\n 'no-self-assign': ['error', {\n props: true,\n }],\n\n // disallow comparisons where both sides are exactly the same\n // https://eslint.org/docs/rules/no-self-compare\n 'no-self-compare': 'error',\n\n // disallow use of comma operator\n // https://eslint.org/docs/rules/no-sequences\n 'no-sequences': 'error',\n\n // restrict what can be thrown as an exception\n // https://eslint.org/docs/rules/no-throw-literal\n 'no-throw-literal': 'error',\n\n // disallow unmodified conditions of loops\n // https://eslint.org/docs/rules/no-unmodified-loop-condition\n 'no-unmodified-loop-condition': 'off',\n\n // disallow usage of expressions in statement position\n // https://eslint.org/docs/rules/no-unused-expressions\n 'no-unused-expressions': ['error', {\n allowShortCircuit: false,\n allowTernary: false,\n allowTaggedTemplates: false,\n }],\n\n // disallow unused labels\n // https://eslint.org/docs/rules/no-unused-labels\n 'no-unused-labels': 'error',\n\n // disallow unnecessary .call() and .apply()\n // https://eslint.org/docs/rules/no-useless-call\n 'no-useless-call': 'off',\n\n // Disallow unnecessary catch clauses\n // https://eslint.org/docs/rules/no-useless-catch\n 'no-useless-catch': 'error',\n\n // disallow useless string concatenation\n // https://eslint.org/docs/rules/no-useless-concat\n 'no-useless-concat': 'error',\n\n // disallow unnecessary string escaping\n // https://eslint.org/docs/rules/no-useless-escape\n 'no-useless-escape': 'error',\n\n // disallow redundant return; keywords\n // https://eslint.org/docs/rules/no-useless-return\n 'no-useless-return': 'error',\n\n // disallow use of void operator\n // https://eslint.org/docs/rules/no-void\n 'no-void': 'error',\n\n // disallow usage of configurable warning terms in comments: e.g. todo\n // https://eslint.org/docs/rules/no-warning-comments\n 'no-warning-comments': ['off', { terms: ['todo', 'fixme', 'xxx'], location: 'start' }],\n\n // disallow use of the with statement\n // https://eslint.org/docs/rules/no-with\n 'no-with': 'error',\n\n // require using Error objects as Promise rejection reasons\n // https://eslint.org/docs/rules/prefer-promise-reject-errors\n 'prefer-promise-reject-errors': ['error', { allowEmptyReject: true }],\n\n // Suggest using named capture group in regular expression\n // https://eslint.org/docs/rules/prefer-named-capture-group\n 'prefer-named-capture-group': 'off',\n\n // Prefer Object.hasOwn() over Object.prototype.hasOwnProperty.call()\n // https://eslint.org/docs/rules/prefer-object-has-own\n // TODO: semver-major: enable thus rule, once eslint v8.5.0 is required\n 'prefer-object-has-own': 'off',\n\n // https://eslint.org/docs/rules/prefer-regex-literals\n 'prefer-regex-literals': ['error', {\n disallowRedundantWrapping: true,\n }],\n\n // require use of the second argument for parseInt()\n // https://eslint.org/docs/rules/radix\n 'radix': 'error',\n\n // require `await` in `async function` (note: this is a horrible rule that should never be used)\n // https://eslint.org/docs/rules/require-await\n 'require-await': 'off',\n\n // Enforce the use of u flag on RegExp\n // https://eslint.org/docs/rules/require-unicode-regexp\n 'require-unicode-regexp': 'off',\n\n // requires to declare all vars on top of their containing scope\n // https://eslint.org/docs/rules/vars-on-top\n 'vars-on-top': 'error',\n\n // require immediate function invocation to be wrapped in parentheses\n // https://eslint.org/docs/rules/wrap-iife.html\n 'wrap-iife': ['error', 'outside', { functionPrototypeMethods: false }],\n\n // require or disallow Yoda conditions\n // https://eslint.org/docs/rules/yoda\n 'yoda': 'error',\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const errors = () => ({\n // Enforce “for” loop update clause moving the counter in the right direction\n // https://eslint.org/docs/rules/for-direction\n 'for-direction': 'error',\n\n // Enforces that a return statement is present in property getters\n // https://eslint.org/docs/rules/getter-return\n 'getter-return': ['error', { allowImplicit: true }],\n\n // disallow using an async function as a Promise executor\n // https://eslint.org/docs/rules/no-async-promise-executor\n 'no-async-promise-executor': 'error',\n\n // Disallow await inside of loops\n // https://eslint.org/docs/rules/no-await-in-loop\n 'no-await-in-loop': 'error',\n\n // Disallow comparisons to negative zero\n // https://eslint.org/docs/rules/no-compare-neg-zero\n 'no-compare-neg-zero': 'error',\n\n // disallow assignment in conditional expressions\n 'no-cond-assign': ['error', 'always'],\n\n // disallow use of console\n 'no-console': 'warn',\n\n // Disallows expressions where the operation doesn't affect the value\n // https://eslint.org/docs/rules/no-constant-binary-expression\n // TODO: semver-major, enable\n 'no-constant-binary-expression': 'off',\n\n // disallow use of constant expressions in conditions\n 'no-constant-condition': 'warn',\n\n // disallow control characters in regular expressions\n 'no-control-regex': 'error',\n\n // disallow use of debugger\n 'no-debugger': 'error',\n\n // disallow duplicate arguments in functions\n 'no-dupe-args': 'error',\n\n // Disallow duplicate conditions in if-else-if chains\n // https://eslint.org/docs/rules/no-dupe-else-if\n 'no-dupe-else-if': 'error',\n\n // disallow duplicate keys when creating object literals\n 'no-dupe-keys': 'error',\n\n // disallow a duplicate case label.\n 'no-duplicate-case': 'error',\n\n // disallow empty statements\n 'no-empty': 'error',\n\n // disallow the use of empty character classes in regular expressions\n 'no-empty-character-class': 'error',\n\n // disallow assigning to the exception in a catch block\n 'no-ex-assign': 'error',\n\n // disallow double-negation boolean casts in a boolean context\n // https://eslint.org/docs/rules/no-extra-boolean-cast\n 'no-extra-boolean-cast': 'error',\n\n // disallow unnecessary parentheses\n // https://eslint.org/docs/rules/no-extra-parens\n 'no-extra-parens': ['off', 'all', {\n conditionalAssign: true,\n nestedBinaryExpressions: false,\n returnAssign: false,\n ignoreJSX: 'all', // delegate to eslint-plugin-react\n enforceForArrowConditionals: false,\n }],\n\n // disallow unnecessary semicolons\n 'no-extra-semi': 'error',\n\n // disallow overwriting functions written as function declarations\n 'no-func-assign': 'error',\n\n // https://eslint.org/docs/rules/no-import-assign\n 'no-import-assign': 'error',\n\n // disallow function or variable declarations in nested blocks\n 'no-inner-declarations': 'error',\n\n // disallow invalid regular expression strings in the RegExp constructor\n 'no-invalid-regexp': 'error',\n\n // disallow irregular whitespace outside of strings and comments\n 'no-irregular-whitespace': 'error',\n\n // Disallow Number Literals That Lose Precision\n // https://eslint.org/docs/rules/no-loss-of-precision\n 'no-loss-of-precision': 'error',\n\n // Disallow characters which are made with multiple code points in character class syntax\n // https://eslint.org/docs/rules/no-misleading-character-class\n 'no-misleading-character-class': 'error',\n\n // disallow the use of object properties of the global object (Math and JSON) as functions\n 'no-obj-calls': 'error',\n\n // Disallow new operators with global non-constructor functions\n // https://eslint.org/docs/latest/rules/no-new-native-nonconstructor\n // TODO: semver-major, enable\n 'no-new-native-nonconstructor': 'off',\n\n // Disallow returning values from Promise executor functions\n // https://eslint.org/docs/rules/no-promise-executor-return\n 'no-promise-executor-return': 'error',\n\n // disallow use of Object.prototypes builtins directly\n // https://eslint.org/docs/rules/no-prototype-builtins\n 'no-prototype-builtins': 'error',\n\n // disallow multiple spaces in a regular expression literal\n 'no-regex-spaces': 'error',\n\n // Disallow returning values from setters\n // https://eslint.org/docs/rules/no-setter-return\n 'no-setter-return': 'error',\n\n // disallow sparse arrays\n 'no-sparse-arrays': 'error',\n\n // Disallow template literal placeholder syntax in regular strings\n // https://eslint.org/docs/rules/no-template-curly-in-string\n 'no-template-curly-in-string': 'error',\n\n // Avoid code that looks like two expressions but is actually one\n // https://eslint.org/docs/rules/no-unexpected-multiline\n 'no-unexpected-multiline': 'error',\n\n // disallow unreachable statements after a return, throw, continue, or break statement\n 'no-unreachable': 'error',\n\n // Disallow loops with a body that allows only one iteration\n // https://eslint.org/docs/rules/no-unreachable-loop\n 'no-unreachable-loop': ['error', {\n ignore: [], // WhileStatement, DoWhileStatement, ForStatement, ForInStatement, ForOfStatement\n }],\n\n // disallow return/throw/break/continue inside finally blocks\n // https://eslint.org/docs/rules/no-unsafe-finally\n 'no-unsafe-finally': 'error',\n\n // disallow negating the left operand of relational operators\n // https://eslint.org/docs/rules/no-unsafe-negation\n 'no-unsafe-negation': 'error',\n\n // disallow use of optional chaining in contexts where the undefined value is not allowed\n // https://eslint.org/docs/rules/no-unsafe-optional-chaining\n 'no-unsafe-optional-chaining': ['error', { disallowArithmeticOperators: true }],\n\n // Disallow Unused Private Class Members\n // https://eslint.org/docs/rules/no-unused-private-class-members\n // TODO: enable once eslint 7 is dropped (which is semver-major)\n 'no-unused-private-class-members': 'off',\n\n // Disallow useless backreferences in regular expressions\n // https://eslint.org/docs/rules/no-useless-backreference\n 'no-useless-backreference': 'error',\n\n // disallow negation of the left operand of an in expression\n // deprecated in favor of no-unsafe-negation\n 'no-negated-in-lhs': 'off',\n\n // Disallow assignments that can lead to race conditions due to usage of await or yield\n // https://eslint.org/docs/rules/require-atomic-updates\n // note: not enabled because it is very buggy\n 'require-atomic-updates': 'off',\n\n // disallow comparisons with the value NaN\n 'use-isnan': 'error',\n\n // ensure JSDoc comments are valid\n // https://eslint.org/docs/rules/valid-jsdoc\n 'valid-jsdoc': 'off',\n\n // ensure that the results of typeof are compared against a valid string\n // https://eslint.org/docs/rules/valid-typeof\n 'valid-typeof': ['error', { requireStringLiterals: true }],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const es6 = () => ({\n// enforces no braces where they can be omitted\n // https://eslint.org/docs/rules/arrow-body-style\n // TODO: enable requireReturnForObjectLiteral?\n 'arrow-body-style': ['error', 'as-needed', {\n requireReturnForObjectLiteral: false,\n }],\n\n // require parens in arrow function arguments\n // https://eslint.org/docs/rules/arrow-parens\n 'arrow-parens': ['error', 'always'],\n\n // require space before/after arrow function's arrow\n // https://eslint.org/docs/rules/arrow-spacing\n 'arrow-spacing': ['error', { before: true, after: true }],\n\n // verify super() callings in constructors\n 'constructor-super': 'error',\n\n // enforce the spacing around the * in generator functions\n // https://eslint.org/docs/rules/generator-star-spacing\n 'generator-star-spacing': ['error', { before: false, after: true }],\n\n // disallow modifying variables of class declarations\n // https://eslint.org/docs/rules/no-class-assign\n 'no-class-assign': 'error',\n\n // disallow arrow functions where they could be confused with comparisons\n // https://eslint.org/docs/rules/no-confusing-arrow\n 'no-confusing-arrow': ['error', {\n allowParens: true,\n }],\n\n // disallow modifying variables that are declared using const\n 'no-const-assign': 'error',\n\n // disallow duplicate class members\n // https://eslint.org/docs/rules/no-dupe-class-members\n 'no-dupe-class-members': 'error',\n\n // disallow importing from the same path more than once\n // https://eslint.org/docs/rules/no-duplicate-imports\n // replaced by https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-duplicates.md\n 'no-duplicate-imports': 'off',\n\n // disallow symbol constructor\n // https://eslint.org/docs/rules/no-new-symbol\n 'no-new-symbol': 'error',\n\n // Disallow specified names in exports\n // https://eslint.org/docs/rules/no-restricted-exports\n 'no-restricted-exports': ['error', {\n restrictedNamedExports: [\n 'default', // use `export default` to provide a default export\n 'then', // this will cause tons of confusion when your module is dynamically `import()`ed, and will break in most node ESM versions\n ],\n }],\n\n // disallow specific imports\n // https://eslint.org/docs/rules/no-restricted-imports\n 'no-restricted-imports': ['off', {\n paths: [],\n patterns: [],\n }],\n\n // disallow to use this/super before super() calling in constructors.\n // https://eslint.org/docs/rules/no-this-before-super\n 'no-this-before-super': 'error',\n\n // disallow useless computed property keys\n // https://eslint.org/docs/rules/no-useless-computed-key\n 'no-useless-computed-key': 'error',\n\n // disallow unnecessary constructor\n // https://eslint.org/docs/rules/no-useless-constructor\n 'no-useless-constructor': 'error',\n\n // disallow renaming import, export, and destructured assignments to the same name\n // https://eslint.org/docs/rules/no-useless-rename\n 'no-useless-rename': ['error', {\n ignoreDestructuring: false,\n ignoreImport: false,\n ignoreExport: false,\n }],\n\n // require let or const instead of var\n 'no-var': 'error',\n\n // require method and property shorthand syntax for object literals\n // https://eslint.org/docs/rules/object-shorthand\n 'object-shorthand': ['error', 'always', {\n ignoreConstructors: false,\n avoidQuotes: true,\n }],\n\n // suggest using arrow functions as callbacks\n 'prefer-arrow-callback': ['error', {\n allowNamedFunctions: false,\n allowUnboundThis: true,\n }],\n\n // suggest using of const declaration for variables that are never modified after declared\n 'prefer-const': ['error', {\n destructuring: 'any',\n ignoreReadBeforeAssign: true,\n }],\n\n // Prefer destructuring from arrays and objects\n // https://eslint.org/docs/rules/prefer-destructuring\n 'prefer-destructuring': ['error', {\n VariableDeclarator: {\n array: false,\n object: true,\n },\n AssignmentExpression: {\n array: true,\n object: false,\n },\n }, {\n enforceForRenamedProperties: false,\n }],\n\n // disallow parseInt() in favor of binary, octal, and hexadecimal literals\n // https://eslint.org/docs/rules/prefer-numeric-literals\n 'prefer-numeric-literals': 'error',\n\n // suggest using Reflect methods where applicable\n // https://eslint.org/docs/rules/prefer-reflect\n 'prefer-reflect': 'off',\n\n // use rest parameters instead of arguments\n // https://eslint.org/docs/rules/prefer-rest-params\n 'prefer-rest-params': 'error',\n\n // suggest using the spread syntax instead of .apply()\n // https://eslint.org/docs/rules/prefer-spread\n 'prefer-spread': 'error',\n\n // suggest using template literals instead of string concatenation\n // https://eslint.org/docs/rules/prefer-template\n 'prefer-template': 'error',\n\n // disallow generator functions that do not have yield\n // https://eslint.org/docs/rules/require-yield\n 'require-yield': 'error',\n\n // enforce spacing between object rest-spread\n // https://eslint.org/docs/rules/rest-spread-spacing\n 'rest-spread-spacing': ['error', 'never'],\n\n // import sorting\n // https://eslint.org/docs/rules/sort-imports\n 'sort-imports': ['off', {\n ignoreCase: false,\n ignoreDeclarationSort: false,\n ignoreMemberSort: false,\n memberSyntaxSortOrder: ['none', 'all', 'multiple', 'single'],\n }],\n\n // require a Symbol description\n // https://eslint.org/docs/rules/symbol-description\n 'symbol-description': 'error',\n\n // enforce usage of spacing in template strings\n // https://eslint.org/docs/rules/template-curly-spacing\n 'template-curly-spacing': 'error',\n\n // enforce spacing around the * in yield* expressions\n // https://eslint.org/docs/rules/yield-star-spacing\n 'yield-star-spacing': ['error', 'after'],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const overrides = () => ({\n // Too many errors in components\n 'class-methods-use-this': 'off',\n // Annoying because it is not always wanted\n 'default-case': 'off',\n // We do not want console.* in production. Disable this rule on a per line basis if needed\n 'no-console': 'error',\n // Often useful in jsx\n 'no-nested-ternary': 'off',\n // Too strict, for pure code prefer the functional plugin\n 'no-param-reassign': ['error', { props: false }],\n // Allow for-of syntax\n // 'no-restricted-syntax': baseConfig.rules['no-restricted-syntax'].filter(\n // // @ts-ignore No typing available\n // ({ selector }) => selector !== 'ForOfStatement',\n // ),\n // underscore is often used (mongodb, etc)\n 'no-underscore-dangle': 'off',\n // Ignore underscore case arguments\n 'no-unused-vars': ['error', { argsIgnorePattern: '^_' }],\n // Allow in some cases https://github.com/airbnb/javascript/issues/1089#issuecomment-1024351821\n 'no-use-before-define': ['error', 'nofunc'],\n // Allow statements, to be compatible with '@typescript-eslint/no-floating-promises' fix\n 'no-void': ['error', { allowAsStatement: true }],\n 'unicode-bom': ['error', 'never'],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const strict = () => ({\n // babel inserts `'use strict';` for us\n strict: ['error', 'never'],\n} satisfies Linter.RulesRecord);\n","import type { Linter } from 'eslint';\n\nexport const variables = () => ({\n// enforce or disallow variable initializations at definition\n 'init-declarations': 'off',\n\n // disallow the catch clause parameter name being the same as a variable in the outer scope\n 'no-catch-shadow': 'off',\n\n // disallow deletion of variables\n 'no-delete-var': 'error',\n\n // disallow labels that share a name with a variable\n // https://eslint.org/docs/rules/no-label-var\n 'no-label-var': 'error',\n\n // disallow specific globals\n 'no-restricted-globals': [\n 'error',\n {\n name: 'isFinite',\n message:\n 'Use Number.isFinite instead https://github.com/airbnb/javascript#standard-library--isfinite',\n },\n {\n name: 'isNaN',\n message:\n 'Use Number.isNaN instead https://github.com/airbnb/javascript#standard-library--isnan',\n },\n // ...confusingBrowserGlobals.map((g) => ({\n // name: g,\n // message: `Use window.${g} instead. https://github.com/facebook/create-react-app/blob/HEAD/packages/confusing-browser-globals/README.md`,\n // })),\n ],\n\n // disallow declaration of variables already declared in the outer scope\n 'no-shadow': 'error',\n\n // disallow shadowing of names such as arguments\n 'no-shadow-restricted-names': 'error',\n\n // disallow use of undeclared variables unless mentioned in a /*global */ block\n 'no-undef': 'error',\n\n // disallow use of undefined when initializing variables\n 'no-undef-init': 'error',\n\n // disallow use of undefined variable\n // https://eslint.org/docs/rules/no-undefined\n // TODO: enable?\n 'no-undefined': 'off',\n\n // disallow declaration of variables that are not used in the code\n 'no-unused-vars': ['error', { vars: 'all', args: 'after-used', ignoreRestSiblings: true }],\n\n // disallow use of variables before they are defined\n 'no-use-before-define': ['error', { functions: true, classes: true, variables: true }],\n} satisfies Linter.RulesRecord);\n","import { bestPractices } from './esRules/bestPractices.js';\nimport { errors } from './esRules/errors.js';\nimport { es6 } from './esRules/es6.js';\nimport { overrides } from './esRules/overrides.js';\nimport { strict } from './esRules/strict.js';\nimport { variables } from './esRules/variables.js';\n\nexport const esRules = () => ({\n ...bestPractices(),\n ...errors(),\n ...es6(),\n ...strict(),\n ...variables(),\n\n // Must be last\n ...overrides(),\n});\n","import { Project } from '@w5s/dev';\n\nexport const sourceGlob = `**/${Project.extensionsToGlob(Project.sourceExtensions())}`;\n\nexport const esSourceGlob = `**/${Project.extensionsToGlob(Project.queryExtensions(['javascript', 'javascriptreact']))}`;\n\nexport const jsonSourceGlob = `**/${Project.extensionsToGlob(['.json', '.json5', '.jsonc'])}`;\n\nexport const tsSourceGlob = `**/${Project.extensionsToGlob(Project.queryExtensions(['typescript', 'typescriptreact']))}`;\n\nexport const ymlSourceGlob = `**/${Project.extensionsToGlob(Project.queryExtensions(['yaml']))}`;\n","import globals from 'globals';\nimport eslintConfig from '@eslint/js';\nimport { Project } from '@w5s/dev';\nimport { type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/jsonc.js';\nimport { esRules } from '../rules/esRules.js';\nimport { esSourceGlob } from '../glob.js';\n\nconst defaultFiles = [esSourceGlob];\n\nexport async function es(options: es.Options) {\n const { rules = {} } = options;\n\n return [\n {\n name: 'w5s/es/setup',\n languageOptions: {\n ecmaVersion: Project.ecmaVersion(),\n globals: {\n ...globals.browser,\n ...globals[`es${Project.ecmaVersion()}`],\n ...globals.node,\n __DEV__: 'readonly',\n __PROD__: 'readonly',\n __TEST__: 'readonly',\n document: 'readonly',\n navigator: 'readonly',\n window: 'readonly',\n },\n parserOptions: {\n ecmaFeatures: {\n jsx: true,\n },\n ecmaVersion: Project.ecmaVersion(),\n sourceType: 'module',\n },\n sourceType: 'module',\n },\n linterOptions: {\n reportUnusedDisableDirectives: true,\n },\n },\n {\n name: 'w5s/es/rules',\n files: defaultFiles,\n rules: {\n ...eslintConfig.configs.recommended.rules,\n ...esRules(),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace es {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import fs from 'node:fs';\nimport nodePath from 'node:path';\nimport process from 'node:process';\nimport { findUp } from 'find-up';\nimport parseGitignore from 'parse-gitignore';\nimport type { Config } from '../type.js';\n\nconst getGitignore = async (cwd: string, prefix = ''): Promise<Array<string>> => {\n const gitIgnoreFile = await findUp(nodePath.join(prefix, '.gitignore'), { cwd });\n if (gitIgnoreFile != null) {\n const { patterns } = parseGitignore.parse(await fs.promises.readFile(gitIgnoreFile));\n const returnValue = patterns.map((pattern) => nodePath.join(prefix, pattern));\n return returnValue;\n }\n return [];\n};\n\nexport async function ignores(options: ignores.Options = {}) {\n const cwd = process.cwd();\n const [ignoreRoot, ignoreAndroid, ignoreIOS] = await Promise.all([\n getGitignore(cwd),\n getGitignore(cwd, 'android'),\n getGitignore(cwd, 'ios'),\n ]);\n\n return [\n {\n ignores: [\n '**/node_modules',\n '**/dist',\n '**/package-lock.json',\n '**/yarn.lock',\n '**/pnpm-lock.yaml',\n '**/bun.lockb',\n\n '**/.docusaurus',\n '**/output',\n '**/coverage',\n '**/temp',\n '**/.temp',\n '**/tmp',\n '**/.tmp',\n '**/.history',\n '**/.vitepress/cache',\n '**/.nuxt',\n '**/.next',\n '**/.svelte-kit',\n '**/.vercel',\n '**/.changeset',\n '**/.idea',\n '**/.cache',\n '**/.output',\n '**/.vite-inspect',\n '**/.yarn',\n '**/vendor',\n '**/vendors',\n '**/*.min.*',\n\n '**/*.timestamp-*.mjs', // esbuild/vite temporary files\n\n '.modules/',\n '.go/',\n '.pnpm-store/',\n // '!.*',\n // '.venv/',\n // 'deprecated/',\n // 'test-output/',\n // 'venv/',\n // '_generated_/',\n\n ...ignoreRoot,\n ...ignoreAndroid,\n ...ignoreIOS,\n ...(options.ignores ?? []),\n ] as Array<string>,\n name: 'w5s/ignore',\n },\n ] as const satisfies Array<Config>;\n}\nexport namespace ignores {\n export interface Options {\n ignores?: string[];\n }\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/jsdoc.js';\nimport { sourceGlob } from '../glob.js';\n\nconst defaultFiles = [sourceGlob];\n\nexport async function jsdoc(options: jsdoc.Options = {}): Promise<readonly Config[]> {\n const [jsdocPlugin] = await Promise.all([interopDefault(import('eslint-plugin-jsdoc'))] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/jsdoc/setup',\n plugins: {\n jsdoc: jsdocPlugin,\n },\n },\n {\n name: 'w5s/jsdoc/rules',\n files,\n rules: {\n ...jsdocPlugin.configs['flat/recommended-typescript-flavor'].rules,\n 'jsdoc/no-undefined-types': 'off', // https://github.com/gajus/eslint-plugin-jsdoc/issues/839\n 'jsdoc/require-hyphen-before-param-description': ['warn', 'always'],\n 'jsdoc/require-jsdoc': 'off',\n 'jsdoc/require-param-description': 'off',\n 'jsdoc/require-param-type': 'off',\n 'jsdoc/require-returns': 'off',\n 'jsdoc/valid-types': 'off', // FIXME: reports lots of false positive\n // 'strict': ['error', 'safe'],\n ...(stylisticEnabled\n ? {\n ...jsdocPlugin.configs['flat/stylistic-typescript'].rules,\n 'jsdoc/check-alignment': 'warn',\n 'jsdoc/multiline-blocks': 'warn',\n 'jsdoc/tag-lines': ['warn', 'any', { startLines: 1 }],\n }\n : {}),\n ...rules,\n },\n settings: {\n jsdoc: {\n mode: 'typescript',\n },\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace jsdoc {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","/* cSpell:disable */\nimport { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/jsonc.js';\nimport { jsonSourceGlob } from '../glob.js';\n\nconst defaultFiles = [jsonSourceGlob];\n\nexport async function jsonc(options: jsonc.Options = {}): Promise<readonly Config[]> {\n const [jsoncPlugin, jsoncParser] = await Promise.all([\n interopDefault(import('eslint-plugin-jsonc')),\n interopDefault(import('jsonc-eslint-parser')),\n ] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled, indent } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/jsonc/setup',\n plugins: {\n jsonc: jsoncPlugin,\n },\n },\n {\n files,\n languageOptions: {\n parser: jsoncParser,\n },\n name: 'w5s/jsonc/rules',\n rules: {\n ...jsoncPlugin.configs['flat/recommended-with-json'][0]?.rules,\n ...(stylisticEnabled\n ? {\n 'jsonc/array-bracket-spacing': ['error', 'never'],\n 'jsonc/comma-dangle': ['error', 'never'],\n 'jsonc/comma-style': ['error', 'last'],\n 'jsonc/indent': ['error', indent],\n 'jsonc/key-spacing': ['error', { afterColon: true, beforeColon: false }],\n 'jsonc/object-curly-newline': ['error', { consistent: true, multiline: true }],\n 'jsonc/object-curly-spacing': ['error', 'always'],\n 'jsonc/object-property-newline': ['error', { allowMultiplePropertiesPerLine: true }],\n 'jsonc/quote-props': 'error',\n 'jsonc/quotes': 'error',\n }\n : {}),\n ...rules,\n },\n },\n stylisticEnabled ? sortPackageJson() : {},\n stylisticEnabled ? sortTsconfigJson() : {},\n ] as [Config, Config, Config, Config] satisfies Array<Config>;\n}\n\nfunction sortTsconfigJson() {\n return {\n files: ['tsconfig*.json'],\n rules: {\n 'jsonc/sort-keys': [\n 'error',\n {\n order: ['$schema', 'display', 'extends', 'compilerOptions', 'include', 'exclude', 'files', 'references'],\n pathPattern: '^$',\n },\n {\n order: { type: 'asc' },\n pathPattern: '.*',\n },\n ],\n },\n };\n}\n\nfunction sortPackageJson() {\n return {\n files: ['package.json'],\n rules: {\n 'jsonc/sort-keys': [\n 'error',\n {\n order: [\n '$schema',\n 'name',\n 'displayName',\n 'version',\n 'private',\n 'description',\n 'categories',\n 'keywords',\n 'homepage',\n 'bugs',\n 'repository',\n 'funding',\n 'license',\n 'qna',\n 'author',\n 'maintainers', // Key order (per item): name, email, url\n 'contributors', // Key order (per item): name, email, url\n 'publisher',\n 'sideEffects',\n 'type',\n 'imports',\n 'exports',\n 'main',\n 'svelte',\n 'umd:main',\n 'jsdelivr',\n 'unpkg',\n 'module',\n 'source',\n 'jsnext:main',\n 'browser',\n 'react-native',\n 'types',\n 'typesVersions',\n 'typings',\n 'style',\n 'example',\n 'examplestyle',\n 'assets',\n 'bin',\n 'man',\n 'directories', // Key order: lib, bin, man, doc, example, test\n 'files', // Unique items\n 'workspaces',\n 'binary', // Key order: module_name, module_path, remote_path, package_name, host\n 'scripts', // Script sort\n 'betterScripts', // Script sort\n 'contributes',\n 'activationEvents', // Unique items\n 'husky', // Sorts the hooks field using git hook sort\n 'simple-git-hooks', // Key sort using git hook sort\n 'pre-commit',\n 'commitlint',\n 'lint-staged',\n 'config',\n 'nodemonConfig',\n 'browserify',\n 'babel',\n 'browserslist',\n 'xo',\n 'prettier', // Prettier sort\n 'eslintConfig', // ESLint sort\n 'eslintIgnore',\n 'npmpackagejsonlint', // Key sort (also recognizes: npmPackageJsonLintConfig, npmpkgjsonlint)\n 'release',\n 'remarkConfig',\n 'stylelint',\n 'ava',\n 'jest',\n 'mocha',\n 'nyc',\n 'tap',\n 'resolutions',\n 'dependencies',\n 'devDependencies',\n 'dependenciesMeta', // Key sort (deep)\n 'peerDependencies',\n 'peerDependenciesMeta', // Key sort (deep)\n 'optionalDependencies',\n 'bundledDependencies',\n 'bundleDependencies',\n 'extensionPack',\n 'extensionDependencies',\n 'flat',\n 'packageManager',\n 'engines',\n 'engineStrict',\n 'volta', // Key order: node, npm, yarn\n 'languageName',\n 'os',\n 'cpu',\n 'preferGlobal',\n 'publishConfig',\n 'icon',\n 'badges', // Key order (per item): description, url, href\n 'galleryBanner',\n 'preview',\n 'markdown',\n ],\n pathPattern: '^$',\n },\n {\n order: ['url', 'email'],\n pathPattern: `^bugs$`,\n },\n ...['repository', 'funding', 'license', 'author'].map((key) => ({\n order: ['type', 'name', 'email', 'url'],\n pathPattern: `^${key}$`,\n })),\n ...['scripts', 'betterScripts'].map((key) => ({\n order: { type: 'asc' },\n pathPattern: `^${key}$`,\n })),\n ...[\n 'bin',\n 'contributes',\n 'commitlint',\n 'config',\n 'nodemonConfig',\n 'browserify',\n 'babel',\n 'xo',\n 'release',\n 'remarkConfig',\n 'ava',\n 'jest',\n 'mocha',\n 'nyc',\n 'tap',\n 'resolutions',\n 'engines',\n 'engineStrict',\n 'preferGlobal',\n 'publishConfig',\n 'galleryBanner',\n ].map((key) => ({\n order: { type: 'asc' },\n pathPattern: `^${key}$`,\n })),\n {\n order: { type: 'asc' },\n pathPattern: '^(?:dev|peer|optional|bundled|extension)?[Dd]ependencies$',\n },\n {\n order: ['types', 'require', 'import'],\n pathPattern: '^exports.*$',\n },\n ],\n },\n };\n}\n\nexport namespace jsonc {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { interopDefault } from '@w5s/dev';\nimport { type PluginOptionsBase, StylisticConfig, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/import.js';\n\nexport async function imports(options: imports.Options = {}) {\n const { rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n const [importPlugin] = await Promise.all([interopDefault(import('eslint-plugin-import'))] as const);\n return [\n {\n name: 'w5s/import/rules',\n plugins: {\n import: importPlugin,\n },\n rules: {\n // 'import/consistent-type-specifier-style': ['error', 'prefer-inline'],\n 'import/first': 'error',\n 'import/no-duplicates': 'error',\n 'import/no-mutable-exports': 'error',\n 'import/no-named-default': 'error',\n\n ...(stylisticEnabled\n ? {\n // Stylistic rules\n 'import/newline-after-import': ['error', { count: 1 }],\n }\n : {}),\n ...rules,\n },\n },\n ] as [Config] satisfies Array<Config>;\n}\n\nexport namespace imports {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { interopDefault, Project } from '@w5s/dev';\nimport { mergeProcessors, processorPassThrough } from 'eslint-merge-processors';\nimport { StylisticConfig, type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/markdown.js';\n\nconst defaultFiles = [`**/${Project.extensionsToGlob(Project.queryExtensions(['markdown']))}`];\n\nexport async function markdown(options: markdown.Options = {}) {\n const [markdownPlugin] = await Promise.all([interopDefault(import('@eslint/markdown'))] as const);\n const { language = 'markdown/gfm', files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/markdown/setup',\n plugins: {\n markdown: markdownPlugin,\n },\n },\n {\n files,\n language: language,\n name: 'w5s/markdown/rules',\n // eslint-disable-next-line ts/no-non-null-assertion\n processor: mergeProcessors([markdownPlugin.processors!.markdown, processorPassThrough]),\n rules: {\n ...markdownPlugin.configs.recommended.at(0)?.rules,\n ...(stylisticEnabled ? {} : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace markdown {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {\n /**\n * Default to 'markdown/gfm' (Github Flavored Markdown)\n */\n language?: 'markdown/gfm' | 'markdown/commonmark';\n }\n}\n","import { interopDefault } from '@w5s/dev';\nimport { type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/node.js';\n\nexport async function node(options: node.Options = {}) {\n const [nodePlugin] = await Promise.all([\n interopDefault(import('eslint-plugin-n')),\n ] as const);\n const { rules = {} } = options;\n return [\n {\n name: 'w5s/node/setup',\n plugins: {\n node: nodePlugin,\n },\n },\n {\n name: 'w5s/node/rules',\n rules: {\n // 'node/handle-callback-err': ['error', '^(err|error|_error)$'],\n 'node/no-deprecated-api': 'error',\n 'node/no-exports-assign': 'error',\n 'node/no-new-require': 'error',\n 'node/no-path-concat': 'error',\n // 'node/no-sync': 'error', FIXME: this rule uses typing without a way to disable it, so it causes errors in JS files\n 'node/prefer-global/buffer': ['error', 'never'],\n 'node/prefer-global/console': ['error', 'always'],\n // 'node/prefer-global/process': ['error', 'never'],\n 'node/prefer-global/url': ['error', 'always'],\n 'node/prefer-global/url-search-params': ['error', 'always'],\n 'node/process-exit-as-throw': 'error',\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace node {\n export type Rules = RuleOptions;\n\n export interface Options extends Omit<PluginOptionsBase<Rules>, 'files' | 'stylistic'> {}\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config, type StylisticParameters } from '../type.js';\nimport type { RuleOptions } from '../typegen/style.js';\n\nexport async function stylistic(options: stylistic.Options = {}) {\n const [stylisticPlugin] = await Promise.all([\n interopDefault(import('@stylistic/eslint-plugin')),\n ] as const);\n const { rules = {} } = options;\n const { enabled: stylisticEnabled, indent, jsx, quotes, semi } = StylisticConfig.from(options);\n const config = stylisticEnabled\n ? stylisticPlugin.configs.customize({\n indent,\n jsx,\n pluginName: 'style',\n quotes,\n semi,\n })\n : { rules: {} };\n\n return [\n {\n name: 'w5s/style/setup',\n plugins: {\n style: stylisticPlugin,\n },\n },\n {\n name: 'w5s/style/rules',\n rules: {\n ...(stylisticEnabled\n ? {\n ...config.rules,\n 'style/arrow-parens': ['error', 'always'],\n 'style/brace-style': ['error', '1tbs'],\n 'style/operator-linebreak': ['error', 'after', { overrides: { ':': 'before', '?': 'before', '|>': 'before', '|': 'before' } }],\n 'style/quotes': ['error', quotes ?? StylisticConfig.default.quotes, { avoidEscape: true, allowTemplateLiterals: 'always' }],\n }\n : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace stylistic {\n export type Rules = RuleOptions;\n\n export interface Options extends Pick<PluginOptionsBase<Rules>, 'rules'>, StylisticParameters {}\n}\n","import { interopDefault, Project } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/test.js';\n\nconst sourceGlob = Project.extensionsToGlob(Project.sourceExtensions());\nconst defaultFiles = [\n `**/__mocks__/**/${sourceGlob}`,\n `**/__tests__/**/${sourceGlob}`,\n `**/?(*.)+(spec|test)${sourceGlob.slice(1)}`,\n];\n\nexport async function test(options: test.Options = {}) {\n const [vitestPlugin] = await Promise.all([\n interopDefault(import('@vitest/eslint-plugin')),\n ] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/test/setup',\n plugins: {\n test: vitestPlugin,\n },\n },\n {\n files,\n name: 'w5s/test/rules',\n rules: {\n ...vitestPlugin.configs.recommended.rules,\n ...(stylisticEnabled\n ? {}\n : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace test {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { ESLintConfig } from '@w5s/dev';\nimport { esRules } from './esRules.js';\n\nexport const tsRules = () => {\n const baseRules = esRules();\n\n return ESLintConfig.renameRules(\n {\n // '@typescript-eslint/comma-dangle': [\n // baseRules['comma-dangle'][0],\n // {\n // ...baseRules['comma-dangle'][1],\n // enums: baseRules['comma-dangle'][1].arrays,\n // generics: baseRules['comma-dangle'][1].arrays,\n // tuples: baseRules['comma-dangle'][1].arrays,\n // },\n // ],\n '@typescript-eslint/adjacent-overload-signatures': 'error',\n '@typescript-eslint/ban-ts-comment': [\n 'warn',\n {\n 'minimumDescriptionLength': 3,\n 'ts-check': false,\n 'ts-expect-error': 'allow-with-description',\n 'ts-ignore': 'allow-with-description',\n 'ts-nocheck': true,\n },\n ],\n // '@typescript-eslint/brace-style': baseRules['brace-style'],\n // '@typescript-eslint/comma-dangle': [\n // baseRules['comma-dangle'][0],\n // {\n // ...baseRules['comma-dangle'][1],\n // enums: baseRules['comma-dangle'][1].arrays,\n // generics: baseRules['comma-dangle'][1].arrays,\n // tuples: baseRules['comma-dangle'][1].arrays,\n // },\n // ],\n // '@typescript-eslint/comma-spacing': baseRules['comma-spacing'],\n '@typescript-eslint/consistent-type-assertions': [\n 'error',\n { assertionStyle: 'as', objectLiteralTypeAssertions: 'never' },\n ],\n '@typescript-eslint/default-param-last': baseRules['default-param-last'],\n // '@typescript-eslint/dot-notation': baseRules['dot-notation'], // TODO: Stylistic typechecked\n '@typescript-eslint/explicit-function-return-type': 'off',\n '@typescript-eslint/explicit-module-boundary-types': 'off',\n // '@typescript-eslint/func-call-spacing': baseRules['func-call-spacing'],\n // '@typescript-eslint/indent': baseRules.indent,\n // '@typescript-eslint/keyword-spacing': baseRules['keyword-spacing'],\n // '@typescript-eslint/lines-between-class-members': baseRules['lines-between-class-members'],\n // '@typescript-eslint/member-delimiter-style': 'error', // TODO: @stylistic/member-delimiter-style\n '@typescript-eslint/naming-convention': [\n 'error',\n // {\n // format: ['PascalCase', 'camelCase'],\n // leadingUnderscore: 'allow',\n // selector: 'default',\n // trailingUnderscore: 'allow',\n // },\n {\n format: ['PascalCase', 'camelCase', 'UPPER_CASE'],\n leadingUnderscore: 'allow',\n selector: 'variable',\n trailingUnderscore: 'allow',\n },\n // {\n // format: ['PascalCase', 'camelCase', 'UPPER_CASE'],\n // leadingUnderscore: 'allowSingleOrDouble',\n // selector: 'memberLike',\n // trailingUnderscore: 'allowDouble',\n // },\n {\n format: ['PascalCase'],\n selector: 'typeLike',\n },\n ],\n // '@typescript-eslint/no-array-constructor': baseRules['no-array-constructor'],\n // '@typescript-eslint/no-base-to-string': 'error', // TODO: require type check\n '@typescript-eslint/no-dupe-class-members': baseRules['no-dupe-class-members'],\n '@typescript-eslint/no-empty-function': baseRules['no-empty-function'],\n '@typescript-eslint/no-empty-interface': ['error', { allowSingleExtends: true }],\n '@typescript-eslint/no-empty-object-type': 'off',\n '@typescript-eslint/no-explicit-any': 'off', // if any is explicit then it's wanted\n '@typescript-eslint/no-extra-parens': baseRules['no-extra-parens'],\n // '@typescript-eslint/no-extra-semi': baseRules['no-extra-semi'], // TODO: @stylistic/no-extra-semi\n '@typescript-eslint/no-inferrable-types': 'error',\n '@typescript-eslint/no-loop-func': baseRules['no-loop-func'],\n '@typescript-eslint/no-loss-of-precision': baseRules['no-loss-of-precision'],\n '@typescript-eslint/no-magic-numbers': baseRules['no-magic-numbers'],\n '@typescript-eslint/no-misused-new': 'error',\n '@typescript-eslint/no-namespace': 'off', // We don't agree with community, namespaces are great and not deprecated\n '@typescript-eslint/no-non-null-assertion': 'error',\n '@typescript-eslint/no-redeclare': ESLintConfig.fixme(baseRules['no-redeclare']),\n '@typescript-eslint/no-require-imports': 'error',\n '@typescript-eslint/no-shadow': baseRules['no-shadow'],\n '@typescript-eslint/no-this-alias': 'error',\n // '@typescript-eslint/no-unnecessary-condition': 'error',// TODO: require type check\n // '@typescript-eslint/no-unsafe-argument': 'error', // TODO: recommended type check\n '@typescript-eslint/no-unused-expressions': baseRules['no-unused-expressions'],\n '@typescript-eslint/no-unused-vars': baseRules['no-unused-vars'],\n '@typescript-eslint/no-use-before-define': baseRules['no-use-before-define'],\n '@typescript-eslint/no-useless-constructor': baseRules['no-useless-constructor'],\n '@typescript-eslint/no-var-requires': 'error',\n '@typescript-eslint/no-wrapper-object-types': 'error',\n // '@typescript-eslint/object-curly-spacing': baseRules['object-curly-spacing'],\n // '@typescript-eslint/only-throw-error': baseRules['no-throw-literal'], //TODO: Recommended type check\n '@typescript-eslint/prefer-namespace-keyword': 'error',\n // '@typescript-eslint/prefer-reduce-type-parameter': 'error', // TODO: strict type check\n // '@typescript-eslint/quotes': baseRules.quotes,\n '@typescript-eslint/require-await': baseRules['require-await'],\n // '@typescript-eslint/return-await': baseRules['no-return-await'], // TODO: strict type check\n // '@typescript-eslint/semi': baseRules.semi,\n // '@typescript-eslint/space-before-function-paren': baseRules['space-before-function-paren'],\n // '@typescript-eslint/space-infix-ops': baseRules['space-infix-ops'],\n // '@typescript-eslint/strict-boolean-expressions': [\n // 'error',\n // {\n // allowNullableObject: false,\n // allowNumber: false,\n // allowString: false,\n // },\n // ], //TODO: require typing\n // '@typescript-eslint/switch-exhaustiveness-check': 'error',//TODO: require type check\n '@typescript-eslint/triple-slash-reference': 'error',\n // '@typescript-eslint/type-annotation-spacing': 'error',// TODO: @stylistic/type-annotation-spacing\n },\n {\n '@typescript-eslint': 'ts',\n },\n );\n};\n","/* eslint-disable ts/no-non-null-assertion */\nimport { ESLintConfig, interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type PluginOptionsBase, type Config } from '../type.js';\nimport type { RuleOptions } from '../typegen/ts.js';\nimport { tsRules } from '../rules/tsRules.js';\nimport { tsSourceGlob } from '../glob.js';\n\nconst defaultFiles = [tsSourceGlob];\n\nexport async function ts(options: ts.Options = {}) {\n const [tsPlugin, tsParser] = await Promise.all([\n interopDefault(import('@typescript-eslint/eslint-plugin')),\n interopDefault(import('@typescript-eslint/parser')),\n ] as const);\n const tsRecommendedRules = tsPlugin.configs['eslint-recommended']!.overrides![0]!.rules!;\n const tsStrictRules = tsPlugin.configs['strict']!.rules!;\n const tsTypeCheckedRules = tsPlugin.configs['recommended-type-checked-only']!.rules!;\n const { files = defaultFiles, rules = {}, stylistic = true, typeChecked = false } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/ts/setup',\n plugins: {\n ts: tsPlugin,\n },\n },\n {\n files,\n languageOptions: {\n parser: tsParser,\n parserOptions: {\n sourceType: 'module',\n // extraFileExtensions: componentExts.map(ext => `.${ext}`),\n // ...typeAware\n // ? {\n // projectService: {\n // allowDefaultProject: ['./*.js'],\n // defaultProject: tsconfigPath,\n // },\n // tsconfigRootDir: process.cwd(),\n // }\n // : {},\n // ...parserOptions as any,\n },\n },\n name: 'w5s/ts/rules',\n rules: {\n ...ESLintConfig.renameRules(tsRecommendedRules, { '@typescript-eslint': 'ts' }),\n ...ESLintConfig.renameRules(tsStrictRules, { '@typescript-eslint': 'ts' }),\n ...tsRules(),\n ...(stylisticEnabled ? {} : {}),\n ...rules,\n },\n },\n ...(typeChecked\n ? ([\n {\n files: defaultFiles,\n // ignores: ignoresTypeAware,\n name: 'w5s/ts/rules-type-checked',\n rules: {\n ...ESLintConfig.renameRules(tsTypeCheckedRules, { '@typescript-eslint': 'ts' }),\n },\n },\n ] as const)\n : []),\n ] as [Config, Config] | [Config, Config, Config] satisfies Array<Config>;\n}\nexport namespace ts {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {\n typeChecked?: boolean;\n }\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/unicorn.js';\nimport { sourceGlob } from '../glob.js';\n\nconst defaultFiles = [sourceGlob];\n\nexport async function unicorn(options: unicorn.Options = {}) {\n const [unicornPlugin] = await Promise.all([interopDefault(import('eslint-plugin-unicorn'))] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/unicorn/setup',\n plugins: {\n unicorn: unicornPlugin,\n },\n },\n {\n name: 'w5s/unicorn/rules',\n files,\n rules: {\n ...unicornPlugin.configs.recommended?.rules,\n // Disabled for safety\n 'unicorn/consistent-destructuring': 'off',\n 'unicorn/consistent-function-scoping': 'off', // Too many false positive\n 'unicorn/filename-case': 'off',\n 'unicorn/import-index': 'off', // Not playing well with ES Module\n 'unicorn/new-for-builtins': 'off', // error, @see https://github.com/sindresorhus/eslint-plugin-unicorn/issues/122\n 'unicorn/no-array-callback-reference': 'off', // Many false positive reported\n 'unicorn/no-array-for-each': 'off', // This rule could change browser compatibility\n 'unicorn/no-array-method-this-argument': 'off', // Many false positive reported\n 'unicorn/no-array-reduce': 'off', // Array#reduce can be used\n 'unicorn/no-console-spaces': 'off',\n 'unicorn/no-fn-reference-in-iterator': 'off', // error ?\n 'unicorn/no-nested-ternary': 'off',\n 'unicorn/no-null': 'off', // https://github.com/sindresorhus/eslint-plugin-unicorn/issues/612\n 'unicorn/no-object-as-default-parameter': 'off',\n 'unicorn/no-process-exit': 'off',\n 'unicorn/no-unreadable-array-destructuring': 'off',\n 'unicorn/no-unused-properties': 'warn',\n 'unicorn/no-useless-undefined': 'off',\n 'unicorn/prefer-add-event-listener': 'off',\n 'unicorn/prefer-default-parameters': 'off',\n 'unicorn/prefer-set-has': 'off',\n 'unicorn/prevent-abbreviations': 'off', // This rule is so dangerous : it potentially break code while fixing in many cases !!\n 'unicorn/throw-new-error': 'off', // Creating errors with call signature is OK\n ...(stylisticEnabled ? {} : {}),\n ...rules,\n },\n },\n // TODO: move to another file ?\n {\n name: 'w5s/unicorn/overrides',\n files: ['**/*.config.cjs', '**/*.config.js'],\n rules: {\n 'unicorn/prefer-module': 'off',\n },\n },\n ] as [Config, Config, Config] satisfies Array<Config>;\n}\n\nexport namespace unicorn {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { interopDefault } from '@w5s/dev';\nimport { StylisticConfig, type Config, type PluginOptionsBase } from '../type.js';\nimport type { RuleOptions } from '../typegen/yml.js';\nimport { ymlSourceGlob } from '../glob.js';\n\nconst defaultFiles = [ymlSourceGlob];\n\nexport async function yml(options: yml.Options = {}) {\n const [ymlPlugin] = await Promise.all([interopDefault(import('eslint-plugin-yml'))] as const);\n const { files = defaultFiles, rules = {}, stylistic = true } = options;\n const { enabled: stylisticEnabled, indent, quotes } = StylisticConfig.from(stylistic);\n\n return [\n {\n name: 'w5s/yml/setup',\n plugins: {\n yml: ymlPlugin,\n },\n },\n {\n files,\n language: 'yml/yaml',\n name: 'w5s/yml/rules',\n rules: {\n ...ymlPlugin.configs['recommended'].reduce(\n (acc, config) => ({ ...acc, ...config.rules }),\n // eslint-disable-next-line ts/consistent-type-assertions\n {} as RuleOptions,\n ),\n ...(stylisticEnabled\n ? {\n 'style/spaced-comment': 'off', // Fix\n\n 'yml/block-mapping-question-indicator-newline': 'error',\n 'yml/block-sequence-hyphen-indicator-newline': 'error',\n 'yml/flow-mapping-curly-newline': 'error',\n 'yml/flow-mapping-curly-spacing': 'error',\n 'yml/flow-sequence-bracket-newline': 'error',\n 'yml/flow-sequence-bracket-spacing': 'error',\n 'yml/indent': ['error', indent === 'tab' ? 2 : indent],\n 'yml/key-spacing': ['error', { afterColon: true, beforeColon: false }],\n 'yml/no-tab-indent': 'error',\n 'yml/quotes': [\n 'error',\n { avoidEscape: true, prefer: quotes === 'backtick' ? ('single' as const) : quotes },\n ],\n 'yml/spaced-comment': 'error',\n }\n : {}),\n ...rules,\n },\n },\n ] as [Config, Config] satisfies Array<Config>;\n}\n\nexport namespace yml {\n export type Rules = RuleOptions;\n\n export interface Options extends PluginOptionsBase<Rules> {}\n}\n","import { jsdoc, jsonc, ignores, imports, markdown, node, ts, yml, unicorn, stylistic, es } from './config.js';\nimport type { Config } from './type.js';\n\nexport interface DefineConfigOptions extends ignores.Options {\n es?: boolean | es.Options;\n import?: boolean | imports.Options;\n markdown?: boolean | markdown.Options;\n jsdoc?: boolean | jsdoc.Options;\n jsonc?: boolean | jsonc.Options;\n node?: boolean | node.Options;\n stylistic?: boolean | stylistic.Options;\n ts?: boolean | ts.Options;\n unicorn?: boolean | unicorn.Options;\n yml?: boolean | yml.Options;\n}\n\nexport async function defineConfig(options: DefineConfigOptions = {}) {\n const stylisticOptions =\n typeof options.stylistic === 'boolean' ? { enabled: options.stylistic } : { enabled: true, ...options.stylistic };\n const withDefaultStylistic = <T>(_options: T) => ({ stylistic: stylisticOptions, ..._options });\n const toOption = <T extends {}>(optionsOrBoolean: T | boolean | undefined) =>\n withDefaultStylistic(\n (typeof optionsOrBoolean === 'boolean'\n ? { enabled: optionsOrBoolean }\n : { enabled: true, ...optionsOrBoolean }) as T & { enabled: boolean },\n );\n const esOptions = toOption(options.es);\n const importOptions = toOption(options.import);\n const jsdocOptions = toOption(options.jsdoc);\n const jsoncOptions = toOption(options.jsonc);\n const markdownOptions = toOption(options.markdown);\n const nodeOptions = toOption(options.node);\n const tsOptions = toOption(options.ts);\n const unicornOptions = toOption(options.unicorn);\n const ymlOptions = toOption(options.yml);\n\n const returnValue: Array<Promise<Array<Config>>> = [];\n const append = (config: Promise<ReadonlyArray<any>>) => {\n returnValue.push(config as any);\n };\n append(es(esOptions));\n append(ignores(options));\n\n if (jsoncOptions.enabled) {\n append(jsonc(jsoncOptions));\n }\n if (jsdocOptions.enabled) {\n append(jsdoc(jsdocOptions));\n }\n if (stylisticOptions.enabled) {\n append(stylistic(stylisticOptions));\n }\n if (importOptions.enabled) {\n append(imports(importOptions));\n }\n if (markdownOptions.enabled) {\n append(markdown(markdownOptions));\n }\n if (nodeOptions.enabled) {\n append(node(nodeOptions));\n }\n if (tsOptions.enabled) {\n append(ts(tsOptions));\n }\n if (ymlOptions.enabled) {\n append(yml(ymlOptions));\n }\n if (unicornOptions.enabled) {\n append(unicorn(unicornOptions));\n }\n const nested = await Promise.all(returnValue);\n return nested.reduce((acc, curr) => [...acc, ...curr], [] as Array<Config>);\n}\n","export const meta = Object.freeze({\n // @ts-ignore - these variables are injected at build time\n name: (typeof __PACKAGE_NAME__ === 'undefined' ? '' : __PACKAGE_NAME__) as string,\n // @ts-ignore - these variables are injected at build time\n version: (typeof __PACKAGE_VERSION__ === 'undefined' ? '' : __PACKAGE_VERSION__) as string,\n // @ts-ignore - these variables are injected at build time\n buildNumber: 1 as number, // (typeof __PACKAGE_BUILD_NUMBER__ === 'undefined' ? 0 : __PACKAGE_BUILD_NUMBER__) as number,\n});\n"],"mappings":"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IACL,GAAG;GACL;EACF;EACA,mBAAmB,gBAAgB,IAAI,CAAC;EACxC,mBAAmB,iBAAiB,IAAI,CAAC;CAC3C;AACF;AAEA,SAAS,mBAAmB;CAC1B,OAAO;EACL,OAAO,CAAC,gBAAgB;EACxB,OAAO,EACL,mBAAmB;GACjB;GACA;IACE,OAAO;KAAC;KAAW;KAAW;KAAW;KAAmB;KAAW;KAAW;KAAS;IAAY;IACvG,aAAa;GACf;GACA;IACE,OAAO,EAAE,MAAM,MAAM;IACrB,aAAa;GACf;EACF,EACF;CACF;AACF;AAEA,SAAS,kBAAkB;CACzB,OAAO;EACL,OAAO,CAAC,cAAc;EACtB,OAAO,EACL,mBAAmB;GACjB;GACA;IACE,OAAO;KACL;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;KACA;IACF;IACA,aAAa;GACf;GACA;IACE,OAAO,CAAC,OAAO,OAAO;IACtB,aAAa;GACf;GACA,GAAG;IAAC;IAAc;IAAW;IAAW;GAAQ,EAAE,KAAK,SAAS;IAC9D,OAAO;KAAC;KAAQ;KAAQ;KAAS;IAAK;IACtC,aAAa,IAAI,IAAI;GACvB,EAAE;GACF,GAAG,CAAC,WAAW,eAAe,EAAE,KAAK,SAAS;IAC5C,OAAO,EAAE,MAAM,MAAM;IACrB,aAAa,IAAI,IAAI;GACvB,EAAE;GACF,GAAG;IACD;IACA;IACA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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config",
3
- "version": "3.5.4",
3
+ "version": "3.5.6",
4
4
  "description": "ESLint configuration presets",
5
5
  "keywords": [
6
6
  "eslint",
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
16
- "url": "git@github.com:w5s/project-config.git",
16
+ "url": "git+ssh@github.com:w5s/project-config.git",
17
17
  "directory": "packages/eslint-config"
18
18
  },
19
19
  "license": "MIT",
@@ -47,13 +47,13 @@
47
47
  "@typescript-eslint/eslint-plugin": "^8.0.0",
48
48
  "@typescript-eslint/parser": "^8.0.0",
49
49
  "@vitest/eslint-plugin": "^1.0.0",
50
- "@w5s/dev": "^3.3.0",
51
- "@w5s/prettier-config": "^3.1.4",
50
+ "@w5s/dev": "^3.3.2",
51
+ "@w5s/prettier-config": "^3.1.6",
52
52
  "eslint-merge-processors": "^2.0.0",
53
53
  "eslint-plugin-import": "~2.32.0",
54
54
  "eslint-plugin-jsdoc": "~62.9.0",
55
55
  "eslint-plugin-jsonc": "~3.1.0",
56
- "eslint-plugin-n": "~17.24.0",
56
+ "eslint-plugin-n": "~18.0.0",
57
57
  "eslint-plugin-unicorn": "~64.0.0",
58
58
  "eslint-plugin-yml": "~3.3.0",
59
59
  "find-up": "^8.0.0",
@@ -81,5 +81,5 @@
81
81
  "access": "public"
82
82
  },
83
83
  "sideEffect": false,
84
- "gitHead": "38cf5f5877af4c8a1c292b9b7039c5a11863fc00"
84
+ "gitHead": "ab7987a57772b2e7fb3ef7eb4cadb3cedd9cc9ae"
85
85
  }
@@ -22,7 +22,7 @@ export async function node(options: node.Options = {}) {
22
22
  'node/no-exports-assign': 'error',
23
23
  'node/no-new-require': 'error',
24
24
  'node/no-path-concat': 'error',
25
- 'node/no-sync': 'error',
25
+ // 'node/no-sync': 'error', FIXME: this rule uses typing without a way to disable it, so it causes errors in JS files
26
26
  'node/prefer-global/buffer': ['error', 'never'],
27
27
  'node/prefer-global/console': ['error', 'always'],
28
28
  // 'node/prefer-global/process': ['error', 'never'],
@@ -423,7 +423,6 @@ type NodeNoUnpublishedBin = []|[{
423
423
 
424
424
  replace: [string, string]
425
425
  })[]])
426
- [k: string]: unknown | undefined
427
426
  }]
428
427
  // ----- node/no-unpublished-import -----
429
428
  type NodeNoUnpublishedImport = []|[{
@@ -492,7 +491,7 @@ type NodeNoUnsupportedFeaturesEsSyntax = []|[{
492
491
  type NodeNoUnsupportedFeaturesNodeBuiltins = []|[{
493
492
  version?: string
494
493
  allowExperimental?: boolean
495
- ignores?: ("__filename" | "__dirname" | "require" | "require.cache" | "require.extensions" | "require.main" | "require.resolve" | "require.resolve.paths" | "module" | "module.children" | "module.exports" | "module.filename" | "module.id" | "module.isPreloading" | "module.loaded" | "module.parent" | "module.path" | "module.paths" | "module.require" | "exports" | "AbortController" | "AbortSignal" | "AbortSignal.abort" | "AbortSignal.timeout" | "AbortSignal.any" | "DOMException" | "FormData" | "Headers" | "MessageEvent" | "Navigator" | "Request" | "Response" | "WebAssembly" | "WebSocket" | "fetch" | "global" | "queueMicrotask" | "navigator" | "navigator.hardwareConcurrency" | "navigator.language" | "navigator.languages" | "navigator.platform" | "navigator.userAgent" | "structuredClone" | "localStorage" | "sessionStorage" | "Storage" | "Blob" | "new Buffer()" | "Buffer" | "Buffer.alloc" | "Buffer.allocUnsafe" | "Buffer.allocUnsafeSlow" | "Buffer.byteLength" | "Buffer.compare" | "Buffer.concat" | "Buffer.copyBytesFrom" | "Buffer.from" | "Buffer.isBuffer" | "Buffer.isEncoding" | "File" | "atob" | "btoa" | "console" | "console.profile" | "console.profileEnd" | "console.timeStamp" | "console.Console" | "console.assert" | "console.clear" | "console.count" | "console.countReset" | "console.debug" | "console.dir" | "console.dirxml" | "console.error" | "console.group" | "console.groupCollapsed" | "console.groupEnd" | "console.info" | "console.log" | "console.table" | "console.time" | "console.timeEnd" | "console.timeLog" | "console.trace" | "console.warn" | "crypto" | "crypto.subtle" | "crypto.subtle.decrypt" | "crypto.subtle.deriveBits" | "crypto.subtle.deriveKey" | "crypto.subtle.digest" | "crypto.subtle.encrypt" | "crypto.subtle.exportKey" | "crypto.subtle.generateKey" | "crypto.subtle.importKey" | "crypto.subtle.sign" | "crypto.subtle.unwrapKey" | "crypto.subtle.verify" | "crypto.subtle.wrapKey" | "crypto.getRandomValues" | "crypto.randomUUID" | "Crypto" | "CryptoKey" | "SubtleCrypto" | "CloseEvent" | "CustomEvent" | "Event" | "EventSource" | "EventTarget" | "PerformanceEntry" | "PerformanceMark" | "PerformanceMeasure" | "PerformanceObserver" | "PerformanceObserverEntryList" | "PerformanceResourceTiming" | "performance" | "performance.clearMarks" | "performance.clearMeasures" | "performance.clearResourceTimings" | "performance.eventLoopUtilization" | "performance.getEntries" | "performance.getEntriesByName" | "performance.getEntriesByType" | "performance.mark" | "performance.markResourceTiming" | "performance.measure" | "performance.nodeTiming" | "performance.nodeTiming.bootstrapComplete" | "performance.nodeTiming.environment" | "performance.nodeTiming.idleTime" | "performance.nodeTiming.loopExit" | "performance.nodeTiming.loopStart" | "performance.nodeTiming.nodeStart" | "performance.nodeTiming.uvMetricsInfo" | "performance.nodeTiming.v8Start" | "performance.now" | "performance.onresourcetimingbufferfull" | "performance.setResourceTimingBufferSize" | "performance.timeOrigin" | "performance.timerify" | "performance.toJSON" | "process" | "process.allowedNodeEnvironmentFlags" | "process.availableMemory" | "process.arch" | "process.argv" | "process.argv0" | "process.channel" | "process.config" | "process.connected" | "process.debugPort" | "process.env" | "process.execArgv" | "process.execPath" | "process.execve" | "process.exitCode" | "process.features.cached_builtins" | "process.features.debug" | "process.features.inspector" | "process.features.ipv6" | "process.features.require_module" | "process.features.tls" | "process.features.tls_alpn" | "process.features.tls_ocsp" | "process.features.tls_sni" | "process.features.typescript" | "process.features.uv" | "process.finalization.register" | "process.finalization.registerBeforeExit" | "process.finalization.unregister" | "process.getBuiltinModule" | "process.mainModule" | "process.noDeprecation" | "process.permission" | "process.pid" | "process.platform" | "process.ppid" | "process.ref" | "process.release" | "process.report" | "process.report.excludeEnv" | "process.sourceMapsEnabled" | "process.stdin" | "process.stdin.isRaw" | "process.stdin.isTTY" | "process.stdin.setRawMode" | "process.stdout" | "process.stdout.clearLine" | "process.stdout.clearScreenDown" | "process.stdout.columns" | "process.stdout.cursorTo" | "process.stdout.getColorDepth" | "process.stdout.getWindowSize" | "process.stdout.hasColors" | "process.stdout.isTTY" | "process.stdout.moveCursor" | "process.stdout.rows" | "process.stderr" | "process.stderr.clearLine" | "process.stderr.clearScreenDown" | "process.stderr.columns" | "process.stderr.cursorTo" | "process.stderr.getColorDepth" | "process.stderr.getWindowSize" | "process.stderr.hasColors" | "process.stderr.isTTY" | "process.stderr.moveCursor" | "process.stderr.rows" | "process.threadCpuUsage" | "process.throwDeprecation" | "process.title" | "process.traceDeprecation" | "process.version" | "process.versions" | "process.abort" | "process.chdir" | "process.constrainedMemory" | "process.cpuUsage" | "process.cwd" | "process.disconnect" | "process.dlopen" | "process.emitWarning" | "process.exit" | "process.getActiveResourcesInfo" | "process.getegid" | "process.geteuid" | "process.getgid" | "process.getgroups" | "process.getuid" | "process.hasUncaughtExceptionCaptureCallback" | "process.hrtime" | "process.hrtime.bigint" | "process.initgroups" | "process.kill" | "process.loadEnvFile" | "process.memoryUsage" | "process.rss" | "process.nextTick" | "process.resourceUsage" | "process.send" | "process.setegid" | "process.seteuid" | "process.setgid" | "process.setgroups" | "process.setuid" | "process.setSourceMapsEnabled" | "process.setUncaughtExceptionCaptureCallback" | "process.umask" | "process.unref" | "process.uptime" | "ReadableStream" | "ReadableStream.from" | "ReadableStreamDefaultReader" | "ReadableStreamBYOBReader" | "ReadableStreamDefaultController" | "ReadableByteStreamController" | "ReadableStreamBYOBRequest" | "WritableStream" | "WritableStreamDefaultWriter" | "WritableStreamDefaultController" | "TransformStream" | "TransformStreamDefaultController" | "ByteLengthQueuingStrategy" | "CountQueuingStrategy" | "TextEncoderStream" | "TextDecoderStream" | "CompressionStream" | "DecompressionStream" | "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout" | "setImmediate" | "clearImmediate" | "URL" | "URL.canParse" | "URL.createObjectURL" | "URL.revokeObjectURL" | "URLSearchParams" | "TextDecoder" | "TextEncoder" | "BroadcastChannel" | "MessageChannel" | "MessagePort" | "assert" | "assert.Assert" | "assert.assert" | "assert.deepEqual" | "assert.deepStrictEqual" | "assert.doesNotMatch" | "assert.doesNotReject" | "assert.doesNotThrow" | "assert.equal" | "assert.fail" | "assert.ifError" | "assert.match" | "assert.notDeepEqual" | "assert.notDeepStrictEqual" | "assert.notEqual" | "assert.notStrictEqual" | "assert.ok" | "assert.partialDeepStrictEqual" | "assert.rejects" | "assert.strictEqual" | "assert.throws" | "assert.CallTracker" | "assert.strict" | "assert.strict.Assert" | "assert.strict.assert" | "assert.strict.deepEqual" | "assert.strict.deepStrictEqual" | "assert.strict.doesNotMatch" | "assert.strict.doesNotReject" | "assert.strict.doesNotThrow" | "assert.strict.equal" | "assert.strict.fail" | "assert.strict.ifError" | "assert.strict.match" | "assert.strict.notDeepEqual" | "assert.strict.notDeepStrictEqual" | "assert.strict.notEqual" | "assert.strict.notStrictEqual" | "assert.strict.ok" | "assert.strict.partialDeepStrictEqual" | "assert.strict.rejects" | "assert.strict.strictEqual" | "assert.strict.throws" | "assert.strict.CallTracker" | "assert/strict" | "assert/strict.Assert" | "assert/strict.assert" | "assert/strict.deepEqual" | "assert/strict.deepStrictEqual" | "assert/strict.doesNotMatch" | "assert/strict.doesNotReject" | "assert/strict.doesNotThrow" | "assert/strict.equal" | "assert/strict.fail" | "assert/strict.ifError" | "assert/strict.match" | "assert/strict.notDeepEqual" | "assert/strict.notDeepStrictEqual" | "assert/strict.notEqual" | "assert/strict.notStrictEqual" | "assert/strict.ok" | "assert/strict.partialDeepStrictEqual" | "assert/strict.rejects" | "assert/strict.strictEqual" | "assert/strict.throws" | "assert/strict.CallTracker" | "async_hooks" | "async_hooks.createHook" | "async_hooks.executionAsyncResource" | "async_hooks.executionAsyncId" | "async_hooks.triggerAsyncId" | "async_hooks.AsyncLocalStorage" | "async_hooks.AsyncLocalStorage.bind" | "async_hooks.AsyncLocalStorage.snapshot" | "async_hooks.AsyncResource" | "async_hooks.AsyncResource.bind" | "buffer" | "buffer.constants" | "buffer.INSPECT_MAX_BYTES" | "buffer.kMaxLength" | "buffer.kStringMaxLength" | "buffer.atob" | "buffer.btoa" | "buffer.isAscii" | "buffer.isUtf8" | "buffer.resolveObjectURL" | "buffer.transcode" | "buffer.SlowBuffer" | "buffer.Blob" | "new buffer.Buffer()" | "buffer.Buffer" | "buffer.Buffer.alloc" | "buffer.Buffer.allocUnsafe" | "buffer.Buffer.allocUnsafeSlow" | "buffer.Buffer.byteLength" | "buffer.Buffer.compare" | "buffer.Buffer.concat" | "buffer.Buffer.copyBytesFrom" | "buffer.Buffer.from" | "buffer.Buffer.isBuffer" | "buffer.Buffer.isEncoding" | "buffer.File" | "child_process" | "child_process.exec" | "child_process.execFile" | "child_process.fork" | "child_process.spawn" | "child_process.execFileSync" | "child_process.execSync" | "child_process.spawnSync" | "child_process.ChildProcess" | "cluster" | "cluster.isMaster" | "cluster.isPrimary" | "cluster.isWorker" | "cluster.schedulingPolicy" | "cluster.settings" | "cluster.worker" | "cluster.workers" | "cluster.disconnect" | "cluster.fork" | "cluster.setupMaster" | "cluster.setupPrimary" | "cluster.Worker" | "crypto.constants" | "crypto.fips" | "crypto.webcrypto" | "crypto.webcrypto.subtle" | "crypto.webcrypto.subtle.decrypt" | "crypto.webcrypto.subtle.deriveBits" | "crypto.webcrypto.subtle.deriveKey" | "crypto.webcrypto.subtle.digest" | "crypto.webcrypto.subtle.encrypt" | "crypto.webcrypto.subtle.exportKey" | "crypto.webcrypto.subtle.generateKey" | "crypto.webcrypto.subtle.importKey" | "crypto.webcrypto.subtle.sign" | "crypto.webcrypto.subtle.unwrapKey" | "crypto.webcrypto.subtle.verify" | "crypto.webcrypto.subtle.wrapKey" | "crypto.webcrypto.getRandomValues" | "crypto.webcrypto.randomUUID" | "crypto.checkPrime" | "crypto.checkPrimeSync" | "crypto.createCipher" | "crypto.createCipheriv" | "crypto.createDecipher" | "crypto.createDecipheriv" | "crypto.createDiffieHellman" | "crypto.createDiffieHellmanGroup" | "crypto.createECDH" | "crypto.createHash" | "crypto.createHmac" | "crypto.createPrivateKey" | "crypto.createPublicKey" | "crypto.createSecretKey" | "crypto.createSign" | "crypto.createVerify" | "crypto.diffieHellman" | "crypto.generateKey" | "crypto.generateKeyPair" | "crypto.generateKeyPairSync" | "crypto.generateKeySync" | "crypto.generatePrime" | "crypto.generatePrimeSync" | "crypto.getCipherInfo" | "crypto.getCiphers" | "crypto.getCurves" | "crypto.getDiffieHellman" | "crypto.getFips" | "crypto.getHashes" | "crypto.hash" | "crypto.hkdf" | "crypto.hkdfSync" | "crypto.pbkdf2" | "crypto.pbkdf2Sync" | "crypto.privateDecrypt" | "crypto.privateEncrypt" | "crypto.publicDecrypt" | "crypto.publicEncrypt" | "crypto.randomBytes" | "crypto.randomFillSync" | "crypto.randomFill" | "crypto.randomInt" | "crypto.scrypt" | "crypto.scryptSync" | "crypto.secureHeapUsed" | "crypto.setEngine" | "crypto.setFips" | "crypto.sign" | "crypto.timingSafeEqual" | "crypto.verify" | "crypto.Certificate" | "crypto.Certificate.exportChallenge" | "crypto.Certificate.exportPublicKey" | "crypto.Certificate.verifySpkac" | "crypto.Cipher" | "crypto.Decipher" | "crypto.DiffieHellman" | "crypto.DiffieHellmanGroup" | "crypto.ECDH" | "crypto.ECDH.convertKey" | "crypto.Hash()" | "new crypto.Hash()" | "crypto.Hash" | "crypto.Hmac()" | "new crypto.Hmac()" | "crypto.Hmac" | "crypto.KeyObject" | "crypto.KeyObject.from" | "crypto.Sign" | "crypto.Verify" | "crypto.X509Certificate" | "dgram" | "dgram.createSocket" | "dgram.Socket" | "diagnostics_channel" | "diagnostics_channel.hasSubscribers" | "diagnostics_channel.channel" | "diagnostics_channel.subscribe" | "diagnostics_channel.unsubscribe" | "diagnostics_channel.tracingChannel" | "diagnostics_channel.Channel" | "diagnostics_channel.TracingChannel" | "dns" | "dns.Resolver" | "dns.getServers" | "dns.lookup" | "dns.lookupService" | "dns.resolve" | "dns.resolve4" | "dns.resolve6" | "dns.resolveAny" | "dns.resolveCname" | "dns.resolveCaa" | "dns.resolveMx" | "dns.resolveNaptr" | "dns.resolveNs" | "dns.resolvePtr" | "dns.resolveSoa" | "dns.resolveSrv" | "dns.resolveTlsa" | "dns.resolveTxt" | "dns.reverse" | "dns.setDefaultResultOrder" | "dns.getDefaultResultOrder" | "dns.setServers" | "dns.promises" | "dns.promises.Resolver" | "dns.promises.cancel" | "dns.promises.getServers" | "dns.promises.lookup" | "dns.promises.lookupService" | "dns.promises.resolve" | "dns.promises.resolve4" | "dns.promises.resolve6" | "dns.promises.resolveAny" | "dns.promises.resolveCaa" | "dns.promises.resolveCname" | "dns.promises.resolveMx" | "dns.promises.resolveNaptr" | "dns.promises.resolveNs" | "dns.promises.resolvePtr" | "dns.promises.resolveSoa" | "dns.promises.resolveSrv" | "dns.promises.resolveTlsa" | "dns.promises.resolveTxt" | "dns.promises.reverse" | "dns.promises.setDefaultResultOrder" | "dns.promises.getDefaultResultOrder" | "dns.promises.setServers" | "dns/promises" | "dns/promises.Resolver" | "dns/promises.cancel" | "dns/promises.getServers" | "dns/promises.lookup" | "dns/promises.lookupService" | "dns/promises.resolve" | "dns/promises.resolve4" | "dns/promises.resolve6" | "dns/promises.resolveAny" | "dns/promises.resolveCaa" | "dns/promises.resolveCname" | "dns/promises.resolveMx" | "dns/promises.resolveNaptr" | "dns/promises.resolveNs" | "dns/promises.resolvePtr" | "dns/promises.resolveSoa" | "dns/promises.resolveSrv" | "dns/promises.resolveTlsa" | "dns/promises.resolveTxt" | "dns/promises.reverse" | "dns/promises.setDefaultResultOrder" | "dns/promises.getDefaultResultOrder" | "dns/promises.setServers" | "domain" | "domain.create" | "domain.Domain" | "events" | "events.Event" | "events.EventTarget" | "events.CustomEvent" | "events.NodeEventTarget" | "events.EventEmitter" | "events.EventEmitter.defaultMaxListeners" | "events.EventEmitter.errorMonitor" | "events.EventEmitter.captureRejections" | "events.EventEmitter.captureRejectionSymbol" | "events.EventEmitter.getEventListeners" | "events.EventEmitter.getMaxListeners" | "events.EventEmitter.once" | "events.EventEmitter.listenerCount" | "events.EventEmitter.on" | "events.EventEmitter.setMaxListeners" | "events.EventEmitter.addAbortListener" | "events.EventEmitterAsyncResource" | "events.EventEmitterAsyncResource.defaultMaxListeners" | "events.EventEmitterAsyncResource.errorMonitor" | "events.EventEmitterAsyncResource.captureRejections" | "events.EventEmitterAsyncResource.captureRejectionSymbol" | "events.EventEmitterAsyncResource.getEventListeners" | "events.EventEmitterAsyncResource.getMaxListeners" | "events.EventEmitterAsyncResource.once" | "events.EventEmitterAsyncResource.listenerCount" | "events.EventEmitterAsyncResource.on" | "events.EventEmitterAsyncResource.setMaxListeners" | "events.EventEmitterAsyncResource.addAbortListener" | "events.defaultMaxListeners" | "events.errorMonitor" | "events.captureRejections" | "events.captureRejectionSymbol" | "events.getEventListeners" | "events.getMaxListeners" | "events.once" | "events.listenerCount" | "events.on" | "events.setMaxListeners" | "events.addAbortListener" | "fs" | "fs.promises" | "fs.promises.FileHandle" | "fs.promises.access" | "fs.promises.appendFile" | "fs.promises.chmod" | "fs.promises.chown" | "fs.promises.constants" | "fs.promises.copyFile" | "fs.promises.cp" | "fs.promises.glob" | "fs.promises.lchmod" | "fs.promises.lchown" | "fs.promises.link" | "fs.promises.lstat" | "fs.promises.lutimes" | "fs.promises.mkdir" | "fs.promises.mkdtemp" | "fs.promises.open" | "fs.promises.opendir" | "fs.promises.readFile" | "fs.promises.readdir" | "fs.promises.readlink" | "fs.promises.realpath" | "fs.promises.rename" | "fs.promises.rm" | "fs.promises.rmdir" | "fs.promises.stat" | "fs.promises.statfs" | "fs.promises.symlink" | "fs.promises.truncate" | "fs.promises.unlink" | "fs.promises.utimes" | "fs.promises.watch" | "fs.promises.writeFile" | "fs.access" | "fs.appendFile" | "fs.chmod" | "fs.chown" | "fs.close" | "fs.copyFile" | "fs.cp" | "fs.createReadStream" | "fs.createWriteStream" | "fs.exists" | "fs.fchmod" | "fs.fchown" | "fs.fdatasync" | "fs.fstat" | "fs.fsync" | "fs.ftruncate" | "fs.futimes" | "fs.glob" | "fs.lchmod" | "fs.lchown" | "fs.link" | "fs.lstat" | "fs.lutimes" | "fs.mkdir" | "fs.mkdtemp" | "fs.native" | "fs.open" | "fs.openAsBlob" | "fs.opendir" | "fs.read" | "fs.readdir" | "fs.readFile" | "fs.readlink" | "fs.readv" | "fs.realpath" | "fs.realpath.native" | "fs.rename" | "fs.rm" | "fs.rmdir" | "fs.stat" | "fs.statfs" | "fs.symlink" | "fs.truncate" | "fs.unlink" | "fs.unwatchFile" | "fs.utimes" | "fs.watch" | "fs.watchFile" | "fs.write" | "fs.writeFile" | "fs.writev" | "fs.accessSync" | "fs.appendFileSync" | "fs.chmodSync" | "fs.chownSync" | "fs.closeSync" | "fs.copyFileSync" | "fs.cpSync" | "fs.existsSync" | "fs.fchmodSync" | "fs.fchownSync" | "fs.fdatasyncSync" | "fs.fstatSync" | "fs.fsyncSync" | "fs.ftruncateSync" | "fs.futimesSync" | "fs.globSync" | "fs.lchmodSync" | "fs.lchownSync" | "fs.linkSync" | "fs.lstatSync" | "fs.lutimesSync" | "fs.mkdirSync" | "fs.mkdtempSync" | "fs.opendirSync" | "fs.openSync" | "fs.readdirSync" | "fs.readFileSync" | "fs.readlinkSync" | "fs.readSync" | "fs.readvSync" | "fs.realpathSync" | "fs.realpathSync.native" | "fs.renameSync" | "fs.rmdirSync" | "fs.rmSync" | "fs.statfsSync" | "fs.statSync" | "fs.symlinkSync" | "fs.truncateSync" | "fs.unlinkSync" | "fs.utimesSync" | "fs.writeFileSync" | "fs.writeSync" | "fs.writevSync" | "fs.constants" | "fs.Dir" | "fs.Dirent" | "fs.FSWatcher" | "fs.StatWatcher" | "fs.ReadStream" | "fs.Stats()" | "new fs.Stats()" | "fs.Stats" | "fs.StatFs" | "fs.WriteStream" | "fs.common_objects" | "fs/promises" | "fs/promises.FileHandle" | "fs/promises.access" | "fs/promises.appendFile" | "fs/promises.chmod" | "fs/promises.chown" | "fs/promises.constants" | "fs/promises.copyFile" | "fs/promises.cp" | "fs/promises.glob" | "fs/promises.lchmod" | "fs/promises.lchown" | "fs/promises.link" | "fs/promises.lstat" | "fs/promises.lutimes" | "fs/promises.mkdir" | "fs/promises.mkdtemp" | "fs/promises.open" | "fs/promises.opendir" | "fs/promises.readFile" | "fs/promises.readdir" | "fs/promises.readlink" | "fs/promises.realpath" | "fs/promises.rename" | "fs/promises.rm" | "fs/promises.rmdir" | "fs/promises.stat" | "fs/promises.statfs" | "fs/promises.symlink" | "fs/promises.truncate" | "fs/promises.unlink" | "fs/promises.utimes" | "fs/promises.watch" | "fs/promises.writeFile" | "http2" | "http2.constants" | "http2.sensitiveHeaders" | "http2.createServer" | "http2.createSecureServer" | "http2.connect" | "http2.getDefaultSettings" | "http2.getPackedSettings" | "http2.getUnpackedSettings" | "http2.performServerHandshake" | "http2.Http2Session" | "http2.ServerHttp2Session" | "http2.ClientHttp2Session" | "http2.Http2Stream" | "http2.ClientHttp2Stream" | "http2.ServerHttp2Stream" | "http2.Http2Server" | "http2.Http2SecureServer" | "http2.Http2ServerRequest" | "http2.Http2ServerResponse" | "http" | "http.METHODS" | "http.STATUS_CODES" | "http.globalAgent" | "http.maxHeaderSize" | "http.createServer" | "http.get" | "http.request" | "http.validateHeaderName" | "http.validateHeaderValue" | "http.setMaxIdleHTTPParsers" | "http.Agent" | "http.ClientRequest" | "http.Server" | "http.ServerResponse" | "http.IncomingMessage" | "http.OutgoingMessage" | "http.WebSocket" | "_http_agent" | "_http_client" | "_http_common" | "_http_incoming" | "_http_outgoing" | "_http_server" | "https" | "https.globalAgent" | "https.createServer" | "https.get" | "https.request" | "https.Agent" | "https.Server" | "inspector" | "inspector.Session" | "inspector.Network.dataReceived" | "inspector.Network.dataSent" | "inspector.Network.loadingFailed" | "inspector.Network.loadingFinished" | "inspector.Network.requestWillBeSent" | "inspector.Network.responseReceived" | "inspector.NetworkResources.put" | "inspector.console" | "inspector.close" | "inspector.open" | "inspector.url" | "inspector.waitForDebugger" | "inspector/promises" | "inspector/promises.Session" | "inspector/promises.Network.dataReceived" | "inspector/promises.Network.dataSent" | "inspector/promises.Network.loadingFailed" | "inspector/promises.Network.loadingFinished" | "inspector/promises.Network.requestWillBeSent" | "inspector/promises.Network.responseReceived" | "inspector/promises.NetworkResources.put" | "inspector/promises.console" | "inspector/promises.close" | "inspector/promises.open" | "inspector/promises.url" | "inspector/promises.waitForDebugger" | "module.builtinModules" | "module.constants.compileCacheStatus" | "module.createRequire" | "module.createRequireFromPath" | "module.enableCompileCache" | "module.findPackageJSON" | "module.flushCompileCache" | "module.getCompileCacheDir" | "module.getSourceMapsSupport" | "module.isBuiltin" | "module.registerHooks" | "module.register" | "module.setSourceMapsSupport" | "module.stripTypeScriptTypes" | "module.syncBuiltinESMExports" | "module.findSourceMap" | "module.SourceMap" | "module.Module.builtinModules" | "module.Module.createRequire" | "module.Module.createRequireFromPath" | "module.Module.enableCompileCache" | "module.Module.findPackageJSON" | "module.Module.flushCompileCache" | "module.Module.getCompileCacheDir" | "module.Module.getSourceMapsSupport" | "module.Module.isBuiltin" | "module.Module.registerHooks" | "module.Module.register" | "module.Module.setSourceMapsSupport" | "module.Module.stripTypeScriptTypes" | "module.Module.syncBuiltinESMExports" | "module.Module.findSourceMap" | "module.Module.SourceMap" | "net" | "net.connect" | "net.createConnection" | "net.createServer" | "net.getDefaultAutoSelectFamily" | "net.setDefaultAutoSelectFamily" | "net.getDefaultAutoSelectFamilyAttemptTimeout" | "net.setDefaultAutoSelectFamilyAttemptTimeout" | "net.isIP" | "net.isIPv4" | "net.isIPv6" | "net.BlockList" | "net.BlockList.isBlockList" | "net.SocketAddress" | "net.SocketAddress.parse" | "net.Server" | "net.Socket" | "os" | "os.EOL" | "os.constants" | "os.constants.priority" | "os.devNull" | "os.availableParallelism" | "os.arch" | "os.cpus" | "os.endianness" | "os.freemem" | "os.getPriority" | "os.homedir" | "os.hostname" | "os.loadavg" | "os.machine" | "os.networkInterfaces" | "os.platform" | "os.release" | "os.setPriority" | "os.tmpdir" | "os.totalmem" | "os.type" | "os.uptime" | "os.userInfo" | "os.version" | "path" | "path.posix" | "path.posix.delimiter" | "path.posix.sep" | "path.posix.basename" | "path.posix.dirname" | "path.posix.extname" | "path.posix.format" | "path.posix.matchesGlob" | "path.posix.isAbsolute" | "path.posix.join" | "path.posix.normalize" | "path.posix.parse" | "path.posix.relative" | "path.posix.resolve" | "path.posix.toNamespacedPath" | "path.win32" | "path.win32.delimiter" | "path.win32.sep" | "path.win32.basename" | "path.win32.dirname" | "path.win32.extname" | "path.win32.format" | "path.win32.matchesGlob" | "path.win32.isAbsolute" | "path.win32.join" | "path.win32.normalize" | "path.win32.parse" | "path.win32.relative" | "path.win32.resolve" | "path.win32.toNamespacedPath" | "path.delimiter" | "path.sep" | "path.basename" | "path.dirname" | "path.extname" | "path.format" | "path.matchesGlob" | "path.isAbsolute" | "path.join" | "path.normalize" | "path.parse" | "path.relative" | "path.resolve" | "path.toNamespacedPath" | "path/posix" | "path/posix.delimiter" | "path/posix.sep" | "path/posix.basename" | "path/posix.dirname" | "path/posix.extname" | "path/posix.format" | "path/posix.matchesGlob" | "path/posix.isAbsolute" | "path/posix.join" | "path/posix.normalize" | "path/posix.parse" | "path/posix.relative" | "path/posix.resolve" | "path/posix.toNamespacedPath" | "path/win32" | "path/win32.delimiter" | "path/win32.sep" | "path/win32.basename" | "path/win32.dirname" | "path/win32.extname" | "path/win32.format" | "path/win32.matchesGlob" | "path/win32.isAbsolute" | "path/win32.join" | "path/win32.normalize" | "path/win32.parse" | "path/win32.relative" | "path/win32.resolve" | "path/win32.toNamespacedPath" | "perf_hooks" | "perf_hooks.performance" | "perf_hooks.performance.clearMarks" | "perf_hooks.performance.clearMeasures" | "perf_hooks.performance.clearResourceTimings" | "perf_hooks.performance.eventLoopUtilization" | "perf_hooks.performance.getEntries" | "perf_hooks.performance.getEntriesByName" | "perf_hooks.performance.getEntriesByType" | "perf_hooks.performance.mark" | "perf_hooks.performance.markResourceTiming" | "perf_hooks.performance.measure" | "perf_hooks.performance.nodeTiming" | "perf_hooks.performance.nodeTiming.bootstrapComplete" | "perf_hooks.performance.nodeTiming.environment" | "perf_hooks.performance.nodeTiming.idleTime" | "perf_hooks.performance.nodeTiming.loopExit" | "perf_hooks.performance.nodeTiming.loopStart" | "perf_hooks.performance.nodeTiming.nodeStart" | "perf_hooks.performance.nodeTiming.uvMetricsInfo" | "perf_hooks.performance.nodeTiming.v8Start" | "perf_hooks.performance.now" | "perf_hooks.performance.onresourcetimingbufferfull" | "perf_hooks.performance.setResourceTimingBufferSize" | "perf_hooks.performance.timeOrigin" | "perf_hooks.performance.timerify" | "perf_hooks.performance.toJSON" | "perf_hooks.createHistogram" | "perf_hooks.monitorEventLoopDelay" | "perf_hooks.PerformanceEntry" | "perf_hooks.PerformanceMark" | "perf_hooks.PerformanceMeasure" | "perf_hooks.PerformanceNodeEntry" | "perf_hooks.PerformanceNodeTiming" | "perf_hooks.PerformanceResourceTiming" | "perf_hooks.PerformanceObserver" | "perf_hooks.PerformanceObserverEntryList" | "perf_hooks.Histogram" | "perf_hooks.IntervalHistogram" | "perf_hooks.RecordableHistogram" | "punycode" | "punycode.ucs2" | "punycode.version" | "punycode.decode" | "punycode.encode" | "punycode.toASCII" | "punycode.toUnicode" | "querystring" | "querystring.decode" | "querystring.encode" | "querystring.escape" | "querystring.parse" | "querystring.stringify" | "querystring.unescape" | "readline" | "readline.promises" | "readline.promises.createInterface" | "readline.promises.Interface" | "readline.promises.Readline" | "readline.clearLine" | "readline.clearScreenDown" | "readline.createInterface" | "readline.cursorTo" | "readline.moveCursor" | "readline.Interface" | "readline.emitKeypressEvents" | "readline.InterfaceConstructor" | "readline/promises" | "readline/promises.createInterface" | "readline/promises.Interface" | "readline/promises.Readline" | "repl" | "repl.start" | "repl.writer" | "repl.REPLServer()" | "repl.REPLServer" | "repl.REPL_MODE_MAGIC" | "repl.REPL_MODE_SLOPPY" | "repl.REPL_MODE_STRICT" | "repl.Recoverable()" | "repl.Recoverable" | "repl.builtinModules" | "sea" | "sea.isSea" | "sea.getAsset" | "sea.getAssetAsBlob" | "sea.getRawAsset" | "sea.sea.isSea" | "sea.sea.getAsset" | "sea.sea.getAssetAsBlob" | "sea.sea.getRawAsset" | "stream" | "stream.promises" | "stream.promises.pipeline" | "stream.promises.finished" | "stream.finished" | "stream.pipeline" | "stream.compose" | "stream.duplexPair" | "stream.Readable" | "stream.Readable.from" | "stream.Readable.isDisturbed" | "stream.Readable.fromWeb" | "stream.Readable.toWeb" | "stream.Writable" | "stream.Writable.fromWeb" | "stream.Writable.toWeb" | "stream.Duplex" | "stream.Duplex.from" | "stream.Duplex.fromWeb" | "stream.Duplex.toWeb" | "stream.Transform" | "stream.isErrored" | "stream.isReadable" | "stream.addAbortSignal" | "stream.getDefaultHighWaterMark" | "stream.setDefaultHighWaterMark" | "stream/promises.pipeline" | "stream/promises.finished" | "stream/web" | "stream/web.ReadableStream" | "stream/web.ReadableStream.from" | "stream/web.ReadableStreamDefaultReader" | "stream/web.ReadableStreamBYOBReader" | "stream/web.ReadableStreamDefaultController" | "stream/web.ReadableByteStreamController" | "stream/web.ReadableStreamBYOBRequest" | "stream/web.WritableStream" | "stream/web.WritableStreamDefaultWriter" | "stream/web.WritableStreamDefaultController" | "stream/web.TransformStream" | "stream/web.TransformStreamDefaultController" | "stream/web.ByteLengthQueuingStrategy" | "stream/web.CountQueuingStrategy" | "stream/web.TextEncoderStream" | "stream/web.TextDecoderStream" | "stream/web.CompressionStream" | "stream/web.DecompressionStream" | "stream/consumers" | "stream/consumers.arrayBuffer" | "stream/consumers.blob" | "stream/consumers.buffer" | "stream/consumers.json" | "stream/consumers.text" | "string_decoder" | "string_decoder.StringDecoder" | "sqlite" | "sqlite.constants" | "sqlite.constants.SQLITE_CHANGESET_OMIT" | "sqlite.constants.SQLITE_CHANGESET_REPLACE" | "sqlite.constants.SQLITE_CHANGESET_ABORT" | "sqlite.backup" | "sqlite.DatabaseSync" | "sqlite.StatementSync" | "sqlite.SQLITE_CHANGESET_OMIT" | "sqlite.SQLITE_CHANGESET_REPLACE" | "sqlite.SQLITE_CHANGESET_ABORT" | "test" | "test.after" | "test.afterEach" | "test.assert" | "test.assert.register" | "test.before" | "test.beforeEach" | "test.describe" | "test.describe.only" | "test.describe.skip" | "test.describe.todo" | "test.it" | "test.it.only" | "test.it.skip" | "test.it.todo" | "test.mock" | "test.mock.fn" | "test.mock.getter" | "test.mock.method" | "test.mock.module" | "test.mock.reset" | "test.mock.restoreAll" | "test.mock.setter" | "test.mock.timers" | "test.mock.timers.enable" | "test.mock.timers.reset" | "test.mock.timers.tick" | "test.only" | "test.run" | "test.snapshot" | "test.snapshot.setDefaultSnapshotSerializers" | "test.snapshot.setResolveSnapshotPath" | "test.skip" | "test.suite" | "test.test" | "test.test.only" | "test.test.skip" | "test.test.todo" | "test.todo" | "timers" | "timers.Immediate" | "timers.Timeout" | "timers.setImmediate" | "timers.clearImmediate" | "timers.setInterval" | "timers.clearInterval" | "timers.setTimeout" | "timers.clearTimeout" | "timers.promises" | "timers.promises.setTimeout" | "timers.promises.setImmediate" | "timers.promises.setInterval" | "timers.promises.scheduler.wait" | "timers.promises.scheduler.yield" | "timers/promises" | "timers/promises.setTimeout" | "timers/promises.setImmediate" | "timers/promises.setInterval" | "timers/promises.scheduler.wait" | "timers/promises.scheduler.yield" | "tls" | "tls.checkServerIdentity" | "tls.connect" | "tls.createSecureContext" | "tls.createSecurePair" | "tls.createServer" | "tls.CryptoStream" | "tls.DEFAULT_CIPHERS" | "tls.DEFAULT_ECDH_CURVE" | "tls.DEFAULT_MAX_VERSION" | "tls.DEFAULT_MIN_VERSION" | "tls.getCACertificates" | "tls.getCiphers" | "tls.rootCertificates" | "tls.SecureContext" | "tls.SecurePair" | "tls.Server" | "tls.setDefaultCACertificates" | "tls.TLSSocket" | "trace_events" | "trace_events.createTracing" | "trace_events.getEnabledCategories" | "tty" | "tty.isatty" | "tty.ReadStream" | "tty.WriteStream" | "url" | "url.domainToASCII" | "url.domainToUnicode" | "url.fileURLToPath" | "url.format" | "url.pathToFileURL" | "url.urlToHttpOptions" | "url.URL" | "url.URL.canParse" | "url.URL.createObjectURL" | "url.URL.revokeObjectURL" | "url.URLPattern" | "url.URLSearchParams" | "url.Url" | "util.promisify" | "util.promisify.custom" | "util.callbackify" | "util.debuglog" | "util.debug" | "util.deprecate" | "util.diff" | "util.format" | "util.formatWithOptions" | "util.getCallSite" | "util.getCallSites" | "util.getSystemErrorName" | "util.getSystemErrorMap" | "util.getSystemErrorMessage" | "util.inherits" | "util.inspect" | "util.inspect.custom" | "util.inspect.defaultOptions" | "util.inspect.replDefaults" | "util.isDeepStrictEqual" | "util.parseArgs" | "util.parseEnv" | "util.setTraceSigInt" | "util.stripVTControlCharacters" | "util.styleText" | "util.toUSVString" | "util.transferableAbortController" | "util.transferableAbortSignal" | "util.aborted" | "util.MIMEType" | "util.MIMEParams" | "util.TextDecoder" | "util.TextEncoder" | "util.types" | "util.types.isExternal" | "util.types.isDate" | "util.types.isArgumentsObject" | "util.types.isBigIntObject" | "util.types.isBooleanObject" | "util.types.isNumberObject" | "util.types.isStringObject" | "util.types.isSymbolObject" | "util.types.isNativeError" | "util.types.isRegExp" | "util.types.isAsyncFunction" | "util.types.isGeneratorFunction" | "util.types.isGeneratorObject" | "util.types.isPromise" | "util.types.isMap" | "util.types.isSet" | "util.types.isMapIterator" | "util.types.isSetIterator" | "util.types.isWeakMap" | "util.types.isWeakSet" | "util.types.isArrayBuffer" | "util.types.isDataView" | "util.types.isSharedArrayBuffer" | "util.types.isProxy" | "util.types.isModuleNamespaceObject" | "util.types.isAnyArrayBuffer" | "util.types.isBoxedPrimitive" | "util.types.isArrayBufferView" | "util.types.isTypedArray" | "util.types.isUint8Array" | "util.types.isUint8ClampedArray" | "util.types.isUint16Array" | "util.types.isUint32Array" | "util.types.isInt8Array" | "util.types.isInt16Array" | "util.types.isInt32Array" | "util.types.isFloat16Array" | "util.types.isFloat32Array" | "util.types.isFloat64Array" | "util.types.isBigInt64Array" | "util.types.isBigUint64Array" | "util.types.isKeyObject" | "util.types.isCryptoKey" | "util.types.isWebAssemblyCompiledModule" | "util._extend" | "util.isArray" | "util.isBoolean" | "util.isBuffer" | "util.isDate" | "util.isError" | "util.isFunction" | "util.isNull" | "util.isNullOrUndefined" | "util.isNumber" | "util.isObject" | "util.isPrimitive" | "util.isRegExp" | "util.isString" | "util.isSymbol" | "util.isUndefined" | "util.log" | "util" | "util/types" | "util/types.isExternal" | "util/types.isDate" | "util/types.isArgumentsObject" | "util/types.isBigIntObject" | "util/types.isBooleanObject" | "util/types.isNumberObject" | "util/types.isStringObject" | "util/types.isSymbolObject" | "util/types.isNativeError" | "util/types.isRegExp" | "util/types.isAsyncFunction" | "util/types.isGeneratorFunction" | "util/types.isGeneratorObject" | "util/types.isPromise" | "util/types.isMap" | "util/types.isSet" | "util/types.isMapIterator" | "util/types.isSetIterator" | "util/types.isWeakMap" | "util/types.isWeakSet" | "util/types.isArrayBuffer" | "util/types.isDataView" | "util/types.isSharedArrayBuffer" | "util/types.isProxy" | "util/types.isModuleNamespaceObject" | "util/types.isAnyArrayBuffer" | "util/types.isBoxedPrimitive" | "util/types.isArrayBufferView" | "util/types.isTypedArray" | "util/types.isUint8Array" | "util/types.isUint8ClampedArray" | "util/types.isUint16Array" | "util/types.isUint32Array" | "util/types.isInt8Array" | "util/types.isInt16Array" | "util/types.isInt32Array" | "util/types.isFloat16Array" | "util/types.isFloat32Array" | "util/types.isFloat64Array" | "util/types.isBigInt64Array" | "util/types.isBigUint64Array" | "util/types.isKeyObject" | "util/types.isCryptoKey" | "util/types.isWebAssemblyCompiledModule" | "v8" | "v8.serialize" | "v8.deserialize" | "v8.Serializer" | "v8.Deserializer" | "v8.DefaultSerializer" | "v8.DefaultDeserializer" | "v8.promiseHooks" | "v8.promiseHooks.onInit" | "v8.promiseHooks.onSettled" | "v8.promiseHooks.onBefore" | "v8.promiseHooks.onAfter" | "v8.promiseHooks.createHook" | "v8.startupSnapshot" | "v8.startupSnapshot.addSerializeCallback" | "v8.startupSnapshot.addDeserializeCallback" | "v8.startupSnapshot.setDeserializeMainFunction" | "v8.startupSnapshot.isBuildingSnapshot" | "v8.cachedDataVersionTag" | "v8.getHeapCodeStatistics" | "v8.getHeapSnapshot" | "v8.getHeapSpaceStatistics" | "v8.getHeapStatistics" | "v8.isStringOneByteRepresentation" | "v8.queryObjects" | "v8.setFlagsFromString" | "v8.stopCoverage" | "v8.takeCoverage" | "v8.writeHeapSnapshot" | "v8.setHeapSnapshotNearHeapLimit" | "v8.GCProfiler" | "vm.constants" | "vm.compileFunction" | "vm.createContext" | "vm.isContext" | "vm.measureMemory" | "vm.runInContext" | "vm.runInNewContext" | "vm.runInThisContext" | "vm.Script" | "vm.Module" | "vm.SourceTextModule" | "vm.SyntheticModule" | "vm" | "wasi.WASI" | "wasi" | "worker_threads" | "worker_threads.parentPort" | "worker_threads.resourceLimits" | "worker_threads.SHARE_ENV" | "worker_threads.threadId" | "worker_threads.workerData" | "worker_threads.getEnvironmentData" | "worker_threads.getHeapStatistics" | "worker_threads.markAsUncloneable" | "worker_threads.markAsUntransferable" | "worker_threads.isInternalThread" | "worker_threads.isMainThread" | "worker_threads.isMarkedAsUntransferable" | "worker_threads.moveMessagePortToContext" | "worker_threads.postMessageToThread" | "worker_threads.receiveMessageOnPort" | "worker_threads.setEnvironmentData" | "worker_threads.BroadcastChannel" | "worker_threads.MessageChannel" | "worker_threads.MessagePort" | "worker_threads.Worker" | "zlib.brotliCompress" | "zlib.brotliCompressSync" | "zlib.brotliDecompress" | "zlib.brotliDecompressSync" | "zlib.constants" | "zlib.constants.ZSTD_e_continue" | "zlib.constants.ZSTD_e_flush" | "zlib.constants.ZSTD_e_end" | "zlib.constants.ZSTD_fast" | "zlib.constants.ZSTD_dfast" | "zlib.constants.ZSTD_greedy" | "zlib.constants.ZSTD_lazy" | "zlib.constants.ZSTD_lazy2" | "zlib.constants.ZSTD_btlazy2" | "zlib.constants.ZSTD_btopt" | "zlib.constants.ZSTD_btultra" | "zlib.constants.ZSTD_btultra2" | "zlib.constants.ZSTD_c_compressionLevel" | "zlib.constants.ZSTD_c_windowLog" | "zlib.constants.ZSTD_c_hashLog" | "zlib.constants.ZSTD_c_chainLog" | "zlib.constants.ZSTD_c_searchLog" | "zlib.constants.ZSTD_c_minMatch" | "zlib.constants.ZSTD_c_targetLength" | "zlib.constants.ZSTD_c_strategy" | "zlib.constants.ZSTD_c_enableLongDistanceMatching" | "zlib.constants.ZSTD_c_ldmHashLog" | "zlib.constants.ZSTD_c_ldmMinMatch" | "zlib.constants.ZSTD_c_ldmBucketSizeLog" | "zlib.constants.ZSTD_c_ldmHashRateLog" | "zlib.constants.ZSTD_c_contentSizeFlag" | "zlib.constants.ZSTD_c_checksumFlag" | "zlib.constants.ZSTD_c_dictIDFlag" | "zlib.constants.ZSTD_c_nbWorkers" | "zlib.constants.ZSTD_c_jobSize" | "zlib.constants.ZSTD_c_overlapLog" | "zlib.constants.ZSTD_d_windowLogMax" | "zlib.constants.ZSTD_CLEVEL_DEFAULT" | "zlib.constants.ZSTD_error_no_error" | "zlib.constants.ZSTD_error_GENERIC" | "zlib.constants.ZSTD_error_prefix_unknown" | "zlib.constants.ZSTD_error_version_unsupported" | "zlib.constants.ZSTD_error_frameParameter_unsupported" | "zlib.constants.ZSTD_error_frameParameter_windowTooLarge" | "zlib.constants.ZSTD_error_corruption_detected" | "zlib.constants.ZSTD_error_checksum_wrong" | "zlib.constants.ZSTD_error_literals_headerWrong" | "zlib.constants.ZSTD_error_dictionary_corrupted" | "zlib.constants.ZSTD_error_dictionary_wrong" | "zlib.constants.ZSTD_error_dictionaryCreation_failed" | "zlib.constants.ZSTD_error_parameter_unsupported" | "zlib.constants.ZSTD_error_parameter_combination_unsupported" | "zlib.constants.ZSTD_error_parameter_outOfBound" | "zlib.constants.ZSTD_error_tableLog_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooSmall" | "zlib.constants.ZSTD_error_stabilityCondition_notRespected" | "zlib.constants.ZSTD_error_stage_wrong" | "zlib.constants.ZSTD_error_init_missing" | "zlib.constants.ZSTD_error_memory_allocation" | "zlib.constants.ZSTD_error_workSpace_tooSmall" | "zlib.constants.ZSTD_error_dstSize_tooSmall" | "zlib.constants.ZSTD_error_srcSize_wrong" | "zlib.constants.ZSTD_error_dstBuffer_null" | "zlib.constants.ZSTD_error_noForwardProgress_destFull" | "zlib.constants.ZSTD_error_noForwardProgress_inputEmpty" | "zlib.crc32" | "zlib.createBrotliCompress" | "zlib.createBrotliDecompress" | "zlib.createDeflate" | "zlib.createDeflateRaw" | "zlib.createGunzip" | "zlib.createGzip" | "zlib.createInflate" | "zlib.createInflateRaw" | "zlib.createUnzip" | "zlib.createZstdCompress" | "zlib.createZstdDecompress" | "zlib.deflate" | "zlib.deflateRaw" | "zlib.deflateRawSync" | "zlib.deflateSync" | "zlib.gunzip" | "zlib.gunzipSync" | "zlib.gzip" | "zlib.gzipSync" | "zlib.inflate" | "zlib.inflateRaw" | "zlib.inflateRawSync" | "zlib.inflateSync" | "zlib.unzip" | "zlib.unzipSync" | "zlib.zstdCompress" | "zlib.zstdCompressSync" | "zlib.zstdDecompress" | "zlib.zstdDecompressSync" | "zlib.BrotliCompress()" | "zlib.BrotliCompress" | "zlib.BrotliDecompress()" | "zlib.BrotliDecompress" | "zlib.Deflate()" | "zlib.Deflate" | "zlib.DeflateRaw()" | "zlib.DeflateRaw" | "zlib.Gunzip()" | "zlib.Gunzip" | "zlib.Gzip()" | "zlib.Gzip" | "zlib.Inflate()" | "zlib.Inflate" | "zlib.InflateRaw()" | "zlib.InflateRaw" | "zlib.Unzip()" | "zlib.Unzip" | "zlib.ZstdCompress" | "zlib.ZstdDecompress" | "zlib.ZstdOptions" | "zlib" | "import.meta.resolve" | "import.meta.dirname" | "import.meta.filename" | "import.meta.main")[]
494
+ ignores?: ("__filename" | "__dirname" | "require" | "require.cache" | "require.extensions" | "require.main" | "require.resolve" | "require.resolve.paths" | "module" | "module.children" | "module.exports" | "module.filename" | "module.id" | "module.isPreloading" | "module.loaded" | "module.parent" | "module.path" | "module.paths" | "module.require" | "exports" | "AbortController" | "AbortSignal" | "AbortSignal.abort" | "AbortSignal.timeout" | "AbortSignal.any" | "DOMException" | "FormData" | "Headers" | "MessageEvent" | "Navigator" | "Request" | "Response" | "WebAssembly" | "WebSocket" | "fetch" | "global" | "queueMicrotask" | "navigator" | "navigator.hardwareConcurrency" | "navigator.language" | "navigator.languages" | "navigator.locks" | "navigator.locks.request" | "navigator.locks.query" | "navigator.platform" | "navigator.userAgent" | "structuredClone" | "localStorage" | "sessionStorage" | "Storage" | "Blob" | "new Buffer()" | "Buffer" | "Buffer.alloc" | "Buffer.allocUnsafe" | "Buffer.allocUnsafeSlow" | "Buffer.byteLength" | "Buffer.compare" | "Buffer.concat" | "Buffer.copyBytesFrom" | "Buffer.from" | "Buffer.isBuffer" | "Buffer.isEncoding" | "File" | "atob" | "btoa" | "console" | "console.profile" | "console.profileEnd" | "console.timeStamp" | "console.Console" | "console.assert" | "console.clear" | "console.count" | "console.countReset" | "console.debug" | "console.dir" | "console.dirxml" | "console.error" | "console.group" | "console.groupCollapsed" | "console.groupEnd" | "console.info" | "console.log" | "console.table" | "console.time" | "console.timeEnd" | "console.timeLog" | "console.trace" | "console.warn" | "crypto" | "crypto.subtle" | "crypto.subtle.decapsulateBits" | "crypto.subtle.decapsulateKey" | "crypto.subtle.decrypt" | "crypto.subtle.deriveBits" | "crypto.subtle.deriveKey" | "crypto.subtle.digest" | "crypto.subtle.encapsulateBits" | "crypto.subtle.encapsulateKey" | "crypto.subtle.encrypt" | "crypto.subtle.exportKey" | "crypto.subtle.generateKey" | "crypto.subtle.getPublicKey" | "crypto.subtle.importKey" | "crypto.subtle.sign" | "crypto.subtle.unwrapKey" | "crypto.subtle.verify" | "crypto.subtle.wrapKey" | "crypto.getRandomValues" | "crypto.randomUUID" | "Crypto" | "CryptoKey" | "SubtleCrypto" | "SubtleCrypto.supports" | "CloseEvent" | "CustomEvent" | "Event" | "EventSource" | "EventTarget" | "PerformanceEntry" | "PerformanceMark" | "PerformanceMeasure" | "PerformanceObserver" | "PerformanceObserverEntryList" | "PerformanceResourceTiming" | "performance" | "performance.clearMarks" | "performance.clearMeasures" | "performance.clearResourceTimings" | "performance.eventLoopUtilization" | "performance.getEntries" | "performance.getEntriesByName" | "performance.getEntriesByType" | "performance.mark" | "performance.markResourceTiming" | "performance.measure" | "performance.nodeTiming" | "performance.nodeTiming.bootstrapComplete" | "performance.nodeTiming.environment" | "performance.nodeTiming.idleTime" | "performance.nodeTiming.loopExit" | "performance.nodeTiming.loopStart" | "performance.nodeTiming.nodeStart" | "performance.nodeTiming.uvMetricsInfo" | "performance.nodeTiming.v8Start" | "performance.now" | "performance.onresourcetimingbufferfull" | "performance.setResourceTimingBufferSize" | "performance.timeOrigin" | "performance.timerify" | "performance.toJSON" | "process" | "process.allowedNodeEnvironmentFlags" | "process.availableMemory" | "process.arch" | "process.argv" | "process.argv0" | "process.channel" | "process.config" | "process.connected" | "process.debugPort" | "process.env" | "process.execArgv" | "process.execPath" | "process.execve" | "process.exitCode" | "process.features.cached_builtins" | "process.features.debug" | "process.features.inspector" | "process.features.ipv6" | "process.features.require_module" | "process.features.tls" | "process.features.tls_alpn" | "process.features.tls_ocsp" | "process.features.tls_sni" | "process.features.typescript" | "process.features.uv" | "process.finalization.register" | "process.finalization.registerBeforeExit" | "process.finalization.unregister" | "process.getBuiltinModule" | "process.mainModule" | "process.noDeprecation" | "process.permission" | "process.pid" | "process.platform" | "process.ppid" | "process.ref" | "process.release" | "process.report" | "process.report.excludeEnv" | "process.sourceMapsEnabled" | "process.stdin" | "process.stdin.isRaw" | "process.stdin.isTTY" | "process.stdin.setRawMode" | "process.stdout" | "process.stdout.clearLine" | "process.stdout.clearScreenDown" | "process.stdout.columns" | "process.stdout.cursorTo" | "process.stdout.getColorDepth" | "process.stdout.getWindowSize" | "process.stdout.hasColors" | "process.stdout.isTTY" | "process.stdout.moveCursor" | "process.stdout.rows" | "process.stderr" | "process.stderr.clearLine" | "process.stderr.clearScreenDown" | "process.stderr.columns" | "process.stderr.cursorTo" | "process.stderr.getColorDepth" | "process.stderr.getWindowSize" | "process.stderr.hasColors" | "process.stderr.isTTY" | "process.stderr.moveCursor" | "process.stderr.rows" | "process.threadCpuUsage" | "process.throwDeprecation" | "process.title" | "process.traceDeprecation" | "process.version" | "process.versions" | "process.abort" | "process.chdir" | "process.constrainedMemory" | "process.cpuUsage" | "process.cwd" | "process.disconnect" | "process.dlopen" | "process.emitWarning" | "process.exit" | "process.getActiveResourcesInfo" | "process.getegid" | "process.geteuid" | "process.getgid" | "process.getgroups" | "process.getuid" | "process.hasUncaughtExceptionCaptureCallback" | "process.hrtime" | "process.hrtime.bigint" | "process.initgroups" | "process.kill" | "process.loadEnvFile" | "process.memoryUsage" | "process.rss" | "process.nextTick" | "process.resourceUsage" | "process.send" | "process.setegid" | "process.seteuid" | "process.setgid" | "process.setgroups" | "process.setuid" | "process.setSourceMapsEnabled" | "process.setUncaughtExceptionCaptureCallback" | "process.umask" | "process.unref" | "process.uptime" | "ReadableStream" | "ReadableStream.from" | "ReadableStreamDefaultReader" | "ReadableStreamBYOBReader" | "ReadableStreamDefaultController" | "ReadableByteStreamController" | "ReadableStreamBYOBRequest" | "WritableStream" | "WritableStreamDefaultWriter" | "WritableStreamDefaultController" | "TransformStream" | "TransformStreamDefaultController" | "ByteLengthQueuingStrategy" | "CountQueuingStrategy" | "TextEncoderStream" | "TextDecoderStream" | "CompressionStream" | "DecompressionStream" | "setInterval" | "clearInterval" | "setTimeout" | "clearTimeout" | "setImmediate" | "clearImmediate" | "URL" | "URL.canParse" | "URL.createObjectURL" | "URL.revokeObjectURL" | "URLSearchParams" | "TextDecoder" | "TextEncoder" | "BroadcastChannel" | "MessageChannel" | "MessagePort" | "assert" | "assert.Assert" | "assert.assert" | "assert.deepEqual" | "assert.deepStrictEqual" | "assert.doesNotMatch" | "assert.doesNotReject" | "assert.doesNotThrow" | "assert.equal" | "assert.fail" | "assert.ifError" | "assert.match" | "assert.notDeepEqual" | "assert.notDeepStrictEqual" | "assert.notEqual" | "assert.notStrictEqual" | "assert.ok" | "assert.partialDeepStrictEqual" | "assert.rejects" | "assert.strictEqual" | "assert.throws" | "assert.CallTracker" | "assert.strict" | "assert.strict.Assert" | "assert.strict.assert" | "assert.strict.deepEqual" | "assert.strict.deepStrictEqual" | "assert.strict.doesNotMatch" | "assert.strict.doesNotReject" | "assert.strict.doesNotThrow" | "assert.strict.equal" | "assert.strict.fail" | "assert.strict.ifError" | "assert.strict.match" | "assert.strict.notDeepEqual" | "assert.strict.notDeepStrictEqual" | "assert.strict.notEqual" | "assert.strict.notStrictEqual" | "assert.strict.ok" | "assert.strict.partialDeepStrictEqual" | "assert.strict.rejects" | "assert.strict.strictEqual" | "assert.strict.throws" | "assert.strict.CallTracker" | "assert/strict" | "assert/strict.Assert" | "assert/strict.assert" | "assert/strict.deepEqual" | "assert/strict.deepStrictEqual" | "assert/strict.doesNotMatch" | "assert/strict.doesNotReject" | "assert/strict.doesNotThrow" | "assert/strict.equal" | "assert/strict.fail" | "assert/strict.ifError" | "assert/strict.match" | "assert/strict.notDeepEqual" | "assert/strict.notDeepStrictEqual" | "assert/strict.notEqual" | "assert/strict.notStrictEqual" | "assert/strict.ok" | "assert/strict.partialDeepStrictEqual" | "assert/strict.rejects" | "assert/strict.strictEqual" | "assert/strict.throws" | "assert/strict.CallTracker" | "async_hooks" | "async_hooks.createHook" | "async_hooks.executionAsyncResource" | "async_hooks.executionAsyncId" | "async_hooks.triggerAsyncId" | "async_hooks.AsyncLocalStorage" | "async_hooks.AsyncLocalStorage.bind" | "async_hooks.AsyncLocalStorage.snapshot" | "async_hooks.AsyncResource" | "async_hooks.AsyncResource.bind" | "buffer" | "buffer.constants" | "buffer.INSPECT_MAX_BYTES" | "buffer.kMaxLength" | "buffer.kStringMaxLength" | "buffer.atob" | "buffer.btoa" | "buffer.isAscii" | "buffer.isUtf8" | "buffer.resolveObjectURL" | "buffer.transcode" | "buffer.SlowBuffer" | "buffer.Blob" | "new buffer.Buffer()" | "buffer.Buffer" | "buffer.Buffer.alloc" | "buffer.Buffer.allocUnsafe" | "buffer.Buffer.allocUnsafeSlow" | "buffer.Buffer.byteLength" | "buffer.Buffer.compare" | "buffer.Buffer.concat" | "buffer.Buffer.copyBytesFrom" | "buffer.Buffer.from" | "buffer.Buffer.isBuffer" | "buffer.Buffer.isEncoding" | "buffer.File" | "child_process" | "child_process.exec" | "child_process.execFile" | "child_process.fork" | "child_process.spawn" | "child_process.execFileSync" | "child_process.execSync" | "child_process.spawnSync" | "child_process.ChildProcess" | "cluster" | "cluster.isMaster" | "cluster.isPrimary" | "cluster.isWorker" | "cluster.schedulingPolicy" | "cluster.settings" | "cluster.worker" | "cluster.workers" | "cluster.disconnect" | "cluster.fork" | "cluster.setupMaster" | "cluster.setupPrimary" | "cluster.Worker" | "crypto.constants" | "crypto.fips" | "crypto.webcrypto" | "crypto.webcrypto.subtle" | "crypto.webcrypto.subtle.decapsulateBits" | "crypto.webcrypto.subtle.decapsulateKey" | "crypto.webcrypto.subtle.decrypt" | "crypto.webcrypto.subtle.deriveBits" | "crypto.webcrypto.subtle.deriveKey" | "crypto.webcrypto.subtle.digest" | "crypto.webcrypto.subtle.encapsulateBits" | "crypto.webcrypto.subtle.encapsulateKey" | "crypto.webcrypto.subtle.encrypt" | "crypto.webcrypto.subtle.exportKey" | "crypto.webcrypto.subtle.generateKey" | "crypto.webcrypto.subtle.getPublicKey" | "crypto.webcrypto.subtle.importKey" | "crypto.webcrypto.subtle.sign" | "crypto.webcrypto.subtle.unwrapKey" | "crypto.webcrypto.subtle.verify" | "crypto.webcrypto.subtle.wrapKey" | "crypto.webcrypto.getRandomValues" | "crypto.webcrypto.randomUUID" | "crypto.argon2" | "crypto.argon2Sync" | "crypto.checkPrime" | "crypto.checkPrimeSync" | "crypto.createCipher" | "crypto.createCipheriv" | "crypto.createDecipher" | "crypto.createDecipheriv" | "crypto.createDiffieHellman" | "crypto.createDiffieHellmanGroup" | "crypto.createECDH" | "crypto.createHash" | "crypto.createHmac" | "crypto.createPrivateKey" | "crypto.createPublicKey" | "crypto.createSecretKey" | "crypto.createSign" | "crypto.createVerify" | "crypto.decapsulate" | "crypto.diffieHellman" | "crypto.encapsulate" | "crypto.generateKey" | "crypto.generateKeyPair" | "crypto.generateKeyPairSync" | "crypto.generateKeySync" | "crypto.generatePrime" | "crypto.generatePrimeSync" | "crypto.getCipherInfo" | "crypto.getCiphers" | "crypto.getCurves" | "crypto.getDiffieHellman" | "crypto.getFips" | "crypto.getHashes" | "crypto.hash" | "crypto.hkdf" | "crypto.hkdfSync" | "crypto.pbkdf2" | "crypto.pbkdf2Sync" | "crypto.privateDecrypt" | "crypto.privateEncrypt" | "crypto.publicDecrypt" | "crypto.publicEncrypt" | "crypto.randomBytes" | "crypto.randomFillSync" | "crypto.randomFill" | "crypto.randomInt" | "crypto.scrypt" | "crypto.scryptSync" | "crypto.secureHeapUsed" | "crypto.setEngine" | "crypto.setFips" | "crypto.sign" | "crypto.timingSafeEqual" | "crypto.verify" | "crypto.Certificate" | "crypto.Certificate.exportChallenge" | "crypto.Certificate.exportPublicKey" | "crypto.Certificate.verifySpkac" | "crypto.Cipher" | "crypto.Decipher" | "crypto.DiffieHellman" | "crypto.DiffieHellmanGroup" | "crypto.ECDH" | "crypto.ECDH.convertKey" | "crypto.Hash()" | "new crypto.Hash()" | "crypto.Hash" | "crypto.Hmac()" | "new crypto.Hmac()" | "crypto.Hmac" | "crypto.KeyObject" | "crypto.KeyObject.from" | "crypto.Sign" | "crypto.Verify" | "crypto.X509Certificate" | "dgram" | "dgram.createSocket" | "dgram.Socket" | "diagnostics_channel" | "diagnostics_channel.hasSubscribers" | "diagnostics_channel.channel" | "diagnostics_channel.subscribe" | "diagnostics_channel.unsubscribe" | "diagnostics_channel.tracingChannel" | "diagnostics_channel.Channel" | "diagnostics_channel.TracingChannel" | "dns" | "dns.Resolver" | "dns.getServers" | "dns.lookup" | "dns.lookupService" | "dns.resolve" | "dns.resolve4" | "dns.resolve6" | "dns.resolveAny" | "dns.resolveCname" | "dns.resolveCaa" | "dns.resolveMx" | "dns.resolveNaptr" | "dns.resolveNs" | "dns.resolvePtr" | "dns.resolveSoa" | "dns.resolveSrv" | "dns.resolveTlsa" | "dns.resolveTxt" | "dns.reverse" | "dns.setDefaultResultOrder" | "dns.getDefaultResultOrder" | "dns.setServers" | "dns.promises" | "dns.promises.Resolver" | "dns.promises.cancel" | "dns.promises.getServers" | "dns.promises.lookup" | "dns.promises.lookupService" | "dns.promises.resolve" | "dns.promises.resolve4" | "dns.promises.resolve6" | "dns.promises.resolveAny" | "dns.promises.resolveCaa" | "dns.promises.resolveCname" | "dns.promises.resolveMx" | "dns.promises.resolveNaptr" | "dns.promises.resolveNs" | "dns.promises.resolvePtr" | "dns.promises.resolveSoa" | "dns.promises.resolveSrv" | "dns.promises.resolveTlsa" | "dns.promises.resolveTxt" | "dns.promises.reverse" | "dns.promises.setDefaultResultOrder" | "dns.promises.getDefaultResultOrder" | "dns.promises.setServers" | "dns/promises" | "dns/promises.Resolver" | "dns/promises.cancel" | "dns/promises.getServers" | "dns/promises.lookup" | "dns/promises.lookupService" | "dns/promises.resolve" | "dns/promises.resolve4" | "dns/promises.resolve6" | "dns/promises.resolveAny" | "dns/promises.resolveCaa" | "dns/promises.resolveCname" | "dns/promises.resolveMx" | "dns/promises.resolveNaptr" | "dns/promises.resolveNs" | "dns/promises.resolvePtr" | "dns/promises.resolveSoa" | "dns/promises.resolveSrv" | "dns/promises.resolveTlsa" | "dns/promises.resolveTxt" | "dns/promises.reverse" | "dns/promises.setDefaultResultOrder" | "dns/promises.getDefaultResultOrder" | "dns/promises.setServers" | "domain" | "domain.create" | "domain.Domain" | "events" | "events.Event" | "events.EventTarget" | "events.CustomEvent" | "events.NodeEventTarget" | "events.EventEmitter" | "events.EventEmitter.defaultMaxListeners" | "events.EventEmitter.errorMonitor" | "events.EventEmitter.captureRejections" | "events.EventEmitter.captureRejectionSymbol" | "events.EventEmitter.getEventListeners" | "events.EventEmitter.getMaxListeners" | "events.EventEmitter.once" | "events.EventEmitter.listenerCount" | "events.EventEmitter.on" | "events.EventEmitter.setMaxListeners" | "events.EventEmitter.addAbortListener" | "events.EventEmitterAsyncResource" | "events.EventEmitterAsyncResource.defaultMaxListeners" | "events.EventEmitterAsyncResource.errorMonitor" | "events.EventEmitterAsyncResource.captureRejections" | "events.EventEmitterAsyncResource.captureRejectionSymbol" | "events.EventEmitterAsyncResource.getEventListeners" | "events.EventEmitterAsyncResource.getMaxListeners" | "events.EventEmitterAsyncResource.once" | "events.EventEmitterAsyncResource.listenerCount" | "events.EventEmitterAsyncResource.on" | "events.EventEmitterAsyncResource.setMaxListeners" | "events.EventEmitterAsyncResource.addAbortListener" | "events.defaultMaxListeners" | "events.errorMonitor" | "events.captureRejections" | "events.captureRejectionSymbol" | "events.getEventListeners" | "events.getMaxListeners" | "events.once" | "events.listenerCount" | "events.on" | "events.setMaxListeners" | "events.addAbortListener" | "fs" | "fs.promises" | "fs.promises.FileHandle" | "fs.promises.access" | "fs.promises.appendFile" | "fs.promises.chmod" | "fs.promises.chown" | "fs.promises.constants" | "fs.promises.copyFile" | "fs.promises.cp" | "fs.promises.glob" | "fs.promises.lchmod" | "fs.promises.lchown" | "fs.promises.link" | "fs.promises.lstat" | "fs.promises.lutimes" | "fs.promises.mkdir" | "fs.promises.mkdtemp" | "fs.promises.mkdtempDisposable" | "fs.promises.open" | "fs.promises.opendir" | "fs.promises.readFile" | "fs.promises.readdir" | "fs.promises.readlink" | "fs.promises.realpath" | "fs.promises.rename" | "fs.promises.rm" | "fs.promises.rmdir" | "fs.promises.stat" | "fs.promises.statfs" | "fs.promises.symlink" | "fs.promises.truncate" | "fs.promises.unlink" | "fs.promises.utimes" | "fs.promises.watch" | "fs.promises.writeFile" | "fs.access" | "fs.appendFile" | "fs.chmod" | "fs.chown" | "fs.close" | "fs.copyFile" | "fs.cp" | "fs.createReadStream" | "fs.createWriteStream" | "fs.exists" | "fs.fchmod" | "fs.fchown" | "fs.fdatasync" | "fs.fstat" | "fs.fsync" | "fs.ftruncate" | "fs.futimes" | "fs.glob" | "fs.lchmod" | "fs.lchown" | "fs.link" | "fs.lstat" | "fs.lutimes" | "fs.mkdir" | "fs.mkdtemp" | "fs.native" | "fs.open" | "fs.openAsBlob" | "fs.opendir" | "fs.read" | "fs.readdir" | "fs.readFile" | "fs.readlink" | "fs.readv" | "fs.realpath" | "fs.realpath.native" | "fs.rename" | "fs.rm" | "fs.rmdir" | "fs.stat" | "fs.statfs" | "fs.symlink" | "fs.truncate" | "fs.unlink" | "fs.unwatchFile" | "fs.utimes" | "fs.watch" | "fs.watchFile" | "fs.write" | "fs.writeFile" | "fs.writev" | "fs.accessSync" | "fs.appendFileSync" | "fs.chmodSync" | "fs.chownSync" | "fs.closeSync" | "fs.copyFileSync" | "fs.cpSync" | "fs.existsSync" | "fs.fchmodSync" | "fs.fchownSync" | "fs.fdatasyncSync" | "fs.fstatSync" | "fs.fsyncSync" | "fs.ftruncateSync" | "fs.futimesSync" | "fs.globSync" | "fs.lchmodSync" | "fs.lchownSync" | "fs.linkSync" | "fs.lstatSync" | "fs.lutimesSync" | "fs.mkdirSync" | "fs.mkdtempSync" | "fs.mkdtempDisposableSync" | "fs.opendirSync" | "fs.openSync" | "fs.readdirSync" | "fs.readFileSync" | "fs.readlinkSync" | "fs.readSync" | "fs.readvSync" | "fs.realpathSync" | "fs.realpathSync.native" | "fs.renameSync" | "fs.rmdirSync" | "fs.rmSync" | "fs.statfsSync" | "fs.statSync" | "fs.symlinkSync" | "fs.truncateSync" | "fs.unlinkSync" | "fs.utimesSync" | "fs.writeFileSync" | "fs.writeSync" | "fs.writevSync" | "fs.constants" | "fs.Dir" | "fs.Dirent" | "fs.FSWatcher" | "fs.StatWatcher" | "fs.ReadStream" | "fs.Stats()" | "new fs.Stats()" | "fs.Stats" | "fs.StatFs" | "fs.WriteStream" | "fs.Utf8Stream" | "fs.common_objects" | "fs/promises" | "fs/promises.FileHandle" | "fs/promises.access" | "fs/promises.appendFile" | "fs/promises.chmod" | "fs/promises.chown" | "fs/promises.constants" | "fs/promises.copyFile" | "fs/promises.cp" | "fs/promises.glob" | "fs/promises.lchmod" | "fs/promises.lchown" | "fs/promises.link" | "fs/promises.lstat" | "fs/promises.lutimes" | "fs/promises.mkdir" | "fs/promises.mkdtemp" | "fs/promises.mkdtempDisposable" | "fs/promises.open" | "fs/promises.opendir" | "fs/promises.readFile" | "fs/promises.readdir" | "fs/promises.readlink" | "fs/promises.realpath" | "fs/promises.rename" | "fs/promises.rm" | "fs/promises.rmdir" | "fs/promises.stat" | "fs/promises.statfs" | "fs/promises.symlink" | "fs/promises.truncate" | "fs/promises.unlink" | "fs/promises.utimes" | "fs/promises.watch" | "fs/promises.writeFile" | "http2" | "http2.constants" | "http2.sensitiveHeaders" | "http2.createServer" | "http2.createSecureServer" | "http2.connect" | "http2.getDefaultSettings" | "http2.getPackedSettings" | "http2.getUnpackedSettings" | "http2.performServerHandshake" | "http2.Http2Session" | "http2.ServerHttp2Session" | "http2.ClientHttp2Session" | "http2.Http2Stream" | "http2.ClientHttp2Stream" | "http2.ServerHttp2Stream" | "http2.Http2Server" | "http2.Http2SecureServer" | "http2.Http2ServerRequest" | "http2.Http2ServerResponse" | "http" | "http.METHODS" | "http.STATUS_CODES" | "http.globalAgent" | "http.maxHeaderSize" | "http.createServer" | "http.get" | "http.request" | "http.validateHeaderName" | "http.validateHeaderValue" | "http.setMaxIdleHTTPParsers" | "http.Agent()" | "http.Agent" | "http.ClientRequest()" | "http.ClientRequest" | "http.Server()" | "http.Server" | "http.ServerResponse()" | "http.ServerResponse" | "http.IncomingMessage()" | "http.IncomingMessage" | "http.OutgoingMessage()" | "http.OutgoingMessage" | "http.WebSocket()" | "http.WebSocket" | "_http_agent" | "_http_client" | "_http_common" | "_http_incoming" | "_http_outgoing" | "_http_server" | "https" | "https.globalAgent" | "https.createServer" | "https.get" | "https.request" | "https.Agent" | "https.Server" | "inspector" | "inspector.Session" | "inspector.Network.dataReceived" | "inspector.Network.dataSent" | "inspector.Network.loadingFailed" | "inspector.Network.loadingFinished" | "inspector.Network.requestWillBeSent" | "inspector.Network.responseReceived" | "inspector.Network.webSocketCreated" | "inspector.Network.webSocketHandshakeResponseReceived" | "inspector.Network.webSocketClosed" | "inspector.NetworkResources.put" | "inspector.console" | "inspector.close" | "inspector.open" | "inspector.url" | "inspector.waitForDebugger" | "inspector/promises" | "inspector/promises.Session" | "inspector/promises.Network.dataReceived" | "inspector/promises.Network.dataSent" | "inspector/promises.Network.loadingFailed" | "inspector/promises.Network.loadingFinished" | "inspector/promises.Network.requestWillBeSent" | "inspector/promises.Network.responseReceived" | "inspector/promises.Network.webSocketCreated" | "inspector/promises.Network.webSocketHandshakeResponseReceived" | "inspector/promises.Network.webSocketClosed" | "inspector/promises.NetworkResources.put" | "inspector/promises.console" | "inspector/promises.close" | "inspector/promises.open" | "inspector/promises.url" | "inspector/promises.waitForDebugger" | "module.builtinModules" | "module.constants.compileCacheStatus" | "module.createRequire" | "module.createRequireFromPath" | "module.enableCompileCache" | "module.findPackageJSON" | "module.flushCompileCache" | "module.getCompileCacheDir" | "module.getSourceMapsSupport" | "module.isBuiltin" | "module.registerHooks" | "module.register" | "module.setSourceMapsSupport" | "module.stripTypeScriptTypes" | "module.syncBuiltinESMExports" | "module.findSourceMap" | "module.SourceMap" | "module.Module.builtinModules" | "module.Module.createRequire" | "module.Module.createRequireFromPath" | "module.Module.enableCompileCache" | "module.Module.findPackageJSON" | "module.Module.flushCompileCache" | "module.Module.getCompileCacheDir" | "module.Module.getSourceMapsSupport" | "module.Module.isBuiltin" | "module.Module.registerHooks" | "module.Module.register" | "module.Module.setSourceMapsSupport" | "module.Module.stripTypeScriptTypes" | "module.Module.syncBuiltinESMExports" | "module.Module.findSourceMap" | "module.Module.SourceMap" | "net" | "net.connect" | "net.createConnection" | "net.createServer" | "net.getDefaultAutoSelectFamily" | "net.setDefaultAutoSelectFamily" | "net.getDefaultAutoSelectFamilyAttemptTimeout" | "net.setDefaultAutoSelectFamilyAttemptTimeout" | "net.isIP" | "net.isIPv4" | "net.isIPv6" | "net.BlockList" | "net.BlockList.isBlockList" | "net.SocketAddress" | "net.SocketAddress.parse" | "net.Server" | "net.Socket" | "os" | "os.EOL" | "os.constants" | "os.constants.priority" | "os.devNull" | "os.availableParallelism" | "os.arch" | "os.cpus" | "os.endianness" | "os.freemem" | "os.getPriority" | "os.homedir" | "os.hostname" | "os.loadavg" | "os.machine" | "os.networkInterfaces" | "os.platform" | "os.release" | "os.setPriority" | "os.tmpdir" | "os.totalmem" | "os.type" | "os.uptime" | "os.userInfo" | "os.version" | "path" | "path.posix" | "path.posix.delimiter" | "path.posix.sep" | "path.posix.basename" | "path.posix.dirname" | "path.posix.extname" | "path.posix.format" | "path.posix.matchesGlob" | "path.posix.isAbsolute" | "path.posix.join" | "path.posix.normalize" | "path.posix.parse" | "path.posix.relative" | "path.posix.resolve" | "path.posix.toNamespacedPath" | "path.win32" | "path.win32.delimiter" | "path.win32.sep" | "path.win32.basename" | "path.win32.dirname" | "path.win32.extname" | "path.win32.format" | "path.win32.matchesGlob" | "path.win32.isAbsolute" | "path.win32.join" | "path.win32.normalize" | "path.win32.parse" | "path.win32.relative" | "path.win32.resolve" | "path.win32.toNamespacedPath" | "path.delimiter" | "path.sep" | "path.basename" | "path.dirname" | "path.extname" | "path.format" | "path.matchesGlob" | "path.isAbsolute" | "path.join" | "path.normalize" | "path.parse" | "path.relative" | "path.resolve" | "path.toNamespacedPath" | "path/posix" | "path/posix.delimiter" | "path/posix.sep" | "path/posix.basename" | "path/posix.dirname" | "path/posix.extname" | "path/posix.format" | "path/posix.matchesGlob" | "path/posix.isAbsolute" | "path/posix.join" | "path/posix.normalize" | "path/posix.parse" | "path/posix.relative" | "path/posix.resolve" | "path/posix.toNamespacedPath" | "path/win32" | "path/win32.delimiter" | "path/win32.sep" | "path/win32.basename" | "path/win32.dirname" | "path/win32.extname" | "path/win32.format" | "path/win32.matchesGlob" | "path/win32.isAbsolute" | "path/win32.join" | "path/win32.normalize" | "path/win32.parse" | "path/win32.relative" | "path/win32.resolve" | "path/win32.toNamespacedPath" | "perf_hooks" | "perf_hooks.performance" | "perf_hooks.performance.clearMarks" | "perf_hooks.performance.clearMeasures" | "perf_hooks.performance.clearResourceTimings" | "perf_hooks.performance.eventLoopUtilization" | "perf_hooks.performance.getEntries" | "perf_hooks.performance.getEntriesByName" | "perf_hooks.performance.getEntriesByType" | "perf_hooks.performance.mark" | "perf_hooks.performance.markResourceTiming" | "perf_hooks.performance.measure" | "perf_hooks.performance.nodeTiming" | "perf_hooks.performance.nodeTiming.bootstrapComplete" | "perf_hooks.performance.nodeTiming.environment" | "perf_hooks.performance.nodeTiming.idleTime" | "perf_hooks.performance.nodeTiming.loopExit" | "perf_hooks.performance.nodeTiming.loopStart" | "perf_hooks.performance.nodeTiming.nodeStart" | "perf_hooks.performance.nodeTiming.uvMetricsInfo" | "perf_hooks.performance.nodeTiming.v8Start" | "perf_hooks.performance.now" | "perf_hooks.performance.onresourcetimingbufferfull" | "perf_hooks.performance.setResourceTimingBufferSize" | "perf_hooks.performance.timeOrigin" | "perf_hooks.performance.timerify" | "perf_hooks.performance.toJSON" | "perf_hooks.createHistogram" | "perf_hooks.eventLoopUtilization" | "perf_hooks.timerify" | "perf_hooks.monitorEventLoopDelay" | "perf_hooks.PerformanceEntry" | "perf_hooks.PerformanceMark" | "perf_hooks.PerformanceMeasure" | "perf_hooks.PerformanceNodeEntry" | "perf_hooks.PerformanceNodeTiming" | "perf_hooks.PerformanceResourceTiming" | "perf_hooks.PerformanceObserver" | "perf_hooks.PerformanceObserverEntryList" | "perf_hooks.Histogram" | "perf_hooks.IntervalHistogram" | "perf_hooks.RecordableHistogram" | "punycode" | "punycode.ucs2" | "punycode.version" | "punycode.decode" | "punycode.encode" | "punycode.toASCII" | "punycode.toUnicode" | "querystring" | "querystring.decode" | "querystring.encode" | "querystring.escape" | "querystring.parse" | "querystring.stringify" | "querystring.unescape" | "readline" | "readline.promises" | "readline.promises.createInterface" | "readline.promises.Interface" | "readline.promises.Readline" | "readline.clearLine" | "readline.clearScreenDown" | "readline.createInterface" | "readline.cursorTo" | "readline.moveCursor" | "readline.Interface" | "readline.emitKeypressEvents" | "readline.InterfaceConstructor" | "readline/promises" | "readline/promises.createInterface" | "readline/promises.Interface" | "readline/promises.Readline" | "repl" | "repl.start" | "repl.writer" | "repl.REPLServer()" | "repl.REPLServer" | "repl.REPL_MODE_MAGIC" | "repl.REPL_MODE_SLOPPY" | "repl.REPL_MODE_STRICT" | "repl.Recoverable()" | "repl.Recoverable" | "repl.builtinModules" | "sea" | "sea.isSea" | "sea.getAsset" | "sea.getAssetAsBlob" | "sea.getAssetKeys" | "sea.getRawAsset" | "sea.sea.isSea" | "sea.sea.getAsset" | "sea.sea.getAssetAsBlob" | "sea.sea.getAssetKeys" | "sea.sea.getRawAsset" | "stream" | "stream.promises" | "stream.promises.pipeline" | "stream.promises.finished" | "stream.finished" | "stream.pipeline" | "stream.compose" | "stream.duplexPair" | "stream.Readable" | "stream.Readable.from" | "stream.Readable.isDisturbed" | "stream.Readable.fromWeb" | "stream.Readable.toWeb" | "stream.Writable" | "stream.Writable.fromWeb" | "stream.Writable.toWeb" | "stream.Duplex" | "stream.Duplex.from" | "stream.Duplex.fromWeb" | "stream.Duplex.toWeb" | "stream.Transform" | "stream.isErrored" | "stream.isReadable" | "stream.addAbortSignal" | "stream.getDefaultHighWaterMark" | "stream.setDefaultHighWaterMark" | "stream/promises.pipeline" | "stream/promises.finished" | "stream/web" | "stream/web.ReadableStream" | "stream/web.ReadableStream.from" | "stream/web.ReadableStreamDefaultReader" | "stream/web.ReadableStreamBYOBReader" | "stream/web.ReadableStreamDefaultController" | "stream/web.ReadableByteStreamController" | "stream/web.ReadableStreamBYOBRequest" | "stream/web.WritableStream" | "stream/web.WritableStreamDefaultWriter" | "stream/web.WritableStreamDefaultController" | "stream/web.TransformStream" | "stream/web.TransformStreamDefaultController" | "stream/web.ByteLengthQueuingStrategy" | "stream/web.CountQueuingStrategy" | "stream/web.TextEncoderStream" | "stream/web.TextDecoderStream" | "stream/web.CompressionStream" | "stream/web.DecompressionStream" | "stream/consumers" | "stream/consumers.arrayBuffer" | "stream/consumers.blob" | "stream/consumers.buffer" | "stream/consumers.json" | "stream/consumers.text" | "_stream_duplex" | "_stream_passthrough" | "_stream_readable" | "_stream_transform" | "_stream_wrap" | "_stream_writable" | "string_decoder" | "string_decoder.StringDecoder" | "sqlite" | "sqlite.constants" | "sqlite.constants.SQLITE_CHANGESET_OMIT" | "sqlite.constants.SQLITE_CHANGESET_REPLACE" | "sqlite.constants.SQLITE_CHANGESET_ABORT" | "sqlite.backup" | "sqlite.DatabaseSync" | "sqlite.Session" | "sqlite.StatementSync" | "sqlite.SQLITE_CHANGESET_OMIT" | "sqlite.SQLITE_CHANGESET_REPLACE" | "sqlite.SQLITE_CHANGESET_ABORT" | "test" | "test.after" | "test.afterEach" | "test.assert" | "test.assert.register" | "test.before" | "test.beforeEach" | "test.describe" | "test.describe.only" | "test.describe.skip" | "test.describe.todo" | "test.it" | "test.it.only" | "test.it.skip" | "test.it.todo" | "test.mock" | "test.mock.fn" | "test.mock.getter" | "test.mock.method" | "test.mock.module" | "test.mock.property" | "test.mock.reset" | "test.mock.restoreAll" | "test.mock.setter" | "test.mock.timers" | "test.mock.timers.enable" | "test.mock.timers.reset" | "test.mock.timers.tick" | "test.only" | "test.run" | "test.snapshot" | "test.snapshot.setDefaultSnapshotSerializers" | "test.snapshot.setResolveSnapshotPath" | "test.skip" | "test.suite" | "test.test" | "test.test.only" | "test.test.skip" | "test.test.todo" | "test.todo" | "timers" | "timers.Immediate" | "timers.Timeout" | "timers.setImmediate" | "timers.clearImmediate" | "timers.setInterval" | "timers.clearInterval" | "timers.setTimeout" | "timers.clearTimeout" | "timers.promises" | "timers.promises.setTimeout" | "timers.promises.setImmediate" | "timers.promises.setInterval" | "timers.promises.scheduler.wait" | "timers.promises.scheduler.yield" | "timers/promises" | "timers/promises.setTimeout" | "timers/promises.setImmediate" | "timers/promises.setInterval" | "timers/promises.scheduler.wait" | "timers/promises.scheduler.yield" | "tls" | "tls.checkServerIdentity" | "tls.connect" | "tls.createSecureContext" | "tls.createSecurePair" | "tls.createServer" | "tls.CryptoStream" | "tls.DEFAULT_CIPHERS" | "tls.DEFAULT_ECDH_CURVE" | "tls.DEFAULT_MAX_VERSION" | "tls.DEFAULT_MIN_VERSION" | "tls.getCACertificates" | "tls.getCiphers" | "tls.rootCertificates" | "tls.SecureContext" | "tls.SecurePair" | "tls.Server" | "tls.setDefaultCACertificates" | "tls.TLSSocket" | "_tls_common" | "_tls_wrap" | "trace_events" | "trace_events.createTracing" | "trace_events.getEnabledCategories" | "tty" | "tty.isatty" | "tty.ReadStream" | "tty.WriteStream" | "url" | "url.domainToASCII" | "url.domainToUnicode" | "url.fileURLToPath" | "url.format" | "url.pathToFileURL" | "url.urlToHttpOptions" | "url.URL" | "url.URL.canParse" | "url.URL.createObjectURL" | "url.URL.revokeObjectURL" | "url.URLPattern" | "url.URLSearchParams" | "url.Url" | "util.promisify" | "util.promisify.custom" | "util.callbackify" | "util.debuglog" | "util.debug" | "util.deprecate" | "util.diff" | "util.format" | "util.formatWithOptions" | "util.getCallSite" | "util.getCallSites" | "util.getSystemErrorName" | "util.getSystemErrorMap" | "util.getSystemErrorMessage" | "util.inherits" | "util.inspect" | "util.inspect.custom" | "util.inspect.defaultOptions" | "util.inspect.replDefaults" | "util.isDeepStrictEqual" | "util.parseArgs" | "util.parseEnv" | "util.setTraceSigInt" | "util.stripVTControlCharacters" | "util.styleText" | "util.toUSVString" | "util.transferableAbortController" | "util.transferableAbortSignal" | "util.aborted" | "util.MIMEType" | "util.MIMEParams" | "util.TextDecoder" | "util.TextEncoder" | "util.types" | "util.types.isExternal" | "util.types.isDate" | "util.types.isArgumentsObject" | "util.types.isBigIntObject" | "util.types.isBooleanObject" | "util.types.isNumberObject" | "util.types.isStringObject" | "util.types.isSymbolObject" | "util.types.isNativeError" | "util.types.isRegExp" | "util.types.isAsyncFunction" | "util.types.isGeneratorFunction" | "util.types.isGeneratorObject" | "util.types.isPromise" | "util.types.isMap" | "util.types.isSet" | "util.types.isMapIterator" | "util.types.isSetIterator" | "util.types.isWeakMap" | "util.types.isWeakSet" | "util.types.isArrayBuffer" | "util.types.isDataView" | "util.types.isSharedArrayBuffer" | "util.types.isProxy" | "util.types.isModuleNamespaceObject" | "util.types.isAnyArrayBuffer" | "util.types.isBoxedPrimitive" | "util.types.isArrayBufferView" | "util.types.isTypedArray" | "util.types.isUint8Array" | "util.types.isUint8ClampedArray" | "util.types.isUint16Array" | "util.types.isUint32Array" | "util.types.isInt8Array" | "util.types.isInt16Array" | "util.types.isInt32Array" | "util.types.isFloat16Array" | "util.types.isFloat32Array" | "util.types.isFloat64Array" | "util.types.isBigInt64Array" | "util.types.isBigUint64Array" | "util.types.isKeyObject" | "util.types.isCryptoKey" | "util.types.isWebAssemblyCompiledModule" | "util._extend" | "util.isArray" | "util.isBoolean" | "util.isBuffer" | "util.isDate" | "util.isError" | "util.isFunction" | "util.isNull" | "util.isNullOrUndefined" | "util.isNumber" | "util.isObject" | "util.isPrimitive" | "util.isRegExp" | "util.isString" | "util.isSymbol" | "util.isUndefined" | "util.log" | "util" | "util/types" | "util/types.isExternal" | "util/types.isDate" | "util/types.isArgumentsObject" | "util/types.isBigIntObject" | "util/types.isBooleanObject" | "util/types.isNumberObject" | "util/types.isStringObject" | "util/types.isSymbolObject" | "util/types.isNativeError" | "util/types.isRegExp" | "util/types.isAsyncFunction" | "util/types.isGeneratorFunction" | "util/types.isGeneratorObject" | "util/types.isPromise" | "util/types.isMap" | "util/types.isSet" | "util/types.isMapIterator" | "util/types.isSetIterator" | "util/types.isWeakMap" | "util/types.isWeakSet" | "util/types.isArrayBuffer" | "util/types.isDataView" | "util/types.isSharedArrayBuffer" | "util/types.isProxy" | "util/types.isModuleNamespaceObject" | "util/types.isAnyArrayBuffer" | "util/types.isBoxedPrimitive" | "util/types.isArrayBufferView" | "util/types.isTypedArray" | "util/types.isUint8Array" | "util/types.isUint8ClampedArray" | "util/types.isUint16Array" | "util/types.isUint32Array" | "util/types.isInt8Array" | "util/types.isInt16Array" | "util/types.isInt32Array" | "util/types.isFloat16Array" | "util/types.isFloat32Array" | "util/types.isFloat64Array" | "util/types.isBigInt64Array" | "util/types.isBigUint64Array" | "util/types.isKeyObject" | "util/types.isCryptoKey" | "util/types.isWebAssemblyCompiledModule" | "v8" | "v8.serialize" | "v8.deserialize" | "v8.Serializer" | "v8.Deserializer" | "v8.DefaultSerializer" | "v8.DefaultDeserializer" | "v8.promiseHooks" | "v8.promiseHooks.onInit" | "v8.promiseHooks.onSettled" | "v8.promiseHooks.onBefore" | "v8.promiseHooks.onAfter" | "v8.promiseHooks.createHook" | "v8.startupSnapshot" | "v8.startupSnapshot.addSerializeCallback" | "v8.startupSnapshot.addDeserializeCallback" | "v8.startupSnapshot.setDeserializeMainFunction" | "v8.startupSnapshot.isBuildingSnapshot" | "v8.cachedDataVersionTag" | "v8.getHeapCodeStatistics" | "v8.getHeapSnapshot" | "v8.getHeapSpaceStatistics" | "v8.getHeapStatistics" | "v8.isStringOneByteRepresentation" | "v8.queryObjects" | "v8.setFlagsFromString" | "v8.stopCoverage" | "v8.takeCoverage" | "v8.writeHeapSnapshot" | "v8.setHeapSnapshotNearHeapLimit" | "v8.GCProfiler" | "v8.startCpuProfile" | "vm.constants" | "vm.compileFunction" | "vm.createContext" | "vm.isContext" | "vm.measureMemory" | "vm.runInContext" | "vm.runInNewContext" | "vm.runInThisContext" | "vm.Script" | "vm.Module" | "vm.SourceTextModule" | "vm.SyntheticModule" | "vm" | "wasi.WASI" | "wasi" | "worker_threads" | "worker_threads.parentPort" | "worker_threads.resourceLimits" | "worker_threads.SHARE_ENV" | "worker_threads.threadId" | "worker_threads.threadName" | "worker_threads.workerData" | "worker_threads.getEnvironmentData" | "worker_threads.getHeapStatistics" | "worker_threads.markAsUncloneable" | "worker_threads.markAsUntransferable" | "worker_threads.isInternalThread" | "worker_threads.isMainThread" | "worker_threads.isMarkedAsUntransferable" | "worker_threads.locks" | "worker_threads.locks.request" | "worker_threads.locks.query" | "worker_threads.moveMessagePortToContext" | "worker_threads.postMessageToThread" | "worker_threads.receiveMessageOnPort" | "worker_threads.setEnvironmentData" | "worker_threads.BroadcastChannel" | "worker_threads.MessageChannel" | "worker_threads.MessagePort" | "worker_threads.Worker" | "zlib.brotliCompress" | "zlib.brotliCompressSync" | "zlib.brotliDecompress" | "zlib.brotliDecompressSync" | "zlib.constants" | "zlib.constants.ZSTD_e_continue" | "zlib.constants.ZSTD_e_flush" | "zlib.constants.ZSTD_e_end" | "zlib.constants.ZSTD_fast" | "zlib.constants.ZSTD_dfast" | "zlib.constants.ZSTD_greedy" | "zlib.constants.ZSTD_lazy" | "zlib.constants.ZSTD_lazy2" | "zlib.constants.ZSTD_btlazy2" | "zlib.constants.ZSTD_btopt" | "zlib.constants.ZSTD_btultra" | "zlib.constants.ZSTD_btultra2" | "zlib.constants.ZSTD_c_compressionLevel" | "zlib.constants.ZSTD_c_windowLog" | "zlib.constants.ZSTD_c_hashLog" | "zlib.constants.ZSTD_c_chainLog" | "zlib.constants.ZSTD_c_searchLog" | "zlib.constants.ZSTD_c_minMatch" | "zlib.constants.ZSTD_c_targetLength" | "zlib.constants.ZSTD_c_strategy" | "zlib.constants.ZSTD_c_enableLongDistanceMatching" | "zlib.constants.ZSTD_c_ldmHashLog" | "zlib.constants.ZSTD_c_ldmMinMatch" | "zlib.constants.ZSTD_c_ldmBucketSizeLog" | "zlib.constants.ZSTD_c_ldmHashRateLog" | "zlib.constants.ZSTD_c_contentSizeFlag" | "zlib.constants.ZSTD_c_checksumFlag" | "zlib.constants.ZSTD_c_dictIDFlag" | "zlib.constants.ZSTD_c_nbWorkers" | "zlib.constants.ZSTD_c_jobSize" | "zlib.constants.ZSTD_c_overlapLog" | "zlib.constants.ZSTD_d_windowLogMax" | "zlib.constants.ZSTD_CLEVEL_DEFAULT" | "zlib.constants.ZSTD_error_no_error" | "zlib.constants.ZSTD_error_GENERIC" | "zlib.constants.ZSTD_error_prefix_unknown" | "zlib.constants.ZSTD_error_version_unsupported" | "zlib.constants.ZSTD_error_frameParameter_unsupported" | "zlib.constants.ZSTD_error_frameParameter_windowTooLarge" | "zlib.constants.ZSTD_error_corruption_detected" | "zlib.constants.ZSTD_error_checksum_wrong" | "zlib.constants.ZSTD_error_literals_headerWrong" | "zlib.constants.ZSTD_error_dictionary_corrupted" | "zlib.constants.ZSTD_error_dictionary_wrong" | "zlib.constants.ZSTD_error_dictionaryCreation_failed" | "zlib.constants.ZSTD_error_parameter_unsupported" | "zlib.constants.ZSTD_error_parameter_combination_unsupported" | "zlib.constants.ZSTD_error_parameter_outOfBound" | "zlib.constants.ZSTD_error_tableLog_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooLarge" | "zlib.constants.ZSTD_error_maxSymbolValue_tooSmall" | "zlib.constants.ZSTD_error_stabilityCondition_notRespected" | "zlib.constants.ZSTD_error_stage_wrong" | "zlib.constants.ZSTD_error_init_missing" | "zlib.constants.ZSTD_error_memory_allocation" | "zlib.constants.ZSTD_error_workSpace_tooSmall" | "zlib.constants.ZSTD_error_dstSize_tooSmall" | "zlib.constants.ZSTD_error_srcSize_wrong" | "zlib.constants.ZSTD_error_dstBuffer_null" | "zlib.constants.ZSTD_error_noForwardProgress_destFull" | "zlib.constants.ZSTD_error_noForwardProgress_inputEmpty" | "zlib.crc32" | "zlib.createBrotliCompress" | "zlib.createBrotliDecompress" | "zlib.createDeflate" | "zlib.createDeflateRaw" | "zlib.createGunzip" | "zlib.createGzip" | "zlib.createInflate" | "zlib.createInflateRaw" | "zlib.createUnzip" | "zlib.createZstdCompress" | "zlib.createZstdDecompress" | "zlib.deflate" | "zlib.deflateRaw" | "zlib.deflateRawSync" | "zlib.deflateSync" | "zlib.gunzip" | "zlib.gunzipSync" | "zlib.gzip" | "zlib.gzipSync" | "zlib.inflate" | "zlib.inflateRaw" | "zlib.inflateRawSync" | "zlib.inflateSync" | "zlib.unzip" | "zlib.unzipSync" | "zlib.zstdCompress" | "zlib.zstdCompressSync" | "zlib.zstdDecompress" | "zlib.zstdDecompressSync" | "zlib.BrotliCompress()" | "zlib.BrotliCompress" | "zlib.BrotliDecompress()" | "zlib.BrotliDecompress" | "zlib.Deflate()" | "zlib.Deflate" | "zlib.DeflateRaw()" | "zlib.DeflateRaw" | "zlib.Gunzip()" | "zlib.Gunzip" | "zlib.Gzip()" | "zlib.Gzip" | "zlib.Inflate()" | "zlib.Inflate" | "zlib.InflateRaw()" | "zlib.InflateRaw" | "zlib.Unzip()" | "zlib.Unzip" | "zlib.ZstdCompress" | "zlib.ZstdDecompress" | "zlib.ZstdOptions" | "zlib" | "import.meta.resolve" | "import.meta.dirname" | "import.meta.filename" | "import.meta.main")[]
496
495
  }]
497
496
  // ----- node/prefer-global/buffer -----
498
497
  type NodePreferGlobalBuffer = []|[("always" | "never")]