..
src
fix: node-api function call should use preamble ( #26297 )
2024-10-16 10:30:19 +00:00
tests
fix(napi): Read reference ownership before calling finalizer to avoid crash ( #24203 )
2024-06-13 22:31:42 +00:00
.gitignore
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
array_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
arraybuffer_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
async_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
bigint_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
build.rs
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
callback_test.js
fix: node-api function call should use preamble ( #26297 )
2024-10-16 10:30:19 +00:00
Cargo.toml
fix(node): implement libuv APIs needed to support npm:sqlite3
( #25893 )
2024-10-02 10:43:42 -07:00
cleanup_hook_test.js
feat: warn when using --allow-run
with no allow list ( #25215 )
2024-09-16 23:08:02 +00:00
coerce_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
common.js
chore: update to std@2024.07.19
( #24715 )
2024-07-25 15:30:28 +10:00
date_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
env_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
error_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
init_test.js
fix(napi): Fix worker threads importing already-loaded NAPI addon ( #25245 )
2024-08-28 10:33:47 -07:00
make_callback_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
mem_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
module.c
chore: update the copyright of c, mjs, and jsx ( #25005 )
2024-08-12 12:41:32 -04:00
numbers_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
object_test.js
fix(ext/node): napi_get_element and napi_set_element work with objects ( #23713 )
2024-05-06 21:22:50 +02:00
object_wrap_test.js
fix(napi): Read reference ownership before calling finalizer to avoid crash ( #24203 )
2024-06-13 22:31:42 +00:00
promise_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
properties_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
strings_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
symbol_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
typedarray_test.js
chore: move test_ffi and test_nap to tests/ [WIP] ( #22394 )
2024-02-12 13:46:50 -07:00
uv_test.js
chore: disable flaky uv_test.js for now ( #26003 )
2024-10-02 23:41:58 +00:00