| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-21 | fix(cli): add NAPI support in standalone mode (#24642) | Ivancing | |
| Currently, importing Node-Addons modules in a standalone binary results in a `missing symbol called` error (https://github.com/denoland/deno/issues/24614). Because the NAPI symbols are not exported in this mode. This PR should fix the issue. | |||
