napi-rs/examples/napi/src
2022-01-17 12:38:16 +08:00
..
array.rs fix(napi-derive): codegen bug when multi impl on same file 2021-12-20 16:00:11 +08:00
async.rs fix(napi-derive): missing move in async fn 2021-11-06 22:19:42 +08:00
bigint.rs feat(napi): BigInt codegen support 2021-11-11 16:18:25 +08:00
callback.rs support typegen for Result<T> 2021-10-27 14:42:57 +08:00
class.rs fix(napi-derive): correctly escape backslash in type definition doc comments (#1034) 2022-01-17 12:38:16 +08:00
class_factory.rs chore: add example for return this 2021-11-25 23:42:40 +08:00
either.rs fix(napi-derive): implement missing trait for JsClass reference 2022-01-06 16:19:43 +08:00
enum.rs test: add tests for skip_typescript 2021-12-19 20:17:54 +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_ts_override.rs feat(napi-derive): support renmae function args and return type 2021-11-26 17:26:14 +08:00
js_mod.rs feat(napi): output Rust doc comments in definitions as jsdoc comments 2021-11-29 12:54:45 +08:00
lib.rs test(napi): add tests for hashmap <-> object 2021-12-19 23:17:54 +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 fix(napi): invalid memory address in FromNapiValue for &str 2022-01-12 17:08:47 +08:00
promise.rs feat(napi): await Promise<T> in async fn 2021-11-15 16:54:55 +08:00
serde.rs feat(napi): output Rust doc comments in definitions as jsdoc comments 2021-11-29 12:54:45 +08:00
string.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
symbol.rs feat(napi): improve symbol support 2021-11-15 23:10:15 +08:00
task.rs feat(napi): support export rust mod as ts namespace 2021-11-25 17:53:43 +08:00
threadsafe_function.rs fix(napi): ThreadsafeFunction with ErrorStrategy::Fatal should throw fatal exception 2021-12-14 12:47:23 +08:00
typed_array.rs fix(napi): addon packages become undefined in worker_threads 2021-12-21 23:38:35 +08:00