feat: add napi/create-int64 and napi/create-uint64#11428
feat: add napi/create-int64 and napi/create-uint64#11428Kaushikgtm wants to merge 2 commits intostdlib-js:developfrom
napi/create-int64 and napi/create-uint64#11428Conversation
Resolves a part of stdlib-js#10922
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
1 similar comment
|
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
Coverage ReportNo coverage information available. |
Resolves a part of #10922
Resolves #{{TODO: add issue number}}.
Description
Adds
@stdlib/napi/create-int64and@stdlib/napi/create-uint64, wrappingnapi_create_bigint_int64andnapi_create_bigint_uint64(N-API v6+). Theseunblock the TODOs in blas/base/icamax, blas/base/idamax, etc., which need to
return 64-bit integers.
Related Issues
This pull request has the following related issues:
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers