import { __HMRClient as Bun } from "http://localhost:3000/bun:wrap"; Bun.activate(true); import { __FastRefreshModule as FastHMR } from "http://localhost:3000/bun:wrap"; import { __FastRefreshRuntime as FastRefresh } from "http://localhost:3000/bun:wrap"; import _login from "http://localhost:3000/_login.js"; import _auth from "http://localhost:3000/_auth.js"; import * as _loginReally from "http://localhost:3000/_login.js"; import * as _loginReally2 from "http://localhost:3000/_login.js"; import * as _authReally from "http://localhost:3000/_auth.js"; var hmr = new FastHMR(3878252498, "cjs-transform-shouldnt-have-static-imports-in-cjs-function.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { function test() { return testDone(import.meta.url); } var foo; var bar; hmr.exportAll({ login: () => _login, test: () => test, foo: () => foo, bar: () => bar }); })(); var $$hmr_login = hmr.exports.login, $$hmr_test = hmr.exports.test, $$hmr_foo = hmr.exports.foo, $$hmr_bar = hmr.exports.bar; hmr._update = function(exports) { $$hmr_login = exports.login; $$hmr_test = exports.test; $$hmr_foo = exports.foo; $$hmr_bar = exports.bar; }; export { $$hmr_login as login, $$hmr_test as test, $$hmr_foo as foo, $$hmr_bar as bar }; //# sourceMappingURL=http://localhost:3000/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js.map e='ciro/fix-test-command'>ciro/fix-test-command Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/set-timeout.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-11-27[console.log] Fix printing latin1 supplement characters at runtimeGravatar Jarred Sumner 6-37/+83
2022-11-27[console.log] Improve Object formatting and error handlingGravatar Jarred Sumner 3-182/+399
2022-11-27`[console.log]` log Proxy objectsGravatar Jarred Sumner 1-0/+7
2022-11-27[console.log] Treat `GlobalObject` like `Object`Gravatar Jarred Sumner 1-1/+1
2022-11-27[console.log] Treat `ArrayBuffer` like `Uint8Array`Gravatar Jarred Sumner 1-0/+1
2022-11-27[console.log] Fix logging `Symbol` valuesGravatar Jarred Sumner 1-3/+2
2022-11-27Now that utf16 is fast we can just count the length instead of re-allocatingGravatar Jarred Sumner 1-5/+1
2022-11-27Remove extra indentGravatar Jarred Sumner 1-2/+0
2022-11-27Fix strangeness with Bun.env keysGravatar Jarred Sumner 1-9/+10
2022-11-27Fix crash in Headers.prototype.countGravatar Jarred Sumner 1-2/+5
2022-11-27Fix crash in OnigurumaRegExp gettersGravatar Jarred Sumner 1-0/+6
2022-11-26Fix build issueGravatar Jarred Sumner 2-15/+17
2022-11-26[bun:sqlite] Fix bug with latin1 supplemental charactersGravatar Jarred Sumner 2-2/+31
2022-11-26prettier?Gravatar Jarred Sumner 1-336/+339
2022-11-26Update mimallocGravatar Jarred Sumner 1-0/+0
2022-11-26Update string_immutable.zigGravatar Jarred Sumner 1-1/+1
2022-11-26Faster UTF16 -> UTF8 and UTF8 -> UTF16 (#1552)Gravatar Jarred Sumner 14-6/+31329
2022-11-26Make HTTP status text more consistent with other HTTP serversGravatar Jarred Sumner 2-2/+153