This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
napi-rs
Watch
1
Star
0
Fork
0
You've already forked napi-rs
mirror of
https://github.com/napi-rs/napi-rs.git
synced
2025-12-08 19:56:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
napi-rs
/
crates
/
backend
/
src
History
Simon Vandel Sillesen
00b09bca6e
fix(napi): better error message for
#[napi(catch_unwind)]
(
#1383
)
...
Before, the JS error would only have `Any { .. }`
2022-12-09 18:37:10 +08:00
..
codegen
fix(napi): better error message for
#[napi(catch_unwind)]
(
#1383
)
2022-12-09 18:37:10 +08:00
typegen
fix(napi-derive): should not generate this types for Constructor/Getter/Setter
2022-08-30 16:39:51 +08:00
ast.rs
fix(napi-derive): unsound behavior while using reference and async together
2022-11-22 00:17:19 +08:00
codegen.rs
feat(napi-derive): support set property attribute in napi macro (
#1257
)
2022-08-06 21:54:58 +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): should not generate this types for Constructor/Getter/Setter
2022-08-30 16:39:51 +08:00
typegen.rs
fix(napi): propagation error in function call (
#1315
)
2022-09-14 19:30:43 +08:00