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