diff options
author | 2021-10-03 18:49:31 -0700 | |
---|---|---|
committer | 2021-10-03 18:49:31 -0700 | |
commit | 82bf89a946690c0297cba84bf50214eba705a863 (patch) | |
tree | 22215f2c7651fa07606221a57c35fbfe7b292d85 /integration/snapshots/lodash-regexp.js | |
parent | f4a4e793aa964ba2d0883a19205c32ec01eaf8f0 (diff) | |
download | bun-82bf89a946690c0297cba84bf50214eba705a863.tar.gz bun-82bf89a946690c0297cba84bf50214eba705a863.tar.zst bun-82bf89a946690c0297cba84bf50214eba705a863.zip |
1% perf improvements on Linuxjarred/linux
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 6e0e6190a..30dcab4e5 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 $60f52dc2 from "http://localhost:8080/node_modules/lodash/lodash.js"; -var { shuffle} = require($60f52dc2); +import * as $cbd4e379 from "http://localhost:8080/node_modules/lodash/lodash.js"; +var { shuffle} = require($cbd4e379); export function test() { const foo = [1, 2, 3, 4, 6]; |