We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4873fba commit 8604481Copy full SHA for 8604481
lib/internal/vm/module.js
@@ -1,7 +1,6 @@
1
'use strict';
2
3
const { internalBinding } = require('internal/bootstrap/loaders');
4
-const { emitExperimentalWarning } = require('internal/util');
5
const { URL } = require('internal/url');
6
const { isContext } = process.binding('contextify');
7
const {
@@ -17,6 +16,7 @@ const {
17
16
18
getConstructorOf,
19
customInspectSymbol,
+ emitExperimentalWarning
20
} = require('internal/util');
21
const { SafePromise } = require('internal/safe_globals');
22
0 commit comments