napi-rs/crates/napi/src
2022-07-06 19:15:16 +08:00
..
bindgen_runtime feat(napi): clone reference for TypedArray/Buffer 2022-07-06 19:15:16 +08:00
js_values refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +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): clippy error on 1.58 2022-01-14 11:21:03 +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): use create_buffer/arrary_buffer if provided data is empty 2022-04-26 16:53:13 +08:00
error.rs feat(napi) implement From<Infallible> for napi::Error 2022-05-30 21:44:03 +08:00
lib.rs fix(napi): drop all thread_local! usage 2022-05-10 18:39:36 +08:00
promise.rs fix(napi): clippy error on 1.58 2022-01-14 11:21:03 +08:00
status.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
task.rs feat(napi): implement AsyncTask with AbortSignal support 2021-11-06 13:51:54 +08:00
threadsafe_function.rs feat(napi): relax the value type on ThreadSafeFunction 2022-04-14 14:24:47 +08:00
tokio_runtime.rs chore(napi): replace lazy_static with once_cell (#1213) 2022-06-25 11:19:45 +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