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