Skip to content

Commit

Permalink
fix: use internal version or URL
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 24, 2021
1 parent f91f140 commit 0e1a9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/source_map/source_map_cache.js
Expand Up @@ -14,6 +14,7 @@ const {
} = primordials;

const MapIteratorNext = uncurryThis(MapPrototypeEntries(new Map()).next);
const { URL } = require('internal/url');

function ObjectGetValueSafe(obj, key) {
const desc = ObjectGetOwnPropertyDescriptor(obj, key);
Expand Down

0 comments on commit 0e1a9b5

Please sign in to comment.