1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/ext
Bartek Iwańczuk 512d5337c4
fix(napi): clear currently registering module slot (#19249)
This commit fixes problem with loading N-API modules that use 
the "old" way of registration (using "napi_module_register" API).
The slot was not cleared after loading modules, causing subsequent
calls that use the new way of registration (using 
"napi_register_module_v1" API) to try and load the previous module.

Ref https://github.com/denoland/deno/issues/16460

---------

Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2023-05-26 10:10:17 +05:30
..
broadcast_channel 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
cache 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
console 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
crypto 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
fetch 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
ffi 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
fs 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
http 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
io 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
kv 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
napi fix(napi): clear currently registering module slot (#19249) 2023-05-26 10:10:17 +05:30
net 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
node chore(node_compat): fix broken link and typo (#19265) 2023-05-26 05:00:29 +02:00
tls 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
url 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
web 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
webidl 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
websocket 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00
webstorage 1.34.0 (#19246) 2023-05-24 23:38:01 +00:00