diff options
Diffstat (limited to 'integration/snapshots/ts-fallback-rewrite-works.hmr.js')
-rw-r--r-- | integration/snapshots/ts-fallback-rewrite-works.hmr.js | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/integration/snapshots/ts-fallback-rewrite-works.hmr.js b/integration/snapshots/ts-fallback-rewrite-works.hmr.js deleted file mode 100644 index 09f26c952..000000000 --- a/integration/snapshots/ts-fallback-rewrite-works.hmr.js +++ /dev/null @@ -1,26 +0,0 @@ -import { -__HMRClient as Bun -} from "http://localhost:3000/bun:wrap"; -Bun.activate(true); -import { -__HMRModule as HMR -} from "http://localhost:3000/bun:wrap"; -var hmr = new HMR(421762902, "ts-fallback-rewrite-works.ts"), exports = hmr.exports; -(hmr._load = function() { - function test() { - return testDone(import.meta.url); - } - hmr.exportAll({ - test: () => test - }); -})(); -var $$hmr_test = hmr.exports.test; -hmr._update = function(exports) { - $$hmr_test = exports.test; -}; - -export { - $$hmr_test as test -}; - -//# sourceMappingURL=http://localhost:3000/ts-fallback-rewrite-works.js.map |