aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/export-default-module-hot.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-08 01:05:13 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-08 01:05:13 -0800
commit347b34886550ce60d2723db58b7d04b0445661db (patch)
tree8c27d6c4d545d43851d302ae53e028001ed7adb7 /integration/snapshots/export-default-module-hot.debug.js
parentd4afa5477ddb3546fb9f6e88821cf1bc57316294 (diff)
downloadbun-347b34886550ce60d2723db58b7d04b0445661db.tar.gz
bun-347b34886550ce60d2723db58b7d04b0445661db.tar.zst
bun-347b34886550ce60d2723db58b7d04b0445661db.zip
:camera:
Diffstat (limited to 'integration/snapshots/export-default-module-hot.debug.js')
-rw-r--r--integration/snapshots/export-default-module-hot.debug.js17
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");
+
+
+