napi-rs/crates/napi/src
2021-12-22 09:36:47 +08:00
..
bindgen_runtime fix(napi): compile issue without compat mode 2021-12-22 09:36:47 +08:00
js_values feat(napi): refine return type 2021-12-18 11:52:49 +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 refactor(napi): use CStr instread of CString while creating lit variable 2021-11-25 17:53:41 +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 feat: edition 2021 2021-12-08 13:18:47 +08:00
error.rs feat: edition 2021 2021-12-08 13:18:47 +08:00
lib.rs feat(napi): re-export ctor as module_init 2021-12-03 16:49:26 +08:00
promise.rs feat(sys): remove rust enum in sys 2021-11-29 12:52:42 +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 fix(napi): ThreadsafeFunction with ErrorStrategy::Fatal should throw fatal exception 2021-12-14 12:47:23 +08:00
tokio_runtime.rs fix(napi): only shutdown tokio runtime once 2021-12-21 23:22:23 +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
win_delay_load_hook.rs feat(napi): switch to windows crate 2021-11-16 17:41:24 +08:00