feat: init

This commit is contained in:
2026-02-13 22:02:30 +01:00
commit 8f9ff830fb
16711 changed files with 3307340 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export declare const builtnNodeModules: string[];
export declare const hybridNodeModules: string[];
export declare const unsupportedNodeModules: string[];

View File

@@ -0,0 +1,81 @@
export const builtnNodeModules = [
"_stream_duplex",
"_stream_passthrough",
"_stream_readable",
"_stream_transform",
"_stream_writable",
"_tls_common",
"_tls_wrap",
// Missing exports: Server, createServer
"assert",
// Missing exports: CallTracker, partialDeepStrictEqual
"assert/strict",
// Missing exports: CallTracker, partialDeepStrictEqual
"async_hooks",
"buffer",
"constants",
// Missing exports: EXTENSIONLESS_FORMAT_JAVASCRIPT, EXTENSIONLESS_FORMAT_WASM, O_DIRECT, O_NOATIME, RTLD_DEEPBIND, SIGPOLL, SIGPWR, SIGSTKFLT, defaultCipherList
"crypto",
"diagnostics_channel",
"dns",
"dns/promises",
"events",
// Missing exports: captureRejections, init
"fs/promises",
"module",
"net",
"path",
"path/posix",
"path/win32",
"querystring",
"stream",
"stream/consumers",
"stream/promises",
"stream/web",
"string_decoder",
"timers",
"timers/promises",
"tls",
"url",
"util",
"util/types",
"zlib"
];
export const hybridNodeModules = [
"console",
"process"
// Missing exports: abort, allowedNodeEnvironmentFlags, arch, argv, argv0, assert, availableMemory, binding, chdir, config, constrainedMemory, cpuUsage, cwd, debugPort, dlopen, domain, emitWarning, execArgv, execPath, exitCode, finalization, getActiveResourcesInfo, getegid, geteuid, getgid, getgroups, getuid, hasUncaughtExceptionCaptureCallback, hrtime, initgroups, kill, loadEnvFile, memoryUsage, moduleLoadList, openStdin, pid, ppid, reallyExit, ref, release, report, resourceUsage, setSourceMapsEnabled, setUncaughtExceptionCaptureCallback, setegid, seteuid, setgid, setgroups, setuid, sourceMapsEnabled, stderr, stdin, stdout, title, umask, unref, uptime, version, versions
];
export const unsupportedNodeModules = [
"_http_agent",
"_http_client",
"_http_common",
"_http_incoming",
"_http_outgoing",
"_http_server",
"_stream_wrap",
"child_process",
"cluster",
"dgram",
"domain",
"fs",
"http",
"http2",
"https",
"inspector",
"inspector/promises",
"os",
"perf_hooks",
"punycode",
"readline",
"readline/promises",
"repl",
"sys",
"trace_events",
"tty",
"v8",
"vm",
"wasi",
"worker_threads",
"sqlite"
];

View File

@@ -0,0 +1,3 @@
export declare const builtnNodeModules: string[];
export declare const hybridNodeModules: never[];
export declare const unsupportedNodeModules: string[];

View File

@@ -0,0 +1,110 @@
export const builtnNodeModules = [
"_http_agent",
"_http_common",
// Missing exports: freeParser, isLenient, parsers, prepareError
"_http_outgoing",
"_http_server",
// Missing exports: Server, ServerResponse, httpServerPreClose, kConnectionsCheckingInterval, kServerResponse, setupConnectionsTracking, storeHTTPOptions
"_stream_duplex",
// Missing exports: from, fromWeb, toWeb
"_stream_passthrough",
"_stream_readable",
// Missing exports: ReadableState, from, fromWeb, toWeb, wrap
"_stream_transform",
"_stream_writable",
// Missing exports: WritableState, fromWeb, toWeb
"_tls_common",
// Missing exports: SecureContext, translatePeerCertificate
"_tls_wrap",
"assert",
// Missing exports: CallTracker, partialDeepStrictEqual
"assert/strict",
// Missing exports: CallTracker, partialDeepStrictEqual
"async_hooks",
"buffer",
// Missing exports: File, resolveObjectURL
"child_process",
"cluster",
"console",
// Missing exports: context, createTask
"constants",
// Missing exports: EXTENSIONLESS_FORMAT_JAVASCRIPT, EXTENSIONLESS_FORMAT_WASM, O_DIRECT, O_NOATIME, defaultCipherList
"crypto",
// Missing exports: Cipher, Decipher
"dgram",
"diagnostics_channel",
// Missing exports: Channel
"dns",
// Missing exports: getDefaultResultOrder, lookupService
"dns/promises",
// Missing exports: getDefaultResultOrder, lookupService
"domain",
"events",
// Missing exports: captureRejections, getMaxListeners, init, usingDomains
"fs",
// Missing exports: FileReadStream, FileWriteStream, fchmod, fchmodSync, fchown, fchownSync, glob, globSync, lchmod, lchmodSync, lchown, lchownSync, openAsBlob
"fs/promises",
// Missing exports: glob, lchmod, lchown, lutimes, statfs
"http",
// Missing exports: CloseEvent, MessageEvent, WebSocket, setMaxIdleHTTPParsers
"http2",
// Missing exports: performServerHandshake
"https",
"inspector",
"inspector/promises",
"module",
// Missing exports: SourceMap, constants, enableCompileCache, findPackageJSON, flushCompileCache, getCompileCacheDir, getSourceMapsSupport, runMain, setSourceMapsSupport, stripTypeScriptTypes, syncBuiltinESMExports
"net",
"os",
"path",
// Missing exports: matchesGlob
"path/posix",
// Missing exports: matchesGlob
"path/win32",
// Missing exports: matchesGlob
"perf_hooks",
// Missing exports: Performance, PerformanceMark, PerformanceMeasure, PerformanceObserverEntryList, PerformanceResourceTiming, createHistogram
"process",
// Missing exports: assert, availableMemory, binding, config, constrainedMemory, debugPort, domain, exitCode, features, finalization, getActiveResourcesInfo, getgroups, hasUncaughtExceptionCaptureCallback, initgroups, loadEnvFile, moduleLoadList, openStdin, ppid, reallyExit, ref, release, report, resourceUsage, setSourceMapsEnabled, setUncaughtExceptionCaptureCallback, setegid, seteuid, setgid, setgroups, setuid, sourceMapsEnabled, title, unref, uptime
"punycode",
"querystring",
"readline",
"readline/promises",
"repl",
// Missing exports: Recoverable, writer
"sqlite",
// Missing exports: StatementSync
"stream",
// Missing exports: destroy, promises
"stream/consumers",
"stream/promises",
"stream/web",
"string_decoder",
"sys",
// Missing exports: MIMEParams, MIMEType, getCallSite, getSystemErrorMap, getSystemErrorMessage, parseEnv, transferableAbortController, transferableAbortSignal
"timers",
// Missing exports: active, enroll, unenroll
"timers/promises",
"tls",
// Missing exports: SecureContext, convertALPNProtocols
"trace_events",
"tty",
"url",
"util",
// Missing exports: MIMEParams, MIMEType, getCallSite, getSystemErrorMap, getSystemErrorMessage, parseEnv, transferableAbortController, transferableAbortSignal
"util/types",
// Missing exports: isExternal
"v8",
// Missing exports: GCProfiler, promiseHooks, queryObjects, setHeapSnapshotNearHeapLimit, startupSnapshot
"vm",
"wasi",
"worker_threads",
// Missing exports: isInternalThread, isMarkedAsUntransferable, markAsUncloneable, postMessageToThread
"zlib"
];
export const hybridNodeModules = [];
export const unsupportedNodeModules = [
"_http_client",
"_http_incoming",
"_stream_wrap"
];

View File

@@ -0,0 +1,3 @@
export declare const builtnNodeModules: string[];
export declare const hybridNodeModules: never[];
export declare const unsupportedNodeModules: string[];

View File

@@ -0,0 +1,110 @@
export const builtnNodeModules = [
"_http_agent",
"_http_common",
// Missing exports: freeParser, isLenient, parsers, prepareError
"_http_outgoing",
"_http_server",
// Missing exports: Server, ServerResponse, httpServerPreClose, kConnectionsCheckingInterval, kServerResponse, setupConnectionsTracking, storeHTTPOptions
"_stream_duplex",
// Missing exports: from, fromWeb, toWeb
"_stream_passthrough",
"_stream_readable",
// Missing exports: ReadableState, from, fromWeb, toWeb, wrap
"_stream_transform",
"_stream_writable",
// Missing exports: WritableState, fromWeb, toWeb
"_tls_common",
// Missing exports: SecureContext, translatePeerCertificate
"_tls_wrap",
"assert",
// Missing exports: CallTracker, partialDeepStrictEqual
"assert/strict",
// Missing exports: CallTracker, partialDeepStrictEqual
"async_hooks",
"buffer",
// Missing exports: File, resolveObjectURL
"child_process",
"cluster",
"console",
// Missing exports: context, createTask
"constants",
// Missing exports: EXTENSIONLESS_FORMAT_JAVASCRIPT, EXTENSIONLESS_FORMAT_WASM, O_DIRECT, O_NOATIME, defaultCipherList
"crypto",
// Missing exports: Cipher, Decipher
"dgram",
"diagnostics_channel",
// Missing exports: Channel
"dns",
// Missing exports: getDefaultResultOrder, lookupService
"dns/promises",
// Missing exports: getDefaultResultOrder, lookupService
"domain",
"events",
// Missing exports: captureRejections, getMaxListeners, init, usingDomains
"fs",
// Missing exports: FileReadStream, FileWriteStream, fchmod, fchmodSync, fchown, fchownSync, glob, globSync, lchmod, lchmodSync, lchown, lchownSync, openAsBlob
"fs/promises",
// Missing exports: glob, lchmod, lchown, lutimes, statfs
"http",
// Missing exports: CloseEvent, MessageEvent, WebSocket, setMaxIdleHTTPParsers
"http2",
// Missing exports: performServerHandshake
"https",
"inspector",
"inspector/promises",
"module",
// Missing exports: SourceMap, constants, enableCompileCache, findPackageJSON, flushCompileCache, getCompileCacheDir, getSourceMapsSupport, runMain, setSourceMapsSupport, stripTypeScriptTypes, syncBuiltinESMExports
"net",
"os",
"path",
// Missing exports: matchesGlob
"path/posix",
// Missing exports: matchesGlob
"path/win32",
// Missing exports: matchesGlob
"perf_hooks",
// Missing exports: Performance, PerformanceMark, PerformanceMeasure, PerformanceObserverEntryList, PerformanceResourceTiming, createHistogram
"process",
// Missing exports: assert, availableMemory, binding, config, constrainedMemory, debugPort, domain, exitCode, features, finalization, getActiveResourcesInfo, getgroups, hasUncaughtExceptionCaptureCallback, initgroups, loadEnvFile, moduleLoadList, openStdin, ppid, reallyExit, ref, release, report, resourceUsage, setSourceMapsEnabled, setUncaughtExceptionCaptureCallback, setegid, seteuid, setgid, setgroups, setuid, sourceMapsEnabled, title, unref, uptime
"punycode",
"querystring",
"readline",
"readline/promises",
"repl",
// Missing exports: Recoverable, writer
"sqlite",
// Missing exports: StatementSync
"stream",
// Missing exports: destroy, promises
"stream/consumers",
"stream/promises",
"stream/web",
"string_decoder",
"sys",
// Missing exports: MIMEParams, MIMEType, getCallSite, getSystemErrorMap, getSystemErrorMessage, parseEnv, transferableAbortController, transferableAbortSignal
"timers",
// Missing exports: active, enroll, unenroll
"timers/promises",
"tls",
// Missing exports: SecureContext, convertALPNProtocols
"trace_events",
"tty",
"url",
"util",
// Missing exports: MIMEParams, MIMEType, getCallSite, getSystemErrorMap, getSystemErrorMessage, parseEnv, transferableAbortController, transferableAbortSignal
"util/types",
// Missing exports: isExternal
"v8",
// Missing exports: GCProfiler, promiseHooks, queryObjects, setHeapSnapshotNearHeapLimit, startupSnapshot
"vm",
"wasi",
"worker_threads",
// Missing exports: isInternalThread, isMarkedAsUntransferable, markAsUncloneable, postMessageToThread
"zlib"
];
export const hybridNodeModules = [];
export const unsupportedNodeModules = [
"_http_client",
"_http_incoming",
"_stream_wrap"
];

View File

@@ -0,0 +1,3 @@
export declare const builtnNodeModules: string[];
export declare const hybridNodeModules: never[];
export declare const unsupportedNodeModules: string[];

View File

@@ -0,0 +1,77 @@
export const builtnNodeModules = [
"assert",
// Missing exports: CallTracker, partialDeepStrictEqual
"async_hooks",
// Missing exports: asyncWrapProviders, createHook, executionAsyncId, executionAsyncResource, triggerAsyncId
"buffer",
"events",
"util"
// Missing exports: getCallSites, getSystemErrorMap, getSystemErrorMessage, getSystemErrorName, isBoolean, isBuffer, isDate, isError, isFunction, isNull, isNullOrUndefined, isNumber, isObject, isPrimitive, isRegExp, isString, isSymbol, isUndefined, parseEnv, styleText
];
export const hybridNodeModules = [];
export const unsupportedNodeModules = [
"_http_agent",
"_http_client",
"_http_common",
"_http_incoming",
"_http_outgoing",
"_http_server",
"_stream_duplex",
"_stream_passthrough",
"_stream_readable",
"_stream_transform",
"_stream_wrap",
"_stream_writable",
"_tls_common",
"_tls_wrap",
"assert/strict",
"child_process",
"cluster",
"console",
"constants",
"crypto",
"dgram",
"diagnostics_channel",
"dns",
"dns/promises",
"domain",
"fs",
"fs/promises",
"http",
"http2",
"https",
"inspector",
"inspector/promises",
"module",
"net",
"os",
"path",
"path/posix",
"path/win32",
"perf_hooks",
"process",
"punycode",
"querystring",
"readline",
"readline/promises",
"repl",
"stream",
"stream/consumers",
"stream/promises",
"stream/web",
"string_decoder",
"sys",
"timers",
"timers/promises",
"tls",
"trace_events",
"tty",
"url",
"util/types",
"v8",
"vm",
"wasi",
"worker_threads",
"zlib",
"sqlite"
];