.. |
array.rs
|
feat(napi): support rust array to js array
|
2022-08-12 17:53:36 +08:00 |
async.rs
|
style: clippy fix (#2012)
|
2024-03-23 19:35:58 +08:00 |
bigint.rs
|
fix(napi): missing From implementation for Bigint (#1440)
|
2023-01-17 00:05:19 +08:00 |
callback.rs
|
feat(napi): support Return generic of ThreadsafeFunction (#1997)
|
2024-03-20 21:37:08 +08:00 |
class.rs
|
feat(napi): accept slice as TypedArray (#1951)
|
2024-02-15 23:40:45 +08:00 |
class_factory.rs
|
feat(napi): support async class factory (#1779)
|
2023-11-06 10:58:23 +08:00 |
constructor.rs
|
fix(backend): attribute of a struct marked as #[napi(constructor)] contain Rust keywords, causing to throw is not a valid identifier when generating getters and setters
|
2023-08-17 20:48:54 +08:00 |
date.rs
|
feat(napi): support Return generic of ThreadsafeFunction (#1997)
|
2024-03-20 21:37:08 +08:00 |
either.rs
|
feat(napi): support to use tuple with either (#1993)
|
2024-03-13 13:29:06 +08:00 |
enum.rs
|
feat(napi): support Return generic of ThreadsafeFunction (#1997)
|
2024-03-20 21:37:08 +08:00 |
env.rs
|
style: clippy fix (#2012)
|
2024-03-23 19:35:58 +08:00 |
error.rs
|
feat(napi): keep stack traces in a deferred context (#1637)
|
2023-07-15 12:07:14 +08:00 |
external.rs
|
feat(napi): allow &External to be created from napi value (#2037)
|
2024-04-15 17:54:10 +08:00 |
fn_strict.rs
|
fix(napi): External should impl FromNapiRef rather than FromNapiValue (#2013)
|
2024-03-25 15:11:11 +08:00 |
fn_ts_override.rs
|
feat(napi-derive): add ts_arg_type attribute to override individual args on functions (#1192)
|
2022-05-22 13:43:11 +08:00 |
function.rs
|
feat(napi): support Return generic of ThreadsafeFunction (#1997)
|
2024-03-20 21:37:08 +08:00 |
generator.rs
|
fix(napi): missing iterator implementation from class factory
|
2022-05-10 21:50:20 +08:00 |
js_mod.rs
|
style: clippy fix
|
2022-03-05 23:05:04 +08:00 |
lib.rs
|
feat(napi): support Return generic of ThreadsafeFunction (#1997)
|
2024-03-20 21:37:08 +08:00 |
map.rs
|
feat(napi): extends the Map types interoperability (#1950)
|
2024-02-15 15:43:21 +08:00 |
nullable.rs
|
feat(napi-derive): add use_nullable attribute (#1971)
|
2024-02-24 21:49:54 +08:00 |
number.rs
|
Full qualify types
|
2021-11-14 23:34:44 +00:00 |
object.rs
|
style: clippy fix (#2012)
|
2024-03-23 19:35:58 +08:00 |
promise.rs
|
feat(napi): await Promise<T> in async fn
|
2021-11-15 16:54:55 +08:00 |
reference.rs
|
feat(napi): allow Reference as a class method param (#1966)
|
2024-02-22 22:37:50 +08:00 |
serde.rs
|
fix(napi): big numbers losing precision on serde_json::Value (#1538)
|
2023-03-23 13:34:34 +08:00 |
shared.rs
|
fix(cli,napi-derive): re-export types from shared crate (#1531)
|
2023-03-21 18:12:52 +08:00 |
string.rs
|
Fix String roundtrip with interior nul bytes
|
2022-02-04 16:52:44 +08:00 |
symbol.rs
|
style: clippy fix (#2012)
|
2024-03-23 19:35:58 +08:00 |
task.rs
|
fix(napi-derive): async task optional output type (#1796)
|
2023-11-08 20:06:27 +08:00 |
threadsafe_function.rs
|
feat(napi): support Return generic of ThreadsafeFunction (#1997)
|
2024-03-20 21:37:08 +08:00 |
typed_array.rs
|
feat(napi): impl BufferSlice and Uint8ClampedSlice (#1979)
|
2024-02-25 01:00:28 +08:00 |