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.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.js')
-rw-r--r-- | integration/snapshots/lodash-regexp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/snapshots/lodash-regexp.js b/integration/snapshots/lodash-regexp.js index 30dcab4e5..6e0e6190a 100644 --- a/integration/snapshots/lodash-regexp.js +++ b/integration/snapshots/lodash-regexp.js @@ -1,8 +1,8 @@ import { __require as require } 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); export function test() { const foo = [1, 2, 3, 4, 6]; |