This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2025-01-18 03:44:05 -05:00
Code
Issues
Packages
1
Wiki
Activity
7ad76fd453
denoland-deno
/
tests
/
napi
/
.gitignore
8 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
feat(npm): implement Node API (#13633) This PR implements the NAPI for loading native modules into Deno. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> Co-authored-by: DjDeveloper <43033058+DjDeveloperr@users.noreply.github.com> Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2022-10-05 07:06:44 -07:00
package-lock.json
# Test generated artifacts
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 06:40:17 +02:00
.swc
*.dylib
*.so
*.dll
Copy permalink