diff options
Diffstat (limited to 'src/js/out/InternalModuleRegistry+enum.h')
-rw-r--r-- | src/js/out/InternalModuleRegistry+enum.h | 111 |
1 files changed, 56 insertions, 55 deletions
diff --git a/src/js/out/InternalModuleRegistry+enum.h b/src/js/out/InternalModuleRegistry+enum.h index b45f56c07..cbadeb4f8 100644 --- a/src/js/out/InternalModuleRegistry+enum.h +++ b/src/js/out/InternalModuleRegistry+enum.h @@ -3,59 +3,60 @@ BunSqlite = 1, InternalDebugger = 2, InternalFSCpSync = 3, InternalFSCp = 4, -InternalShared = 5, -NodeAssert = 6, -NodeAssertStrict = 7, -NodeAsyncHooks = 8, -NodeChildProcess = 9, -NodeCluster = 10, -NodeConsole = 11, -NodeCrypto = 12, -NodeDgram = 13, -NodeDiagnosticsChannel = 14, -NodeDNS = 15, -NodeDNSPromises = 16, -NodeDomain = 17, -NodeEvents = 18, -NodeFS = 19, -NodeFSPromises = 20, -NodeHttp = 21, -NodeHttp2 = 22, -NodeHttps = 23, -NodeInspector = 24, -NodeNet = 25, -NodeOS = 26, -NodePathPosix = 27, -NodePath = 28, -NodePathWin32 = 29, -NodePerfHooks = 30, -NodePunycode = 31, -NodeQuerystring = 32, -NodeReadline = 33, -NodeReadlinePromises = 34, -NodeRepl = 35, -NodeStreamConsumers = 36, -NodeStream = 37, -NodeStreamPromises = 38, -NodeStreamWeb = 39, -NodeTimers = 40, -NodeTimersPromises = 41, -NodeTLS = 42, -NodeTraceEvents = 43, -NodeTty = 44, -NodeUrl = 45, -NodeUtil = 46, -NodeV8 = 47, -NodeVM = 48, -NodeWasi = 49, -NodeWorkerThreads = 50, -NodeZlib = 51, -ThirdpartyDepd = 52, -ThirdpartyDetectLibc = 53, -ThirdpartyDetectLibcLinux = 54, -ThirdpartyIsomorphicFetch = 55, -ThirdpartyNodeFetch = 56, -ThirdpartyUndici = 57, -ThirdpartyVercelFetch = 58, -ThirdpartyWS = 59, +InternalRepl = 5, +InternalShared = 6, +NodeAssert = 7, +NodeAssertStrict = 8, +NodeAsyncHooks = 9, +NodeChildProcess = 10, +NodeCluster = 11, +NodeConsole = 12, +NodeCrypto = 13, +NodeDgram = 14, +NodeDiagnosticsChannel = 15, +NodeDNS = 16, +NodeDNSPromises = 17, +NodeDomain = 18, +NodeEvents = 19, +NodeFS = 20, +NodeFSPromises = 21, +NodeHttp = 22, +NodeHttp2 = 23, +NodeHttps = 24, +NodeInspector = 25, +NodeNet = 26, +NodeOS = 27, +NodePathPosix = 28, +NodePath = 29, +NodePathWin32 = 30, +NodePerfHooks = 31, +NodePunycode = 32, +NodeQuerystring = 33, +NodeReadline = 34, +NodeReadlinePromises = 35, +NodeRepl = 36, +NodeStreamConsumers = 37, +NodeStream = 38, +NodeStreamPromises = 39, +NodeStreamWeb = 40, +NodeTimers = 41, +NodeTimersPromises = 42, +NodeTLS = 43, +NodeTraceEvents = 44, +NodeTty = 45, +NodeUrl = 46, +NodeUtil = 47, +NodeV8 = 48, +NodeVM = 49, +NodeWasi = 50, +NodeWorkerThreads = 51, +NodeZlib = 52, +ThirdpartyDepd = 53, +ThirdpartyDetectLibc = 54, +ThirdpartyDetectLibcLinux = 55, +ThirdpartyIsomorphicFetch = 56, +ThirdpartyNodeFetch = 57, +ThirdpartyUndici = 58, +ThirdpartyVercelFetch = 59, +ThirdpartyWS = 60, |