Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-10 | fix(cli/napi): correct name handling in napi property descriptor (#17716) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/17712 | |||
2023-02-10 | fix(cli/napi): handle all property variants in napi_define_properties (#17680) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/17509 This fixes the bug that blocked loading `fsevents` in Deno. | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-10-05 | feat(npm): implement Node API (#13633) | Divy Srivastava | |
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> |