infinyon / infinyon/node-bindgen
Return functions
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 587
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Any way to do this
addon.foo((string)=>{
string = "slkdfjsf";
return string;
})
or this
addon.foo((func)=>{
func("slkdfjsf")
})
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue only shows the addon.foo callback examples and does not name a file or test. Start by tracing the addon.foo entry point and existing callback support in node-bindgen, then clarify which callback form is required. Done means the supported form has defined behavior and coverage for returning or invoking the JavaScript callback.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js, rust
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100