napi-rs/crates/napi/src/bindgen_runtime/js_values
2023-02-08 17:33:27 +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): fallback to copy arraybuffer if zero copy is not allowed (#1455) 2023-01-24 22:39:46 +08:00
bigint.rs fix(napi): missing From implementation for Bigint (#1440) 2023-01-17 00:05:19 +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): fallback to copy buffer if zero copy is not allowed (#1445) 2023-01-19 17:26:59 +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 fix(napi): unhandled promise rejection while using EitherN<Promise<..>> (#1452) 2023-01-24 19:07:33 +08:00
external.rs fix(napi): impl Send Sync to External 2023-02-08 17:33:27 +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): enhance the error messages while converting types failed (#1473) 2023-02-06 00:52:59 +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