Skip to content

Commit 733beb7

Browse files
ZYSzysrvagg
authored andcommitted
lib: convert legacy process.binding to internalBinding
PR-URL: #26095 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent e6949b4 commit 733beb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/idna.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
if (process.binding('config').hasIntl) {
3+
if (internalBinding('config').hasIntl) {
44
const { toASCII, toUnicode } = internalBinding('icu');
55
module.exports = { toASCII, toUnicode };
66
} else {

0 commit comments

Comments
 (0)