index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
napi
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-01-23
fix(napi): handle return value from initializer (#17502)
Divy Srivastava
2023-01-18
fix(napi): don't hold on to borrow during iteration (#17461)
Bartek Iwańczuk
2023-01-15
fix(napi): functions related to errors (#17370)
Bartek Iwańczuk
2023-01-13
fix(napi): allow cleanup hook to remove itself (#17402)
Bartek Iwańczuk
2023-01-12
fix(napi): Implement `napi_threadsafe_function` ref and unref (#17304)
Divy Srivastava
2023-01-10
fix(napi): support for env cleanup hooks (#17324)
Bartek Iwańczuk
2023-01-10
fix(napi): handle static properties in classes (#17320)
Bartek Iwańczuk
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-13
feat(napi): improve napi coverage (#16198)
Divy Srivastava
2022-10-07
refactor(napi): simplify `napi_value` interface (#16170)
Divy Srivastava
2022-10-05
feat(npm): implement Node API (#13633)
Divy Srivastava