blob: e0d02d271c6fd006b98d69189eab5aada045d37a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
|