napi-rs/crates/backend/src
2022-02-09 20:59:58 +01:00
..
codegen feat(napi): implement get_js_function 2022-01-23 23:04:31 +08:00
typegen fix(napi-derive): an Option in front of a required parameter is no longer optional in TypeScript 2022-01-23 18:57:01 +08:00
ast.rs feat(napi-derive): add ts_type attribute to override typtescript type for fields in structs 2022-01-23 18:45:41 +08:00
codegen.rs feat(napi): support TypedArray input and output 2021-12-02 11:26:52 +08:00
error.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
lib.rs feat(napi): add ts typegen skip 2021-12-19 19:45:21 +08:00
typegen.rs feat: Add support for Date <-> chrono::DateTime<Utc> 2022-02-09 20:59:58 +01:00