diff options
Diffstat (limited to 'integration/snapshots/export-default-module-hot.debug.js')
-rw-r--r-- | integration/snapshots/export-default-module-hot.debug.js | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/integration/snapshots/export-default-module-hot.debug.js b/integration/snapshots/export-default-module-hot.debug.js new file mode 100644 index 000000000..3f12940f2 --- /dev/null +++ b/integration/snapshots/export-default-module-hot.debug.js @@ -0,0 +1,17 @@ +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"); + + + |