Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-12 | chore: move test_ffi and test_nap to tests/ [WIP] (#22394) | Matt Mastracci | |
Moving some additional NAPI and. FFI tests out of the tree root. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-05-24 | fix(napi): add napi_async_init and napi_async_destroy (#19234) | Bartek IwaĆczuk | |
We don't have support for "AsyncContext" in "node:async_hooks" module, so these two APIs are just noops. Towards https://github.com/denoland/deno/issues/18610. |