Skip to content

Commit

Permalink
fixup! module: move the CJS exports cache to internal/modules/cjs/loader
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Dec 14, 2023
1 parent f2a3d8e commit 97b58d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/internal/modules/cjs/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ const {
isProxy,
} = require('internal/util/types');

const { kEvaluated } = internalBinding('module_wrap');
const isWindows = process.platform === 'win32';

const relativeResolveCache = { __proto__: null };
Expand Down
1 change: 0 additions & 1 deletion lib/internal/modules/esm/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const {
JSONStringify,
ObjectSetPrototypeOf,
RegExpPrototypeSymbolReplace,
SafeWeakMap,
encodeURIComponent,
hardenRegExp,
} = primordials;
Expand Down

0 comments on commit 97b58d8

Please sign in to comment.