diff options
author | 2021-08-15 22:17:20 -0700 | |
---|---|---|
committer | 2021-08-15 22:17:20 -0700 | |
commit | 23357806183eff94632915239f7b98a4046eb3d7 (patch) | |
tree | efdd9eae103bd29f2a914eccb1f4c2e0009d3fa1 /src/runtime.footer.js | |
parent | bd11b04c18ef0ab5ba05b043829a729f45e53d5e (diff) | |
download | bun-23357806183eff94632915239f7b98a4046eb3d7.tar.gz bun-23357806183eff94632915239f7b98a4046eb3d7.tar.zst bun-23357806183eff94632915239f7b98a4046eb3d7.zip |
rename to bun
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439
Diffstat (limited to 'src/runtime.footer.js')
-rw-r--r-- | src/runtime.footer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.footer.js b/src/runtime.footer.js index 6217cc396..4171dd163 100644 --- a/src/runtime.footer.js +++ b/src/runtime.footer.js @@ -1,6 +1,6 @@ // --- // Public exports from runtime -// Compatible with Speedy's Runtime Environment and web browsers. +// Compatible with Bun's Runtime Environment and web browsers. export var $$m = "$primordials" in globalThis ? $primordials.require : SPEEDY_RUNTIME.$$m; export var __HMRModule = SPEEDY_RUNTIME.__HMRModule; |