Skip to content

feat: add native add-on for converting strided arrays to index arrays - #14924

Open
0PrashantYadav0 wants to merge 1 commit into
stdlib-js:developfrom
0PrashantYadav0:argv-strided-indexarray
Open

feat: add native add-on for converting strided arrays to index arrays#14924
0PrashantYadav0 wants to merge 1 commit into
stdlib-js:developfrom
0PrashantYadav0:argv-strided-indexarray

Conversation

@0PrashantYadav0

Copy link
Copy Markdown
Member

Resolves None

Description

What is the purpose of this pull request?

This pull request:

  • Implemented a native add-on to convert a Node-API value representing a strided array to an index array.
  • Added GYP build configuration for the native add-on.
  • Created TypeScript definitions and example usage for the new functionality.
  • Developed tests for both browser and native environments to ensure functionality and error handling.
  • Included necessary header files and source files for the add-on implementation.
  • Updated package.json and manifest.json to reflect new dependencies and structure.

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

  • None

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".


@stdlib-js/reviewers

@0PrashantYadav0
0PrashantYadav0 requested a review from a team September 3, 2026 05:38
@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Sep 3, 2026
@0PrashantYadav0 0PrashantYadav0 added Feature Issue or pull request for adding a new feature. C Issue involves or relates to C. labels Sep 3, 2026
@0PrashantYadav0

Copy link
Copy Markdown
Member Author

Depend on #14901 Please merge that first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C Issue involves or relates to C. Feature Issue or pull request for adding a new feature. Needs Review A pull request which needs code review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants