diff options
Diffstat (limited to 'integration/snapshots/bundled-entry-point.hmr.debug.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.hmr.debug.js | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/integration/snapshots/bundled-entry-point.hmr.debug.js b/integration/snapshots/bundled-entry-point.hmr.debug.js index 4b62d3dbc..d08f23138 100644 --- a/integration/snapshots/bundled-entry-point.hmr.debug.js +++ b/integration/snapshots/bundled-entry-point.hmr.debug.js @@ -1,16 +1,19 @@ import { __require as require -} from "http://localhost:8080/bun:runtime"; -import { -__HMRModule as HMR -} from "http://localhost:8080/bun:runtime"; +} from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:8080/bun:runtime"; +} from "http://localhost:8080/bun:wrap"; +import { +__FastRefreshModule as FastHMR +} from "http://localhost:8080/bun:wrap"; +import { +__FastRefreshRuntime as FastRefresh +} from "http://localhost:8080/bun:wrap"; import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; Bun.activate(true); -var hmr = new HMR(3012834585, "bundled-entry-point.js"), exports = hmr.exports; +var hmr = new FastHMR(3012834585, "bundled-entry-point.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { var hello = null ?? "world"; function test() { |