1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
BunFFI = 0,
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,
|