Age | Commit message (Collapse) | Author | Files | Lines |
|
* @min and @max
* builtins and some trivial ones
* Most of them
* more
* more!
* More Progress
* wip
* Update tagged_pointer.zig
* Update http_client_async.zig
* Most of the iterable dir changes
* alright
* Remove usages of deprecated formatters
* :camera:
* fmt
* Update shimmer.zig
* wip
* wip
* wip
* progress
* more
* Latest
* stuck on error
* latest
* workaround stage2
* wip
* Update string_immutable.zig
* wip
* Migrate `Dirent` and `require("fs')` to use JSC<>Zig bindings
* Fix build errors
* Fixup most of the test failures
* Fix `make headers`
* Fix "outside package path" error
* Fixup aligned alloc
* Add missing file
* linux
* More linux fixes
* use latest peechy
* Fix transpiler test failure
* Forgot about these
* Fixup test failure
* Update node-timers.test.ts
* [node:htt] Fix `undefined is not an object` error
Fixes https://github.com/oven-sh/bun/issues/1618
* Update http.exports.js
* Make this test less flaky
* fix hashes
* Fix hex formatting and zls issues
* Download zig version
* Update Dockerfile
* Update Dockerfile
* Update uws
* Update Dockerfile
* Set llvm version
* Update README.md
* Update uws
* Update Dockerfile
* Update io_linux.zig
* Update bun.zig
* Log output
* workaround strange @cInclude error
* Make ffi tests better
* Don't use cImport
* Update c.zig
* Update c-bindings.cpp
* call setOutputDir
* Update Dockerfile
* Use a longer name
* latest
* Update serve.test.ts
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Veikka Tuominen <git@vexu.eu>
|
|
* Add bun-types to packages
* Improve typing
* Fix types in tests
* Fix dts tests
* Run formatter
* Fix all type errors
* Add strict mode, fix type errors
* Add ffi changes
* Move workflows to root
* Add workflows
* Remove labeler
* Add child_process types
* Fix synthetic defaults issue
* Remove docs
* Move scripts
* Run prettier
* Include examples in typechecking
* captureStackTrace types
* moved captureStackTrace types to globals
* Address reviews
Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
Co-authored-by: Dylan Conway <dylan.conway567@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No Date/DateTime/Time/Local Time yet
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
* Prepare to upgrade zig
* zig fmt
* AllocGate
* Update data_url.zig
* wip
* few files
* just headers now?
* I think everything works?
* Update mimalloc
* Update hash_map.zig
* Perf improvements to compensate for Allocgate
* Bump
* :camera:
* Update bun.lockb
* Less branching
* [js parser] Slightly reduce memory usage
* Update js_parser.zig
* WIP remove unused
* [JS parser] WIP support for `with` keyword
* Remove more dead code
* Fix all the build errors!
* cleanup
* Move `network_thread` up
* Bump peechy
* Update README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
disable analytics when running inside `hyperfine`
|
|
|
|
|
|
|
|
Bun.js, log build errors to browser console, don't warn for node_modules,
|
|
|
|
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271
|
|
Former-commit-id: 00c222c35a4460b21e095acc35a470fbb4778b19
|
|
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1
|
|
Former-commit-id: b2cf011b6c6405a786fe22367e1cd4e6c2c4c90f
|
|
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb
|
|
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3
|
|
Former-commit-id: f221da115c1afcd136648c9683d8e9907005a128
|
|
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec
|
|
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420
|
|
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808
|
|
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c
|
|
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753
|
|
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439
|
|
about unbundled modules in speedy env,
Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82
|