Skip to content

Commit 482d8d0

Browse files
author
Gareth Jones
committed
this is the generated builtins list - the v8 tests will fail
1 parent d6943de commit 482d8d0

1 file changed

Lines changed: 16 additions & 6 deletions

File tree

lib/builtin_modules.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[
2-
"_debug_agent",
3-
"_debugger",
2+
"async_hooks",
43
"assert",
54
"buffer",
65
"child_process",
@@ -14,18 +13,20 @@
1413
"events",
1514
"fs",
1615
"http",
16+
"http2",
1717
"_http_agent",
1818
"_http_client",
1919
"_http_common",
2020
"_http_incoming",
2121
"_http_outgoing",
2222
"_http_server",
2323
"https",
24-
"_linklist",
24+
"inspector",
2525
"module",
2626
"net",
2727
"os",
2828
"path",
29+
"perf_hooks",
2930
"process",
3031
"punycode",
3132
"querystring",
@@ -43,19 +44,28 @@
4344
"timers",
4445
"tls",
4546
"_tls_common",
46-
"_tls_legacy",
4747
"_tls_wrap",
48+
"trace_events",
4849
"tty",
4950
"url",
5051
"util",
5152
"v8",
5253
"vm",
54+
"worker_threads",
5355
"zlib",
5456
"v8/tools/splaytree",
5557
"v8/tools/codemap",
5658
"v8/tools/consarray",
5759
"v8/tools/csvparser",
60+
"v8/tools/profile",
5861
"v8/tools/profile_view",
5962
"v8/tools/logreader",
60-
"v8/tools/SourceMap"
61-
]
63+
"v8/tools/arguments",
64+
"v8/tools/tickprocessor",
65+
"v8/tools/SourceMap",
66+
"v8/tools/tickprocessor-driver",
67+
"node-inspect/lib/_inspect",
68+
"node-inspect/lib/internal/inspect_client",
69+
"node-inspect/lib/internal/inspect_repl",
70+
"config"
71+
]

0 commit comments

Comments
 (0)