File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 7575 // to provide a transition path for modules that are being moved over to
7676 // internalBinding.
7777 const internalBindingWhitelist = [
78+ 'async_wrap' ,
79+ 'buffer' ,
7880 'cares_wrap' ,
81+ 'constants' ,
82+ 'contextify' ,
83+ 'crypto' ,
7984 'fs_event_wrap' ,
85+ 'http_parser' ,
8086 'icu' ,
81- 'udp_wrap ' ,
82- 'uv ' ,
87+ 'js_stream ' ,
88+ 'natives ' ,
8389 'pipe_wrap' ,
84- 'http_parser' ,
8590 'process_wrap' ,
86- 'v8' ,
87- 'tty_wrap' ,
88- 'stream_wrap' ,
8991 'signal_wrap' ,
90- 'crypto ' ,
91- 'contextify ' ,
92+ 'spawn_sync ' ,
93+ 'stream_wrap ' ,
9294 'tcp_wrap' ,
9395 'tls_wrap' ,
94- 'util ' ,
95- 'async_wrap ' ,
96+ 'tty_wrap ' ,
97+ 'udp_wrap ' ,
9698 'url' ,
97- 'spawn_sync' ,
98- 'js_stream' ,
99- 'zlib' ,
100- 'buffer' ,
101- 'natives' ,
102- 'constants'
99+ 'util' ,
100+ 'uv' ,
101+ 'v8' ,
102+ 'zlib'
103103 ] ;
104104 // We will use a lazy loaded SafeSet in internalBindingWhitelistHas
105105 // for checking existence in this list.
You can’t perform that action at this time.
0 commit comments