swc/node/bundler/tests/pass/resolve-name-fix/output/entry.js

14 lines
230 B
JavaScript
Raw Normal View History

function __spack_require__(mod) {
var cache;
if (cache) {
return cache;
}
var module = {
exports: {
}
};
mod(module, module.exports);
cache = module.exports;
return cache;
}