diff options
Diffstat (limited to 'test/snapshots/lodash-regexp.hmr.js')
-rw-r--r-- | test/snapshots/lodash-regexp.hmr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/snapshots/lodash-regexp.hmr.js b/test/snapshots/lodash-regexp.hmr.js index 896ad287a..92df71384 100644 --- a/test/snapshots/lodash-regexp.hmr.js +++ b/test/snapshots/lodash-regexp.hmr.js @@ -1,5 +1,5 @@ import { -__require as require +__require } from "http://localhost:8080/bun:wrap"; import { __HMRClient as Bun @@ -11,9 +11,9 @@ __FastRefreshModule as FastHMR import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; -import * as $2f2e4966 from "http://localhost:8080/node_modules/lodash/lodash.js"; -var { shuffle} = require($2f2e4966); -var hmr = new FastHMR(639488503, "lodash-regexp.js", FastRefresh), exports = hmr.exports; +import * as $75175720 from "http://localhost:8080/node_modules/lodash/lodash.js"; +var { shuffle} = __require($75175720); +var hmr = new FastHMR(2675673186, "lodash-regexp.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { function test() { const foo = [1, 2, 3, 4, 6]; |