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/bundled-entry-point.js | |
parent | f4a4e793aa964ba2d0883a19205c32ec01eaf8f0 (diff) | |
download | bun-jarred/linux.tar.gz bun-jarred/linux.tar.zst bun-jarred/linux.zip |
1% perf improvements on Linuxjarred/linux
Diffstat (limited to 'integration/snapshots/bundled-entry-point.js')
-rw-r--r-- | integration/snapshots/bundled-entry-point.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/bundled-entry-point.js b/integration/snapshots/bundled-entry-point.js index 04f92d63a..e7816245b 100644 --- a/integration/snapshots/bundled-entry-point.js +++ b/integration/snapshots/bundled-entry-point.js @@ -1,7 +1,7 @@ import { __require as require } from "http://localhost:8080/__runtime.js"; -import * as $bbcd215f from "http://localhost:8080/node_modules/react/index.js"; +import * as $2ed51059 from "http://localhost:8080/node_modules/react/index.js"; var hello = null ?? "world"; export function test() { |