When require(esm) encounters a cached module job that is instantiated but not yet evaluated, run the evaluation. This catches an edge case previously missed in https://github.com/nodejs/node/pull/57187. PR-URL: https://github.com/nodejs/node/pull/58067 Fixes: https://github.com/nodejs/node/issues/58061 Reviewed-By: Jacob Smith <jacob@frende.me>
2 lines
80 B
JavaScript
2 lines
80 B
JavaScript
export { default as b } from './b.cjs';
|
|
export { default as c } from './c.mjs';
|