Kai Tamkun
|
73e98663bb
|
Merge branch 'main' into ben/fix-node-napi-tests
|
2024-11-18 13:00:54 -08:00 |
|
Meghan Denny
|
6dbf1bff4f
|
musl: fix test/js/node/process/process.test.js (#15185)
|
2024-11-16 02:57:20 -08:00 |
|
Jarred Sumner
|
a5a0539f26
|
Fixes #15177 (#15180)
|
2024-11-16 02:18:13 -08:00 |
|
Dylan Conway
|
910efec0b7
|
fix auto-install on windows when symlinks aren't available (#15182)
|
2024-11-16 00:43:12 -08:00 |
|
Kai Tamkun
|
eef79ce772
|
Skip test_worker_buffer_callback/test-free-called.js
|
2024-11-15 20:08:26 -08:00 |
|
Ben Grant
|
e5c5033790
|
Use clang 16 to compile Node NAPI tests on CI linux
|
2024-11-15 12:56:52 -08:00 |
|
ippsav
|
910e479d29
|
Fix node:net not handling path in listen (#15162)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-15 10:35:14 -08:00 |
|
Meghan Denny
|
266e033d6f
|
node:https: fix prototype chain of Agent (#15160)
Co-authored-by: Ciro Spaciari <ciro.spaciari@gmail.com>
|
2024-11-14 19:03:16 -08:00 |
|
Ben Grant
|
f73ef54edd
|
Compile Node tests using Node 23 headers
|
2024-11-14 15:59:02 -08:00 |
|
Ben Grant
|
90852a37d5
|
Use correct path separators on Windows
|
2024-11-14 14:41:20 -08:00 |
|
Ben Grant
|
2afb5e635d
|
Skip compiling Node NAPI tests that we skip running
|
2024-11-14 14:24:52 -08:00 |
|
Kai Tamkun
|
134f66c24d
|
Undo accidental formatting
|
2024-11-14 13:32:08 -08:00 |
|
Kai Tamkun
|
f37df906b4
|
Add typedef for node_api_basic_env in napi tests
|
2024-11-14 13:28:52 -08:00 |
|
pfg
|
d8987ccdb8
|
Remove assertion in js printer triggering for unicode comments (#15143)
|
2024-11-14 00:14:43 -08:00 |
|
Kai Tamkun
|
ed1f25e5cc
|
Skip node-api/test_async_cleanup_hook/test.js because it uses libuv functions
|
2024-11-13 19:59:38 -08:00 |
|
dave caruso
|
32ddf343ee
|
bake: csr, streaming ssr, serve integration, safer jsvalue functions, &more (#14900)
Co-authored-by: paperdave <paperdave@users.noreply.github.com>
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-13 18:19:12 -08:00 |
|
Ben Grant
|
f439dacf21
|
Merge branch 'main' into ben/fix-node-napi-tests
|
2024-11-13 17:27:12 -08:00 |
|
Ben Grant
|
544dd2497c
|
Increase timeout
|
2024-11-13 16:59:45 -08:00 |
|
Ben Grant
|
0e7ed996d3
|
Remove stray import
|
2024-11-13 16:17:53 -08:00 |
|
Ben Grant
|
bb8b46507e
|
Remove workaround for #15111
|
2024-11-13 15:53:13 -08:00 |
|
Meghan Denny
|
f8979b05b1
|
rid nearly all use of ExceptionRef in zig (#15100)
Co-authored-by: nektro <nektro@users.noreply.github.com>
|
2024-11-13 15:23:52 -08:00 |
|
Ben Grant
|
8358f4dc73
|
Merge branch 'main' into ben/fix-node-napi-tests
|
2024-11-13 15:20:55 -08:00 |
|
Ben Grant
|
9dbe40ddba
|
Compile tests in parallel
|
2024-11-13 15:20:43 -08:00 |
|
ippsav
|
ec91e91fda
|
Pass missing signal code for child_process.spawnSync (#15137)
|
2024-11-13 15:07:43 -08:00 |
|
190n
|
440111f924
|
bun run prettier:extra
|
2024-11-13 22:01:31 +00:00 |
|
Ben Grant
|
ccd72755dc
|
Remove console log
|
2024-11-13 14:00:07 -08:00 |
|
Ben Grant
|
59700068d3
|
Merge branch 'main' into ben/fix-node-napi-tests
|
2024-11-13 13:55:03 -08:00 |
|
Ben Grant
|
ac8c6f093b
|
Run some of Node's Node-API tests in CI
|
2024-11-13 13:54:45 -08:00 |
|
Meghan Denny
|
956853f036
|
test: dont overwrite root package.json when running bun-ipc-inherit.test.ts (#15126)
|
2024-11-13 00:14:57 -08:00 |
|
Ciro Spaciari
|
e945146fde
|
fix(bundler) fix pretty path resolution (#15119)
|
2024-11-12 18:16:13 -08:00 |
|
Ciro Spaciari
|
873b0a7540
|
fix(socket) Support named pipes on Windows using forward slashes (#15112)
|
2024-11-12 16:09:43 -08:00 |
|
Kai Tamkun
|
d11a48398d
|
Merge branch 'ben/fix-node-napi-tests' into kai/fix-node-napi-tests
|
2024-11-12 14:43:54 -08:00 |
|
Kai Tamkun
|
c17e05c191
|
Better use of types in FFI.h
|
2024-11-12 12:58:12 -08:00 |
|
Kai Tamkun
|
9ea9925e9c
|
Rename napiEnv FFI symbol to avoid potential collisions
|
2024-11-12 12:06:45 -08:00 |
|
Ben Grant
|
469be87987
|
Merge branch 'main' into ben/fix-node-napi-tests
|
2024-11-12 12:00:07 -08:00 |
|
Meghan Denny
|
797958082c
|
musl patches [v4] (#15066)
|
2024-11-11 19:23:58 -08:00 |
|
Ben Grant
|
3a71be377e
|
Use node_api_post_finalize in napi-app
|
2024-11-11 17:24:34 -08:00 |
|
Ben Grant
|
1de2319526
|
Update TODO in napi-app
|
2024-11-11 17:23:02 -08:00 |
|
Jarred Sumner
|
b49f6d143e
|
Postgres client - more progress (#15086)
|
2024-11-11 14:40:02 -08:00 |
|
Ben Grant
|
86e421ad80
|
Merge branch 'main' into ben/fix-node-napi-tests
|
2024-11-11 13:40:14 -08:00 |
|
pfg
|
56f7c8887b
|
Fix unicode imports, unicode-escaped variable names, and printClauseAlias not working for utf-8 (#15009)
|
2024-11-11 13:27:42 -08:00 |
|
Ciro Spaciari
|
62cabe9003
|
fix(tests) new grpc certs (#15090)
|
2024-11-11 13:00:58 -08:00 |
|
Jarred Sumner
|
781a392baa
|
Add micro-optimization to fs.readFile (#15076)
|
2024-11-11 10:35:17 -08:00 |
|
Jarred Sumner
|
a1c4f667d9
|
Support ${configDir} in tsconfig.json (#15063)
Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
|
2024-11-08 17:08:54 -08:00 |
|
Zack Radisic
|
07dc1ae547
|
.defer(), .onStart(), and some small CSS changes (#15041)
|
2024-11-08 16:38:30 -08:00 |
|
Dylan Conway
|
8f5eab3c84
|
fix(install): package-lock.json migration and non-existent cafile fixes (#15059)
|
2024-11-08 14:34:44 -08:00 |
|
Ciro Spaciari
|
183c661c40
|
net compatibility improvements (#14933)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2024-11-07 22:03:53 -08:00 |
|
Jarred Sumner
|
376b1b4f97
|
Support preload option in Worker (#15045)
|
2024-11-07 21:30:51 -08:00 |
|
Jarred Sumner
|
27067d2a6d
|
Allow using Proxy and module namespace objects in APIs (#15043)
|
2024-11-07 19:45:29 -08:00 |
|
Kai Tamkun
|
c30ef2ccc8
|
Fix more missing includes in napi-app
|
2024-11-07 17:03:20 -08:00 |
|