.. |
array.rs
|
feat(napi): support rust array to js array
|
2022-08-12 17:53:36 +08:00 |
async.rs
|
feat(napi): re-export tokio and features
|
2022-01-23 23:04:31 +08:00 |
bigint.rs
|
Fix BigInt issue with zero value
|
2022-02-04 21:43:57 +08:00 |
callback.rs
|
docs: add return Promise callback function
|
2022-04-14 14:24:47 +08:00 |
class.rs
|
feat(napi-derive): support set property attribute in napi macro (#1257)
|
2022-08-06 21:54:58 +08:00 |
class_factory.rs
|
chore: add example for return this
|
2021-11-25 23:42:40 +08:00 |
date.rs
|
add unit test that shows Date is rendered in TS type in interface
|
2022-02-10 18:52:57 +01:00 |
either.rs
|
fix(napi): either for #[napi(object)] types (#1258)
|
2022-08-07 01:16:28 +08:00 |
enum.rs
|
feat(napi): allow empty enums
|
2022-03-06 23:12:31 +08:00 |
error.rs
|
throw if napi function returns Err variant of Result<T>
|
2021-10-27 14:42:57 +08:00 |
external.rs
|
feat(napi): support external deref/derefMut
|
2021-12-11 13:42:46 +08:00 |
fn_strict.rs
|
fix(napi): validate fn for Option<T>
|
2022-07-06 14:01:32 +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 |
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): call sync functions within tokio runtime (#1242)
|
2022-08-04 00:12:35 +08:00 |
map.rs
|
test(napi): add tests for hashmap <-> object
|
2021-12-19 23:17:54 +08:00 |
nullable.rs
|
fix(napi-derive-backend): Null and Undefined return type
|
2021-12-18 13:42:55 +08:00 |
number.rs
|
Full qualify types
|
2021-11-14 23:34:44 +00:00 |
object.rs
|
feat(napi): with_value method on Property
|
2022-02-06 16:26:00 +08:00 |
promise.rs
|
feat(napi): await Promise<T> in async fn
|
2021-11-15 16:54:55 +08:00 |
reference.rs
|
feat(napi): add support for weak references
|
2022-05-10 21:09:45 +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
|
Fix String roundtrip with interior nul bytes
|
2022-02-04 16:52:44 +08:00 |
symbol.rs
|
feat(napi): improve symbol support
|
2021-11-15 23:10:15 +08:00 |
task.rs
|
feat(napi): experimental iterator support
|
2022-05-06 18:03:04 +08:00 |
threadsafe_function.rs
|
fix(napi): ThreadsafeFunction with ErrorStrategy::Fatal should throw fatal exception
|
2021-12-14 12:47:23 +08:00 |
tokio_outside_async.rs
|
feat(napi): call sync functions within tokio runtime (#1242)
|
2022-08-04 00:12:35 +08:00 |
typed_array.rs
|
feat(napi): clone reference for TypedArray/Buffer
|
2022-07-06 19:15:16 +08:00 |