1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext/napi
Bartek Iwańczuk b32a6f8ad2
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
There's no point for this API to expect result. If something fails it should
result in a panic during build time to signal to embedder that setup is
wrong.
2023-03-07 22:37:37 +01:00
..
Cargo.toml chore: forward v1.31.1 release commit to main (#17939) 2023-02-24 22:37:46 -05:00
function.rs fix(napi): correctly handle name in napi_create_function (#17489) 2023-01-22 15:04:18 +05:30
lib.rs refactor(core): don't use Result in ExtensionBuilder::state (#18066) 2023-03-07 22:37:37 +01:00
README.md fix(napi): move napi symbols file (#16179) 2022-10-07 09:21:43 +05:30
value.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00