napi-rs/crates/napi/src/bindgen_runtime/js_values
2022-12-19 19:11:53 +08:00
..
array.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
arraybuffer.rs fix(napi): add back custom gc for Send Buffer (#1399) 2022-12-19 19:11:53 +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 fix(napi): add back custom gc for Send Buffer (#1399) 2022-12-19 19:11:53 +08:00
class.rs feat(napi): implement as_object and validate for ClassInstance (#1284) 2022-08-23 17:02:41 +08:00
date.rs refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00
either.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
external.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
function.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
map.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
nil.rs feat(napi): add some useful derived traits for the Null type (#1241) 2022-07-22 23:45:02 +08:00
number.rs feat(napi): implement ToNapiValue for f32 2022-08-23 16:18:08 +08:00
object.rs chore(napi): misc cleanup 2022-08-23 16:18:08 +08:00
promise.rs chore(napi): reduce Mutex usage while loading addon 2022-12-16 13:41:16 +08:00
serde.rs feat: impl FromNapiValue for serde_json::Number, fix it for Null, throw for impossible types (#1052) 2022-02-06 11:58:17 +08:00
string.rs chore(napi): including type message in error message (#1350) 2022-10-24 00:16:30 +08:00
symbol.rs refactor(napi): Either now perform ValidateNapiValue::validate rather than type_of 2022-07-05 17:01:21 +08:00
task.rs refactor(napi): use libloading on Windows 2022-05-06 22:27:09 +08:00
value_ref.rs chore(napi): remove useless de_init 2022-12-16 21:50:49 +08:00