import { __HMRClient as Bun } from "http://localhost:8080/bun:wrap"; Bun.activate(true); import { __FastRefreshModule as FastHMR } from "http://localhost:8080/bun:wrap"; import { __FastRefreshRuntime as FastRefresh } from "http://localhost:8080/bun:wrap"; var hmr = new FastHMR(614040514, "global-is-remapped-to-globalThis.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { function test() { console.assert(globalThis === globalThis); return testDone(import.meta.url); } hmr.exportAll({ test: () => test }); })(); var $$hmr_test = hmr.exports.test; hmr._update = function(exports) { $$hmr_test = exports.test; }; export { $$hmr_test as test }; //# sourceMappingURL=http://localhost:8080/global-is-remapped-to-globalThis.js.map r'>1-runner Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets/readdir.js (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-03tempGravatar Jarred Sumner 2-16/+5
2022-06-03Move streams to it's own fileGravatar Jarred Sumner 7-1155/+1504
2022-06-03Update streams.test.jsGravatar Jarred Sumner 1-7/+49
2022-06-02Handle empty files/blobsGravatar Jarred Sumner 11-396/+54
2022-06-02Fix off by one & exceptionsGravatar Jarred Sumner 1-3/+6
2022-06-02Faster ReadableStreamGravatar Jarred Sumner 26-645/+716