mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(ext/node): add findSourceMap
to the default export of node:module
(#26720)
Next.js 15.0.2 tries to use this and errors out
This commit is contained in:
parent
bb3ca84e6d
commit
84aee0be9a
1 changed files with 2 additions and 0 deletions
|
@ -1312,6 +1312,8 @@ export function findSourceMap(_path) {
|
|||
return undefined;
|
||||
}
|
||||
|
||||
Module.findSourceMap = findSourceMap;
|
||||
|
||||
/**
|
||||
* @param {string | URL} _specifier
|
||||
* @param {string | URL} _parentUrl
|
||||
|
|
Loading…
Reference in a new issue