napi-rs/crates/napi/src
Hana 90cc0a6abe
feat(napi): convert ToNapiValue tuple to variadic tsfn (#1475)
* refactor: convert ToNapiValue tuple to variadic tsfn

* chore: resolve conflicts

* fix: typo

* chore: use into instead of to

* chore: syntax compat
2023-02-08 22:30:43 +08:00
..
bindgen_runtime fix(napi): impl Send Sync to External 2023-02-08 17:33:27 +08:00
js_values fix(napi): convert u64 to u32 in serialization (#1478) 2023-02-08 22:25:03 +08:00
async_cleanup_hook.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
async_work.rs fix(napi): napi_create_async_work incorrect argument (napi-rs#1392) (#1396) 2022-12-16 13:59:15 +08:00
call_context.rs refactor(napi): remove compatible Either struct 2021-11-25 17:53:41 +08:00
cleanup_env.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
env.rs fix(napi): run_script return type (#1467) 2023-01-31 20:36:59 +08:00
error.rs fix(napi): dropping Error should not call napi-sys if feature is set to noop (#1477) 2023-02-07 15:45:56 +08:00
lib.rs chore(napi): reduce Mutex usage while loading addon 2022-12-16 13:41:16 +08:00
status.rs fix(napi): add missing NoExternalBuffersAllowed (#1457) 2023-01-28 14:53:31 +08:00
task.rs feat(napi): implement AsyncTask with AbortSignal support 2021-11-06 13:51:54 +08:00
threadsafe_function.rs feat(napi): convert ToNapiValue tuple to variadic tsfn (#1475) 2023-02-08 22:30:43 +08:00
tokio_runtime.rs fix(napi): promise leak (#1403) 2022-12-29 00:15:55 +08:00
value_type.rs feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00
version.rs fix(napi): correct the CString usage 2021-11-15 16:55:13 +08:00