summaryrefslogtreecommitdiff
path: root/cli/napi
AgeCommit message (Expand)Author
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-25refactor: move generated_symbol_exports_list_* files to napi folder (#16822)David Sherret
2022-11-12chore: upgrade rusty_v8 to 0.55.0 (#16604)Bartek IwaƄczuk
2022-10-30fix(napi): fix is_detached_arraybuffer (#16478)Marcos Casagrande
2022-10-25chore(napi): fix typo in README.md (#16414)Ikko Ashimine
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
2022-10-07perf(napi): optimize primitive napi functions (#16163)Divy Srivastava
2022-10-07chore(napi): Add README explainer for cli/napi_sym and cli/napi (#16187)Divy Srivastava
2022-10-07refactor(napi): simplify `napi_value` interface (#16170)Divy Srivastava
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava