diff options
author | 2022-12-10 00:18:59 -0800 | |
---|---|---|
committer | 2022-12-10 00:19:19 -0800 | |
commit | ab49f95ef25a49f5d8a53bc8242ee490b15a5b74 (patch) | |
tree | 8d6dd6fd93a707fb15ec75e57145cf9c61380708 /test/snapshots/lodash-regexp.debug.js | |
parent | 047754d5ddae0b760b807adafcb3678d8702d7df (diff) | |
download | bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.gz bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.tar.zst bun-ab49f95ef25a49f5d8a53bc8242ee490b15a5b74.zip |
:camera:
Diffstat (limited to 'test/snapshots/lodash-regexp.debug.js')
-rw-r--r-- | test/snapshots/lodash-regexp.debug.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshots/lodash-regexp.debug.js b/test/snapshots/lodash-regexp.debug.js index fa168dcae..f31cc3c5e 100644 --- a/test/snapshots/lodash-regexp.debug.js +++ b/test/snapshots/lodash-regexp.debug.js @@ -1,8 +1,8 @@ import { -__require +__require as require_ab102cbd93061951 } from "http://localhost:8080/bun:wrap"; import * as $75175720 from "http://localhost:8080/node_modules/lodash/lodash.js"; -var { shuffle} = __require($75175720); +var { shuffle} = require_ab102cbd93061951($75175720); export function test() { const foo = [1, 2, 3, 4, 6]; const bar = shuffle(foo); |