Jonah Henriksson
Jonah Henriksson
# Summary I want to make a lot of changes, including some that would break the API, so I first want to check if there are any concerns. Proposed API...
## Description of the feature I've been working on creating a type for handling expected errors in GraphQL (essentially, handling them in the "data" object of the response, instead of...
## Problem Using the `#[napi(module_exports)]` macro can compile without issue, but it can present itself as an error in VS Code: "module_exports can only be used once". This is due...