We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2a3d8e commit 97b58d8Copy full SHA for 97b58d8
lib/internal/modules/cjs/loader.js
@@ -157,7 +157,6 @@ const {
157
isProxy,
158
} = require('internal/util/types');
159
160
-const { kEvaluated } = internalBinding('module_wrap');
161
const isWindows = process.platform === 'win32';
162
163
const relativeResolveCache = { __proto__: null };
lib/internal/modules/esm/loader.js
@@ -11,7 +11,6 @@ const {
11
JSONStringify,
12
ObjectSetPrototypeOf,
13
RegExpPrototypeSymbolReplace,
14
- SafeWeakMap,
15
encodeURIComponent,
16
hardenRegExp,
17
} = primordials;
0 commit comments