Conversation

yugalkaushik

Resolves #5502

Description

Purpose of this pull request

This pull request:

  • Fixes JavaScript lint errors in lib/node_modules/@stdlib/_tools//get/lib/cache.js.
  • Replaces the new Array(size) constructor with Array.from({ length: size }) to comply with stdlib/no-new-array.

Related Issues

This pull request:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request?

No.

Checklist

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


@stdlib-js/reviewers

@stdlib-botstdlib-bot added ToolsIssue or pull request related to project tooling.Needs ReviewA pull request which needs code review.labels Mar 1, 2025
@stdlib-bot

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:

  1. Please read our contributing guidelines.

  2. Update your pull request description to include this checked box:

    - [x] Read, understood, and followed the [contributing guidelines](https://.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md)

This acknowledgment confirms that you've read the guidelines, which include:

  • The developer's certificate of origin
  • Your agreement to license your contributions under the project's terms

We can't review or accept contributions without this acknowledgment.

Thank you for your understanding and cooperation. We look forward to reviewing your contribution!

@stdlib-botstdlib-bot added the Good First PRA pull request resolving a Good First Issue.label Mar 1, 2025
Sign up for free to join this conversation on . Already have an account? Sign in to comment
Good First PRA pull request resolving a Good First Issue.Needs ReviewA pull request which needs code review.ToolsIssue or pull request related to project tooling.
None yet

Successfully merging this pull request may close these issues.

Fix JavaScript lint errors