napi-rs/crates
JoostK 8652019c94
fix(napi-derive): an Option in front of a required parameter is no longer optional in TypeScript
This fixes a bug where having a parameter of type `Option<T>` followed by required parameters
would incorrectly declare the parameter as option in the TypeScript declaration file, resulting
in invalid syntax.
2022-01-23 18:57:01 +08:00
..
backend 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
build Release independent packages 2021-12-22 00:27:59 +08:00
macro feat(napi-derive): add ts_type attribute to override typtescript type for fields in structs 2022-01-23 18:45:41 +08:00
napi fix(napi): add missing nul byte to noop 2022-01-22 12:34:55 +08:00
sys feat: edition 2021 2021-12-08 13:18:47 +08:00