napi-rs/crates/backend/src
inokawa 0adc36ce1c
feat(cli): support generation of literal union from string enum (#2054)
* feat(cli): support generation of literal union from enum

* Remove const

---------

Co-authored-by: LongYinan <lynweklm@gmail.com>
2024-04-22 14:28:04 +08:00
..
codegen feat(napi-derive): enhance the error messages in object validator (#2034) 2024-04-10 16:52:23 +08:00
typegen feat(cli): support generation of literal union from string enum (#2054) 2024-04-22 14:28:04 +08:00
ast.rs feat(cli): support generation of literal union from string enum (#2054) 2024-04-22 14:28:04 +08:00
codegen.rs fix(napi-derive,cli): register function cross crates (#1848) 2023-12-11 00:36:26 +08:00
error.rs Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00
lib.rs fix(napi-derive): HashMap/IndexMap and slice generated types (#1977) 2024-02-25 00:56:30 +08:00
typegen.rs feat(napi): support Return generic of ThreadsafeFunction (#1997) 2024-03-20 21:37:08 +08:00