summaryrefslogtreecommitdiff
path: root/test_napi/src
AgeCommit message (Expand)Author
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-05-26fix(napi): properly handle arguments in napi_get_cb_info (#19269)Bartek Iwańczuk
2023-05-24fix(napi): add napi_async_init and napi_async_destroy (#19234)Bartek Iwańczuk
2023-05-21chore: add tests for N-API symbol (#19205)Bartek Iwańczuk
2023-05-18fix(cli/napi): handle finalizers (#19168)Divy Srivastava
2023-05-18fix(napi): BigInt related APIs (#19174)Bartek Iwańczuk
2023-05-03perf: use jemalloc as global allocator (#18957)Bartek Iwańczuk
2023-02-10fix(cli/napi): correct name handling in napi property descriptor (#17716)Divy Srivastava
2023-02-10fix(cli/napi): handle all property variants in napi_define_properties (#17680)Divy Srivastava
2023-02-01fix(napi): return node globalThis from napi_get_global (#17613)Divy Srivastava
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-23fix(napi): improve napi_adjust_external_memory (#17501)Divy Srivastava
2023-01-23fix(napi): handle return value from initializer (#17502)Divy Srivastava
2023-01-23fix(napi): improve napi_is_detached_arraybuffer (#17498)Divy Srivastava
2023-01-17fix(napi) use c_char instead of hardcoding i8 to avoid incompatibility with a...Luke Channings
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-15fix(napi): functions related to errors (#17370)Bartek Iwańczuk
2023-01-14fix(napi): correct arguments for napi_get_typedarray_info (#17306)Bartek Iwańczuk
2023-01-13fix(napi): allow cleanup hook to remove itself (#17402)Bartek Iwańczuk
2023-01-13fix(napi): date and unwrap handling (#17369)Bartek Iwańczuk
2023-01-13chore: add `copyright_checker` tool and add the missing copyright (#17285)Yiyu Lin
2023-01-12fix(napi): Implement `napi_threadsafe_function` ref and unref (#17304)Divy Srivastava
2023-01-11refactor(napi): Cleanup tests (#17347)Bartek Iwańczuk
2023-01-10fix(napi): support for env cleanup hooks (#17324)Bartek Iwańczuk
2023-01-10fix(napi): handle static properties in classes (#17320)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-30fix(napi): fix is_detached_arraybuffer (#16478)Marcos Casagrande
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
2022-10-07perf(napi): optimize primitive napi functions (#16163)Divy Srivastava
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava