Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4c6de85

Browse filesBrowse files
richardlaudanielleadams
authored andcommitted
benchmark: remove modules that require intl
`inspector` and `trace_events` will throw errors if Node.js has been compiled with `--without-intl`. Refs: #35816 PR-URL: #35968 Fixes: #35962 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
1 parent 9b6512f commit 4c6de85
Copy full SHA for 4c6de85

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Open diff view settings
Collapse file

‎benchmark/fixtures/require-builtins.js‎

Copy file name to clipboardExpand all lines: benchmark/fixtures/require-builtins.js
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const list = [
1717
'http',
1818
'http2',
1919
'https',
20-
'inspector',
2120
'module',
2221
'net',
2322
'os',
@@ -32,7 +31,6 @@ const list = [
3231
'string_decoder',
3332
'timers',
3433
'tls',
35-
'trace_events',
3634
'tty',
3735
'url',
3836
'util',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.