napi-rs/crates/napi/src/js_values
翠 / green 2e0f983ccf
feat(target): add support for s390x-unknown-linux-gnu (#2028)
* feat(target): add support for s390x-unknown-linux-gnu

* chore: rerun CI
2024-04-09 14:16:09 +08:00
..
string style: clippy fix 2022-12-16 20:19:39 +08:00
arraybuffer.rs fix(napi-derive): JsArrayBuffer generated type 2024-01-26 14:32:24 +08:00
bigint.rs feat(target): add support for s390x-unknown-linux-gnu (#2028) 2024-04-09 14:16:09 +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): Bigint deserialization (#1592) 2023-05-19 17:27:29 +08:00
deferred.rs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +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 feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
global.rs Release independent packages 2024-03-20 22:46:59 +08:00
mod.rs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +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 feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00
object_property.rs fix(napi): access violation in property getter/setter closure (#1552) 2023-04-03 11:12:07 +08:00
ser.rs feat(target): add support for s390x-unknown-linux-gnu (#2028) 2024-04-09 14:16: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 chore(napi): remove napi_val on Ref because it is unused 2024-01-26 03:29:52 +00:00