dave caruso
|
ada020b69f
|
fix(bundler): printing e_commonjs_export_identifier when it got deoptimized. (#13017)
|
2024-08-01 21:02:54 -07:00 |
|
dave caruso
|
622432e843
|
feat(bundler): inlining/dead-code-elimination for import.meta.main (and --compile) (#12867)
Co-authored-by: Meghan Denny <meghan@bun.sh>
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
Co-authored-by: dylan-conway <dylan-conway@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
Co-authored-by: Andrew Johnston <apjohnsto@gmail.com>
Co-authored-by: Ashcon Partovi <ashcon@partovi.net>
|
2024-08-01 17:25:38 -07:00 |
|
dave caruso
|
80eb6d00e8
|
followup to recent feedback (#13009)
|
2024-08-01 17:21:24 -07:00 |
|
Meghan Denny
|
b6715d2c64
|
test/package-json-lint.test.ts: add back test/package.json to suite (#13011)
|
2024-08-01 16:56:29 -07:00 |
|
Meghan Denny
|
f371a78568
|
fix test/package-json-lint.test.ts (#13010)
|
2024-08-01 16:47:53 -07:00 |
|
dave caruso
|
c2cf528953
|
bundler: Add --ignore-dce-annotations, and other DCE annotation related stuff (#12808)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-08-01 15:00:38 -07:00 |
|
Jarred Sumner
|
59c5c0fe48
|
Fix memory leak when requiring or importing modules that get GC'd later (#12997)
|
2024-08-01 12:05:37 -07:00 |
|
dave caruso
|
e585f900c9
|
escape windows in bun upgrade (#12985)
|
2024-08-01 01:04:20 -07:00 |
|
Ciro Spaciari
|
b2a4df68c3
|
fix(server) fix extra data sent in HTTP after sendfile + Date headers (#12978)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-31 20:22:52 -07:00 |
|
Ciro Spaciari
|
bec04c7341
|
change Body.Value.Error to not always allocate JSValues (#12955)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-31 02:26:14 -07:00 |
|
Jarred Sumner
|
de5e56336c
|
Use example.com as the test domain in a test
|
2024-07-30 22:44:47 -07:00 |
|
Ciro Spaciari
|
1c648063fa
|
fix(tls/socket/fetch) shutdown fix + ref counted context (#12925)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-30 22:41:54 -07:00 |
|
Jarred Sumner
|
1c3354bc95
|
Deflake setInterval test
|
2024-07-30 22:33:04 -07:00 |
|
dave caruso
|
d5d4f53e82
|
fix(bundler): put unwrapped cjs imports at top level for minifyrenamer (#12951)
|
2024-07-30 21:30:09 -07:00 |
|
dave caruso
|
ebc7045ca4
|
fix crash handler test failures (#12932)
|
2024-07-30 16:52:59 -07:00 |
|
Meghan Denny
|
4d6480050c
|
NodeError: add more and use them in child_process and dgram (#12929)
|
2024-07-29 19:15:23 -07:00 |
|
Meghan Denny
|
fc2c134bc6
|
test: rewrite "should call close" to use promise instead of done (#12931)
|
2024-07-29 19:05:44 -07:00 |
|
dave caruso
|
77e14c8482
|
fix template addition folding 12904 (#12928)
|
2024-07-29 19:04:59 -07:00 |
|
Jarred Sumner
|
c181cf45a7
|
Fixes #12910 (#12911)
|
2024-07-29 17:19:47 -07:00 |
|
Dariush Alipour
|
1d9a8b4134
|
fix: child_process test with specified shell for windows (#12926)
|
2024-07-29 16:36:46 -07:00 |
|
Ashcon Partovi
|
81dec2657f
|
Enable buildkite (#12653)
|
2024-07-29 14:39:50 -07:00 |
|
Meghan Denny
|
a0ebb051b0
|
implement node:util.getSystemErrorName() (#12837)
|
2024-07-27 00:20:50 -07:00 |
|
Jarred Sumner
|
e5ac4f94fa
|
Handle errors in node:http better (#12641)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-26 19:53:36 -07:00 |
|
dave caruso
|
d547d8a30e
|
fix a bundler crash (#12864)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
|
2024-07-26 19:39:37 -07:00 |
|
dave caruso
|
75df73ef90
|
fix: make raiseIgnoringPanicHandler ignore the panic handler (#12578)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-26 18:36:53 -07:00 |
|
dave caruso
|
bf8b6922bb
|
Fix memory leak when printing any error's source code. (#12831)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-26 14:14:16 -07:00 |
|
Dylan Conway
|
78021e34ae
|
fix(bun:test): make sure test.each doesn't return .zero (#12828)
|
2024-07-25 18:24:16 -07:00 |
|
Jarred Sumner
|
5f1b569c52
|
Fix crash when creating a new Worker with a numeric environment varia… (#12810)
|
2024-07-25 18:10:57 -07:00 |
|
dave caruso
|
e54fe5995b
|
fix(bundler): dont tree-shake imported enum if inlined and used (#12826)
|
2024-07-25 17:29:20 -07:00 |
|
Jarred Sumner
|
a2f68989a0
|
Retry on 5xx errors from npm registry (#12825)
|
2024-07-25 17:28:59 -07:00 |
|
Meghan Denny
|
82b42ed851
|
node: more process.exitCode fixes (#12809)
|
2024-07-25 15:18:41 -07:00 |
|
Dylan Conway
|
2de82c0b3b
|
fix regression test
|
2024-07-25 14:07:57 -07:00 |
|
Jarred Sumner
|
fdb58dc861
|
Fixes #9555 (#12801)
|
2024-07-24 23:07:04 -07:00 |
|
Meghan Denny
|
1e0b20f514
|
node: fix observable value of process.exitCode (#12799)
|
2024-07-24 22:26:07 -07:00 |
|
Dylan Conway
|
ac4523e903
|
fix(napi): unref threadsafe functions on finalize (#12788)
|
2024-07-24 18:57:01 -07:00 |
|
Dylan Conway
|
2da57f6d7b
|
napi_threadsafe_function async tracker (#12780)
|
2024-07-24 15:27:51 -07:00 |
|
dave caruso
|
e2c3749965
|
fix(bundler): become smarter with __esm wrappers (#12729)
|
2024-07-24 02:00:20 -07:00 |
|
Jarred Sumner
|
57c6a7db35
|
libdeflate (#12741)
|
2024-07-24 01:30:31 -07:00 |
|
dave caruso
|
f9371e59f2
|
fix(bundler): fix part liveness calculation (#12758)
|
2024-07-23 23:49:01 -07:00 |
|
Jarred Sumner
|
79ddf0e47a
|
Fix assertion failure in bun build when entry point is a file loader (#12683)
Co-authored-by: dave caruso <me@paperdave.net>
|
2024-07-23 22:02:51 -07:00 |
|
David Stevens
|
177f3a8622
|
Fixes #12182 - update default port when server is created (#12201)
|
2024-07-23 11:07:38 -07:00 |
|
Ciro Spaciari
|
5a5f3d6b30
|
fix(http) timeout (#12728)
Co-authored-by: cirospaciari <cirospaciari@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-07-23 01:13:43 -07:00 |
|
Ivan Baksheev
|
4e5d759c37
|
fix(bundler): ignore external rules for entrypoint (#12736)
|
2024-07-23 00:33:18 -07:00 |
|
Dariush Alipour
|
732ed2b7df
|
Fix: test coverage node_modules exclusion in Windows (#12691)
|
2024-07-22 13:25:42 -07:00 |
|
Jarred Sumner
|
1a6ead667b
|
Introduce bun --fetch-preconnect <url> ./my-script.ts (#12698)
|
2024-07-22 03:41:59 -07:00 |
|
Jarred Sumner
|
bbf2f5d716
|
Experiment: disable C++ static destructors (#12652)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-21 21:32:52 -07:00 |
|
ippsav
|
9574044083
|
Fix expect.toThrow(expect.any()) matcher to correctly handle ExpectAny objects (#12670)
|
2024-07-21 20:35:18 -07:00 |
|
Jarred Sumner
|
738947bdec
|
Deflake node-tls-connect test
|
2024-07-20 02:36:08 -07:00 |
|
Jarred Sumner
|
b7efeafc03
|
Deflake node-tls-connect test
|
2024-07-19 23:42:23 -07:00 |
|
Jarred Sumner
|
f5d1a17a5c
|
Fix crash in bun exec cd (#12676)
Co-authored-by: Jarred-Sumner <Jarred-Sumner@users.noreply.github.com>
|
2024-07-19 22:57:52 -07:00 |
|