diff options
author | 2022-10-16 17:02:35 -0700 | |
---|---|---|
committer | 2022-10-16 17:02:35 -0700 | |
commit | ab3b072249c85e092d5e206003a30b895ccbbc0f (patch) | |
tree | 6e55fe44445e319de0a84fada924f087f8985710 /test/snapshots/bundled-entry-point.hmr.js | |
parent | 690e79445dc9cb2b6bcf802768ee99350134165f (diff) | |
download | bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.gz bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.zst bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.zip |
snapshots
Diffstat (limited to 'test/snapshots/bundled-entry-point.hmr.js')
-rw-r--r-- | test/snapshots/bundled-entry-point.hmr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/snapshots/bundled-entry-point.hmr.js b/test/snapshots/bundled-entry-point.hmr.js index 4440f8f36..2e5bcbf18 100644 --- a/test/snapshots/bundled-entry-point.hmr.js +++ b/test/snapshots/bundled-entry-point.hmr.js @@ -1,5 +1,5 @@ import { -__require as require +__require } from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun @@ -11,8 +11,8 @@ __FastRefreshModule as FastHMR import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; -import * as $45b81229 from "http://localhost:8080/node_modules/react/index.js"; -var hmr = new FastHMR(2903293251, "bundled-entry-point.js", FastRefresh), exports = hmr.exports; +import * as $a66742df from "http://localhost:8080/node_modules/react/index.js"; +var hmr = new FastHMR(173057717, "bundled-entry-point.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { function test() { return testDone(import.meta.url); |