-
fix(core): fixes an issue where using "node:test" results in infinite loop (#27685)
发布于
2024-08-28 20:35:56 +00:00 This PR fixes an issue with
node:testnot being recognized as a
built-in Node module, and since it is not innode_moduleswith a
resolvablepackage.json, it hits an infinite loop.Current Behavior
Expected Behavior
Related Issue(s)
Fixes #
(cherry picked from commit
e28de09c40)下载附件