Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 1 | -22/+33 | ||
2022-04-13 | [bun dev] Fix CSS HMR bug | 1 | -15/+14 | ||
2022-04-08 | Fix Next.js stylesheet bug | 1 | -3/+7 | ||
2022-04-08 | I think fix hmr regression? | 1 | -1/+1 | ||
2022-04-06 | 7 hrs | 1 | -6/+1 | ||
2022-04-06 | Update hmr.ts | 1 | -1/+0 | ||
2022-03-31 | Allow a little leeway when HMR | 1 | -1/+2 | ||
2022-03-25 | [bun.js] configuration and error handling for HTTP server | 1 | -9/+11 | ||
2022-03-19 | generate separate interop code for bun | 3 | -4/+18 | ||
2022-03-11 | Source Maps for client-side errors & columns | 1 | -0/+2 | ||
2022-03-06 | source maps work for app code in `bun dev`! | 1 | -8/+59 | ||
2022-02-24 | [bun dev] Don't log errors twice | 1 | -1/+0 | ||
2022-02-20 | [bun dev] Implement copy as markdown | 1 | -2/+50 | ||
2022-02-08 | Possibly fix #98 | 1 | -0/+1 | ||
2022-01-30 | `""` | 1 | -2/+5 | ||
2022-01-30 | [bun dev] Add error favicon | 1 | -0/+38 | ||
2022-01-29 | Embed React Fast Refresh in Bun | 2 | -10/+43 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/62 If the project has it's own copy of react fast refresh and is bundling, it will use that instead. | |||||
2022-01-02 | prettier | 1 | -24/+66 | ||
2022-01-01 | [bun dev] Improve filesystem watcher & HMR reliability (Linux + a little macOS) | 1 | -8/+116 | ||
Text editors like Replit save through atomic file updates. In an inotify filesystem watcher (Linux), that appears to be a delete followed by moving the file to the directory. Now when known files are moved into a directory, the watcher sends the file change notification to the browser(s). From there, the browser looks at it's files to determine whether or not Additionally, if an existing HMR connection does not know about a file ID passed to it, it asks the browser to reply with the file path and then starts watching that file. This improves HMR reliabiality if Bun had been restarted but the page hadn't been restarted. | |||||
2021-11-21 | [HMR] Large perf improvement for JS hot reloads at runtime | 1 | -7/+49 | ||
From benchmarking, I noticed that a lot of time was spent running `HMRModule.update()`. We don't need to call that function if updates for the same module ID have not changed any exports | |||||
2021-10-15 | Polish | 1 | -3/+5 | ||
2021-09-23 | Embed regeneratorRuntime so that things which expect it to be a global still ↵ | 2 | -0/+766 | ||
work | |||||
2021-09-17 | Fix bugs with ESM -> CJS when not bundled | 1 | -0/+14 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -40/+152 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-09 | currentjarred/fetch-experiment | 1 | -1/+1 | ||
2021-09-07 | WIP error css | 1 | -13/+47 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-06 | Always store the list of stylesheets | 1 | -4/+6 | ||
Former-commit-id: 867ebf04348439c48037e4944fef6d48a33555bd | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -1/+1 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 1 | -2/+134 | ||
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec | |||||
2021-08-17 | fix jsx | 1 | -0/+1 | ||
Former-commit-id: a9bfcbce261798cdd0c3f8cb09076dc246920b48 | |||||
2021-08-17 | Fix CSS bug, dont' run HMR code on server | 1 | -3/+3 | ||
Former-commit-id: 541084b7238d54d77cb13402274718311f2030b4 | |||||
2021-08-17 | alright thats the rename | 1 | -2/+3 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | A little less crashy | 1 | -0/+7 | ||
Former-commit-id: f90ce9e4563de98ad2b6524653821411dd262243 | |||||
2021-08-15 | rename to bun | 1 | -5/+5 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-15 | Fix reconnect logic | 1 | -18/+43 | ||
Former-commit-id: 67fc1488169e9779794b23600401f70a1e812cad | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -1/+1 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-05 | router almost works | 1 | -4/+8 | ||
Former-commit-id: a8b9d27bd0946f9c48bd8e4b5b5c2031aa434f28 | |||||
2021-08-05 | alright server-side reloading code works | 1 | -1/+1 | ||
Former-commit-id: a49ef52eec1037014e3c9cda1a09f387a01116b8 | |||||
2021-08-01 | hm | 2 | -0/+83 | ||
Former-commit-id: 0dc1c1a74b845d037326f4f2facd786924ca722e | |||||
2021-06-20 | Support live-reload and fallback | 1 | -708/+990 | ||
Former-commit-id: c3f9d77391589b65951616a632af87107fba469f | |||||
2021-06-19 | Use CSSOM for HMR when available. | 1 | -33/+136 | ||
Former-commit-id: 72f1c676b97c0380981c295b955174b84317bf5e | |||||
2021-06-18 | CSS HMR! | 1 | -126/+251 | ||
Former-commit-id: 3f10c8790629ab157d9377759cc50a4b962cc6f4 | |||||
2021-06-18 | 100x!! | 1 | -0/+142 | ||
Former-commit-id: e0fa2e78da8083dc590c4b1f3d016ba545261b84 | |||||
2021-06-14 | HMR crashily works, started working on CSS Scanner | 1 | -48/+59 | ||
Former-commit-id: d0f91082fcc8da17d224acb5432339c5d817e1c2 | |||||
2021-06-14 | extremely close!!!!! | 1 | -107/+193 | ||
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225 | |||||
2021-06-12 | I think thats the JS part of HMR | 2 | -0/+393 | ||
Former-commit-id: 43380a4d68d57f3d78f5b1e00962a59461140967 |