aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-2/+2
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-0/+4
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-5/+11
2023-07-27Create pull_request_template.mdGravatar Jarred Sumner 1-0/+47
2023-07-27Make readFile() async (#3850)Gravatar Jarred Sumner 9-175/+340
* less leaky * async readfile * Update types.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-27Fix hot reloading in canary (#3848)Gravatar Jarred Sumner 4-5/+29
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-27Outdated copyGravatar Jarred Sumner 1-2/+2
2023-07-27Use putDirectIndex instead of initializeIndex (#3839)Gravatar Jarred Sumner 1-6/+6
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-27Remove no longer needed flag from benchmark documentation (#3845)Gravatar Luigi Pinca 1-1/+1
`Deno.serve()` was stabilized in version 1.35.0.
2023-07-27Make readdir() async, fix crash in large directory trees (#3838)Gravatar Jarred Sumner 10-232/+461
* Fix unsafe GC behavior on large arrays returned by fs * Fix crash in large arrays of strings * async readdir * Add tests for large number of files returned by readdir * Move this down * Fix encoding edgecase in path.join * Async stat & lstat * add test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-27Remove lstat call in fs.watch (#3836)Gravatar Jarred Sumner 1-23/+19
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-26Enable `Promise.withResolvers()`Gravatar Jarred Sumner 2-1/+31
https://github.com/tc39/proposal-promise-with-resolvers Thanks @dcrousso
2023-07-26Start time performance improvements to build tools (#3797)Gravatar Jarred Sumner 13-357/+862
* Make os.cpus() faster on Linux * Fix crash See https://github.com/ziglang/zig/issues/16540 * Handle watcher_count == 0 * Add assertion * Clean up lifetimes of fs watcher a little * :scissors: * Use `errdefer` * Make the error better * Make os.cpus() more lazy * Please don't translate-c on the entire C standard library * immediately closing works correctly is still bug * ops * fmt+fixeup * add back verbose * free instead of destroy * remove destroy option for watcher tasks * flush verbose and add debug log * fixup files * use log for debug --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
2023-07-26[fetch] Ignore invalid Content-Encoding header (#3834)Gravatar Jarred Sumner 1-2/+0
Fixes #3802 Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-26Fix broken anchorsGravatar Colin McDonnell 9-9/+14
2023-07-26Update macro-test.test.tsGravatar Jarred Sumner 1-6/+6
2023-07-26Disable concurrent transpiler in macrosGravatar Jarred Sumner 3-1/+12
2023-07-26fix decorator and declare (#3828)Gravatar Dylan Conway 3-1/+31
* return the prop if there are decorators * test and comment
2023-07-26Don't hoist bun plugin in concurrent transpilerGravatar Jarred Sumner 1-1/+2
2023-07-26Concurrent Transpiler (#3816)Gravatar Jarred Sumner 8-24/+569
* Concurrent Transpiler * Fix bug with some improts and add jsc alias * Some comments * Fix crash * Update module_loader.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-26[install] handle `workspace:[alias@]range` (#3819)Gravatar Alex Lam S.L 2-1/+141
2023-07-26Add files (#3826)Gravatar Colin McDonnell 90-0/+2246
2023-07-25Fix typoGravatar Colin McDonnell 1-3/+17
2023-07-25fix the encoding of `dirname`'s return value. (#3799)Gravatar Ai Hoshino 2-1/+40
2023-07-25Make this other name betterGravatar Jarred Sumner 1-1/+1
2023-07-25Make this name betterGravatar Jarred Sumner 1-1/+1
2023-07-25fix some cases in the `dirname` function. (#3785)Gravatar Ai Hoshino 2-21/+169
Close: #3782
2023-07-24Trace printing at runtimeGravatar Jarred Sumner 1-0/+3
2023-07-24Trace module resolutionGravatar Jarred Sumner 1-0/+3
2023-07-24test gardeningGravatar Jarred Sumner 2-2/+2
2023-07-24Merge import.meta.require and require to be the same thing (#3732)Gravatar dave caruso 17-289/+233
* Merge import.meta.require and require to be the same thing * support `require` and BunPlugin (runtime plugin) * plugins * unused code * revert launch.json
2023-07-24Make this test less flakyGravatar Jarred Sumner 2-3/+6
2023-07-24Less flakyGravatar Jarred Sumner 1-4/+4
2023-07-24Skip testGravatar Jarred Sumner 1-0/+3
2023-07-24slow test is allowed to be slowGravatar Jarred Sumner 1-1/+1
2023-07-24fix rope string push (#3796)Gravatar Dylan Conway 2-1/+25
* push to next next * couple more tests * end
2023-07-24move this to troubleshootingGravatar Jarred Sumner 2-8/+8
2023-07-24[install] fix workspace override of aliased npm dependency (#3784)Gravatar Alex Lam S.L 2-21/+132
2023-07-24bun:sqlite gets 10% faster (#3780)Gravatar Jarred Sumner 1-73/+126
* bun:sqlite gets 10% faster ❯ bun-debug bun.js # After [0.03ms] ".env" cpu: Apple M1 Max runtime: bun 0.7.1_debug (arm64-darwin) benchmark time (avg) (min … max) p75 p99 p995 ------------------------------------------------------------------- ----------------------------- SELECT * FROM "Order" 13.65 ms/iter (12.79 ms … 15.41 ms) 13.69 ms 15.41 ms 15.41 ms SELECT * FROM "Product" 31.02 µs/iter (27.08 µs … 1.33 ms) 30.33 µs 42.33 µs 45.25 µs SELECT * FROM "OrderDetail" 140.2 ms/iter (127.97 ms … 172.31 ms) 144.02 ms 172.31 ms 172.31 ms bun/bench/sqlite on  jarred/faster-sqlite took 5s ❯ bun bun.js # Before [0.52ms] ".env" cpu: Apple M1 Max runtime: bun 0.7.1 (arm64-darwin) benchmark time (avg) (min … max) p75 p99 p995 ------------------------------------------------------------------- ----------------------------- SELECT * FROM "Order" 15.44 ms/iter (14.36 ms … 17.94 ms) 15.59 ms 17.94 ms 17.94 ms SELECT * FROM "Product" 36.89 µs/iter (31.54 µs … 3.18 ms) 37.25 µs 49.75 µs 54.88 µs SELECT * FROM "OrderDetail" 156.63 ms/iter (151.68 ms … 175.93 ms) 157.63 ms 175.93 ms 175.93 ms * Handle empty just incase * GCDeferral scope is unnecessary * Make this code more careful --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-24Update install method orderGravatar Colin McDonnell 1-4/+4
2023-07-23Upgrade WebKit (#3777)Gravatar Jarred Sumner 39-633/+516
* Upgrade to latest WebKit * Upgrade WebKit * hm * Fix failing tests * Delete utf8-encoding-fixture.bin.cmp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-23more tests for #3754 (#3774)Gravatar Alex Lam S.L 1-0/+110
2023-07-23Fix bugs with connecting to localhost (#3758)Gravatar Jarred Sumner 7-38/+71
* Fix bugs with connecting to localhost * Update uws * More logs * Allow not setting a hostname * Make server.hostname & server.protocol faster * Fixup * normalize listening host * Fix test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-23Raise redirect limit in bundlerGravatar Jarred Sumner 1-1/+1
2023-07-23Fixes #3764Gravatar Jarred Sumner 2-0/+24
2023-07-23Update nodejs-apis.md (#3762)Gravatar Alexander Trefz 1-2/+2
`structuredClone` is implemented as of v0.7
2023-07-22Update `development.md` (#3718)Gravatar Artur Androsovych 1-0/+33
* Update `development.md` * Update `development.md`
2023-07-22Explicitly ref/unref blobs before extracting the value (#3755)Gravatar Jarred Sumner 1-0/+36
* Explicitly ref/unref blobs before extracting the value * :scissors: --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-22in Bun.write(), defer creating the Promise until we're just about to ↵Gravatar Jarred Sumner 1-4/+6
schedule the task
2023-07-22[install] improve workspace substitution of npm dependencies (#3754)Gravatar Alex Lam S.L 5-93/+415
- respect semver ranges