Skip to content

Comments

Fix no new arr unzip#9412

Closed
Ashyankomnitw wants to merge 2 commits intostdlib-js:developfrom
Ashyankomnitw:fix-no-new-arr-unzip
Closed

Fix no new arr unzip#9412
Ashyankomnitw wants to merge 2 commits intostdlib-js:developfrom
Ashyankomnitw:fix-no-new-arr-unzip

Conversation

@Ashyankomnitw
Copy link

Description

This pull request removes usage of the new Array() constructor from the unzip example in order to comply with the stdlib/no-new-array ESLint rule. The example has been refactored to use array literals and .push() while preserving the original behavior.

Related Issues

None.

Questions

No.

Other

No.

Checklist

@stdlib-js/reviewers

@stdlib-bot stdlib-bot added First-time Contributor A pull request from a contributor who has never previously committed to the project repository. Needs Review A pull request which needs code review. labels Dec 28, 2025
@stdlib-bot stdlib-bot removed the Needs Review A pull request which needs code review. label Dec 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

First-time Contributor A pull request from a contributor who has never previously committed to the project repository.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants