napi-rs/crates/napi/src/js_values
2022-12-16 20:19:39 +08:00
..
string style: clippy fix 2022-12-16 20:19:39 +08:00
arraybuffer.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
bigint.rs style: clippy fix 2022-12-16 20:19:39 +08:00
boolean.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
buffer.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
date.rs refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00
de.rs feat(napi): add support for Vec<(std::string::String, u16)> and some other small change (#1320) 2022-09-20 12:13:07 +08:00
deferred.rs feat(napi): add threadsafe deferred values (#1306) 2022-10-03 13:00:48 +08:00
either.rs refactor(napi): remove compatible Either struct 2021-11-25 17:53:41 +08:00
escapable_handle_scope.rs style: clippy fix 2022-03-05 23:05:04 +08:00
function.rs fix(napi): improve error propagation (#1303) 2022-09-14 17:03:11 +08:00
global.rs feat(napi): support JsGlobal in Env 2021-11-15 22:41:01 +08:00
mod.rs feat(napi): add threadsafe deferred values (#1306) 2022-10-03 13:00:48 +08:00
number.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
object.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
object_property.rs feat(napi-derive): support set property attribute in napi macro (#1257) 2022-08-06 21:54:58 +08:00
ser.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
tagged_object.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
undefined.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
value.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
value_ref.rs fix(napi): clippy error on 1.58 2022-01-14 11:21:03 +08:00