index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
napi
Age
Commit message (
Expand
)
Author
2024-10-02
chore: disable flaky uv_test.js for now (#26003)
Nathan Whitaker
2024-10-02
fix(node): implement libuv APIs needed to support `npm:sqlite3` (#25893)
Nathan Whitaker
2024-09-16
feat: warn when using `--allow-run` with no allow list (#25215)
David Sherret
2024-08-28
fix(napi): Fix worker threads importing already-loaded NAPI addon (#25245)
Nathan Whitaker
2024-08-20
chore: enable no-console dlint rule (#25113)
David Sherret
2024-08-12
chore: update the copyright of c, mjs, and jsx (#25005)
Kenta Moriuchi
2024-07-25
chore: update to `std@2024.07.19` (#24715)
Asher Gomez
2024-06-13
fix(napi): Read reference ownership before calling finalizer to avoid crash (...
Nathan Whitaker
2024-06-10
fix: Rewrite Node-API (#24101)
snek
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-05-06
fix(ext/node): napi_get_element and napi_set_element work with objects (#23713)
Bartek Iwańczuk
2024-04-10
chore: update to Rust 1.77.2 (#23262)
林炳权
2024-02-12
chore: move test_ffi and test_nap to tests/ [WIP] (#22394)
Matt Mastracci