mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
24bf1adacc
In case the exported module is a proxy that has the `getPrototypeOf` or `setPrototypeOf` trap, skip the circular dependencies check. It would otherwise be triggered by the check itself. Fixes: https://github.com/nodejs/node/issues/33334 Signed-off-by: Ruben Bridgewater <ruben@bridgewater.de> PR-URL: https://github.com/nodejs/node/pull/33338 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> |
||
---|---|---|
.. | ||
folder | ||
root.js | ||
warning-a.js | ||
warning-b.js | ||
warning-esm-half-transpiled-a.js | ||
warning-esm-half-transpiled-b.js | ||
warning-esm-transpiled-a.js | ||
warning-esm-transpiled-b.js | ||
warning-moduleexports-a.js | ||
warning-moduleexports-b.js | ||
warning-moduleexports-class-a.js | ||
warning-moduleexports-class-b.js | ||
warning-skip-proxy-traps-a.js | ||
warning-skip-proxy-traps-b.js |