From 7d1c9fa1a471d180c078a860c4885478f334bdf5 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 9 Jul 2022 15:45:38 +0400 Subject: Migrate to Zig v0.10.0 --- test/snapshots/multiple-var.hmr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/snapshots/multiple-var.hmr.js') diff --git a/test/snapshots/multiple-var.hmr.js b/test/snapshots/multiple-var.hmr.js index 3acb5b8d3..940dbddad 100644 --- a/test/snapshots/multiple-var.hmr.js +++ b/test/snapshots/multiple-var.hmr.js @@ -8,7 +8,7 @@ __FastRefreshModule as FastHMR import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; -var hmr = new FastHMR(2883558553, "multiple-var.js", FastRefresh), exports = hmr.exports; +var hmr = new FastHMR(1028067224, "multiple-var.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { var foo = true; globalThis.TRUE_BUT_WE_CANT_TREESHAKE_IT = true; -- cgit v1.2.3