Files
bun.sh/integration/snapshots/export-default-module-hot.js
Jarred Sumner 6b903de12c 📷
2022-03-15 05:48:04 -07:00

20 lines
501 B
JavaScript

import {
__cJS2eSM
} from "http://localhost:8080/bun:wrap";
import {
__exportDefault
} from "http://localhost:8080/bun:wrap";
export default __cJS2eSM(function(module, exports) {
__exportDefault(module.exports, module.id);
function test() {
testDone(import.meta.url);
}
Object.defineProperty(module.exports,"test",{get: () => test, enumerable: true, configurable: true});
}, "export-default-module-hot.js");
//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map