summaryrefslogtreecommitdiff
path: root/lib/url.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/url.js')
-rw-r--r--lib/url.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/url.js b/lib/url.js
index eb60fe477f..be483ae2bc 100644
--- a/lib/url.js
+++ b/lib/url.js
@@ -21,9 +21,10 @@
'use strict';
+const { Object, SafeSet } = primordials;
+
const { toASCII } = require('internal/idna');
const { encodeStr, hexTable } = require('internal/querystring');
-const { SafeSet } = primordials;
const {
ERR_INVALID_ARG_TYPE