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/array-args-with-default-values.hmr.js | |
parent | 690e79445dc9cb2b6bcf802768ee99350134165f (diff) | |
download | bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.gz bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.tar.zst bun-ab3b072249c85e092d5e206003a30b895ccbbc0f.zip |
snapshots
Diffstat (limited to 'test/snapshots/array-args-with-default-values.hmr.js')
-rw-r--r-- | test/snapshots/array-args-with-default-values.hmr.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshots/array-args-with-default-values.hmr.js b/test/snapshots/array-args-with-default-values.hmr.js index 421272052..a6b3e1090 100644 --- a/test/snapshots/array-args-with-default-values.hmr.js +++ b/test/snapshots/array-args-with-default-values.hmr.js @@ -8,7 +8,7 @@ __FastRefreshModule as FastHMR import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; -var hmr = new FastHMR(3022324119, "array-args-with-default-values.js", FastRefresh), exports = hmr.exports; +var hmr = new FastHMR(326432150, "array-args-with-default-values.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { var lines; const data = () => lines.map(([a = null, b = null, c = null, d = null]) => ({ |