From 347b34886550ce60d2723db58b7d04b0445661db Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 8 Feb 2022 01:05:13 -0800 Subject: :camera: --- .../snapshots/export-default-module-hot.hmr.debug.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 integration/snapshots/export-default-module-hot.hmr.debug.js (limited to 'integration/snapshots/export-default-module-hot.hmr.debug.js') diff --git a/integration/snapshots/export-default-module-hot.hmr.debug.js b/integration/snapshots/export-default-module-hot.hmr.debug.js new file mode 100644 index 000000000..3f12940f2 --- /dev/null +++ b/integration/snapshots/export-default-module-hot.hmr.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"); + + + -- cgit v1.2.3