diff options
author | 2021-10-03 21:21:54 -0700 | |
---|---|---|
committer | 2021-10-03 21:21:54 -0700 | |
commit | aee263d05004344b924ff75947adc74f50992382 (patch) | |
tree | d1df27677900df6f96a658fb5f1ed6cc8306a7f5 /integration/snapshots/lodash-regexp.hmr.js | |
parent | 7ac4abf8a0cc8d2624977cb4352da19f0acc40a6 (diff) | |
download | bun-aee263d05004344b924ff75947adc74f50992382.tar.gz bun-aee263d05004344b924ff75947adc74f50992382.tar.zst bun-aee263d05004344b924ff75947adc74f50992382.zip |
Update linux build instructions
Diffstat (limited to 'integration/snapshots/lodash-regexp.hmr.js')
-rw-r--r-- | integration/snapshots/lodash-regexp.hmr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/integration/snapshots/lodash-regexp.hmr.js b/integration/snapshots/lodash-regexp.hmr.js index 768ad9b0d..cd9ca40f7 100644 --- a/integration/snapshots/lodash-regexp.hmr.js +++ b/integration/snapshots/lodash-regexp.hmr.js @@ -7,11 +7,11 @@ __HMRModule as HMR import { __HMRClient as Bun } from "http://localhost:8080/__runtime.js"; -import * as $cbd4e379 from "http://localhost:8080/node_modules/lodash/lodash.js"; -var { shuffle} = require($cbd4e379); +import * as $60f52dc2 from "http://localhost:8080/node_modules/lodash/lodash.js"; +var { shuffle} = require($60f52dc2); Bun.activate(false); -var hmr = new HMR(1678450382, "lodash-regexp.js"), exports = hmr.exports; +var hmr = new HMR(2158065009, "lodash-regexp.js"), exports = hmr.exports; (hmr._load = function() { function test() { const foo = [1, 2, 3, 4, 6]; |