Commit Graph

7923 Commits

Author SHA1 Message Date
Kai Tamkun
a58c2a9050 getModuleRequests 2025-05-02 19:38:22 -07:00
Kai Tamkun
a8cae2853e A couple slight changes 2025-05-02 18:44:09 -07:00
Kai Tamkun
62dfa74997 yay, it links 2025-05-01 19:38:49 -07:00
Kai Tamkun
bc1654bf7a Some more work on vm.Module 2025-05-01 18:27:45 -07:00
Kai Tamkun
2c1888d2ef Merge branch 'kai/vm-compat-2' into kai/vm-compat-modules 2025-05-01 14:00:46 -07:00
Kai Tamkun
10d14a3eaa Add a null check 2025-05-01 14:00:32 -07:00
Kai Tamkun
32a094dd06 Initial work on vm.Module 2025-05-01 13:58:42 -07:00
Kai Tamkun
66355712eb Adjust lifetimes and fix incorrect use of ParserError::isValid() 2025-04-30 15:29:54 -07:00
Kai Tamkun
cbd5e1be5c Add some more RETURN_IF_EXCEPTIONs 2025-04-30 15:11:29 -07:00
Kai Tamkun
0bc239740b Add some RETURN_IF_EXCEPTIONs 2025-04-30 15:06:02 -07:00
Kai Tamkun
6b31f989fb Check for parser errors too 2025-04-30 15:02:22 -07:00
Kai Tamkun
8009728f90 Address feedback 2025-04-30 14:20:20 -07:00
Kai Tamkun
fed7962998 Address feedback 2025-04-30 13:27:53 -07:00
Kai Tamkun
bae2771363 Merge branch 'main' into kai/vm-compat-2 2025-04-29 19:54:29 -07:00
Jarred Sumner
44c97fa591 Add WebKit Inspector support for Bun's Dev Server (#19320)
Co-authored-by: chloe caruso <git@paperclover.net>
Co-authored-by: Zack Radisic <56137411+zackradisic@users.noreply.github.com>
2025-04-29 18:34:26 -07:00
Jarred Sumner
7230b88c5d Clean up usage of .destroy in sinks (#19302) 2025-04-29 18:30:43 -07:00
Meghan Denny
11978cd48d node: fix test-http-client-request-options.js (#19377) 2025-04-29 18:29:47 -07:00
Meghan Denny
2a2247bbb6 js: fix serialization of non-transferable objects (#19351) 2025-04-29 18:23:26 -07:00
Kai Tamkun
618c7c3deb Merge branch 'main' into kai/vm-compat-2 2025-04-29 18:14:22 -07:00
Kai Tamkun
9fa3989b26 Add cachedData support in node:vm (test-vm-cached-data.js) 2025-04-29 18:01:55 -07:00
Kai Tamkun
737b04eb13 Some progress on supporting the cachedData option in node:vm 2025-04-29 17:57:17 -07:00
Jarred Sumner
3ea7953474 Revert "investigate static-initializers.test.ts (#19352)"
This reverts commit b97cc6cb6c.
2025-04-29 14:24:31 -07:00
190n
b97cc6cb6c investigate static-initializers.test.ts (#19352) 2025-04-29 14:23:20 -07:00
Meghan Denny
4dc7076cad node: fix test-http-client-agent-abort-close-event.js (#19359) 2025-04-29 13:01:53 -07:00
Kai Tamkun
32630059b0 Add support for produceCachedData and cachedDataProduced 2025-04-28 18:07:55 -07:00
chloe caruso
26e296a7e8 devserver: fix cases where source maps would not remap (#19289) 2025-04-28 17:56:35 -07:00
Ciro Spaciari
cb6abd2116 fix(node:http) proper send chunked encoding, dont send \r\b twice after headers are flushed (#19344) 2025-04-28 16:48:36 -07:00
Kai Tamkun
6f41459cb9 Fix wrong SourceCodeType 2025-04-28 16:46:02 -07:00
Kai Tamkun
b0b7b850fa Produce a proper Buffer 2025-04-28 16:43:27 -07:00
Kai Tamkun
2c9f4b61dd Implement createCachedData 2025-04-28 16:26:07 -07:00
190n
7b134693d6 Revert "Remove most static initializers (#19298)" (#19353) 2025-04-28 15:54:31 -07:00
Meghan Denny
ec6cb8283e bun.serve: use getBooleanStrict for tls.requestCert and tls.rejectUnauthorized (#19293) 2025-04-28 03:43:49 -07:00
Jarred Sumner
93ff4d97da Add assertion about returning pointers in constructors (#19332) 2025-04-28 02:12:59 -07:00
Dylan Conway
465379d96a add Timeout.prototype.close, _idleTimeout and _onTimeout (#19318) 2025-04-28 00:25:25 -07:00
Jarred Sumner
745b37038c Fix crash in InspectorTestReporterAgent (#19325) 2025-04-28 00:22:45 -07:00
Dylan Conway
1ee7bab0e7 fix test-parse-args.mjs (#19308) 2025-04-26 23:27:50 -07:00
Dylan Conway
915b8be722 fix node:process: avoid duplicate default export (#19311) 2025-04-26 17:19:36 -07:00
Dylan Conway
448340cf3f fix test-fs-read-position-validation.mjs (#19287) 2025-04-26 04:43:53 -07:00
Jarred Sumner
9ca2e1445c Remove most static initializers (#19298) 2025-04-26 04:03:59 -07:00
Christoph
b7c5bd0922 Fix crash on empty text file import (#19165)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2025-04-25 23:42:41 -07:00
pfg
b97561f3f8 mime api (test-mime-api, test-mime-whatwg) (#19284) 2025-04-25 23:40:09 -07:00
pfg
ea681fa9ec test-assert-typedarray-deepequal (#19285) 2025-04-25 23:36:07 -07:00
Meghan Denny
d531e86634 node:dns: match expected .code on lookup() error (#19294) 2025-04-25 23:34:13 -07:00
Dylan Conway
4c059b290c implement process.ref and process.unref (#19265) 2025-04-25 18:27:11 -07:00
Dylan Conway
46881358e5 Add BroadcastChannel.prototype[util.inspect.custom] (#19269) 2025-04-25 18:25:22 -07:00
cc
181da96604 compatibility: invalid arg error if error is nullptr in napi_throw (#19283) 2025-04-25 18:21:44 -07:00
Meghan Denny
eb0ea8e96b misc: tidy socket.zig (#19274) 2025-04-25 10:08:07 -07:00
Jarred Sumner
5152254b2b Add test for non-reified static properties on the Bun global (#19270) 2025-04-25 00:07:34 -07:00
Dylan Conway
83a2a64965 fix test-queue-microtask.js (#19262) 2025-04-24 23:03:48 -07:00
Alistair Smith
e6c516465e Implement test-http2-client-port-80.js (#19267) 2025-04-24 22:03:23 -07:00