deno/ext/napi
snek 293a36f98d
fix: more node-api fixes (#24220)
- add fallback impls of external string apis which always copy. after
upstream changes to rusty_v8 we can support non-copying api as well.
- `napi_get_buffer_data` needs to work on all TypedArray instances.
  - Fixes: https://github.com/denoland/deno/issues/24209
- `target_defaults.default_configuration` is used by some modules to
find the corresponding node file from node-gyp
- `node_api_get_module_filename` expects the filename to be a `file:`
url.
2024-06-19 11:33:46 -07:00
..
Cargo.toml chore: forward v1.44.4 release commit to main (#24271) 2024-06-19 20:29:53 +02:00
function.rs fix: clean up some node-api details (#24178) 2024-06-11 17:40:44 -07:00
lib.rs fix: more node-api fixes (#24220) 2024-06-19 11:33:46 -07:00
README.md fix(napi): move napi symbols file (#16179) 2022-10-07 09:21:43 +05:30
value.rs fix: clean up some node-api details (#24178) 2024-06-11 17:40:44 -07:00