stdlib
stdlib copied to clipboard
✨ Standard library for JavaScript and Node.js. ✨
Resolves https://github.com/stdlib-js/metr-issue-tracker/issues/122. ## Description > What is the purpose of this pull request? This pull request: - add `ndarray/find-last` ## Related Issues > Does this pull request have any related...
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: passed -...
resolves #8563 Fixed lint error in `lib/node_modules/@stdlib/ndarray/for-each/examples/index.js` by changing the last require statement from an absolute package path to a relative path, as required by the `stdlib/require-last-path-relative` rule.
Resolves #8488 ## Description > What is the purpose of this pull request? This pull request implements the RFC proposing the addition of the package symbol/split. The package is designed...
Resolves #8480 ## Description > What is the purpose of this pull request? This pull request implements the RFC proposing the addition of the package symbol/search. The package is designed...
Resolves #8478 ## Description > What is the purpose of this pull request? This pull request implements the RFC proposing the addition of the package symbol/match. The package is designed...
## JavaScript Linting Failures Linting failures were detected in the automated JavaScript lint workflow run. ### Workflow Details - Run: https://github.com/stdlib-js/stdlib/actions/runs/19216455341 - Type: JavaScript Linting - Date: 2025-11-10 00:13:47 UTC...
## Instructions 1. Read the issue description below. 2. Read the issue comment which follows the description. 3. Search the code base for a package having a JavaScript benchmark which...
[RFC]: Improve doctests for complex number typed arrays in documentation examples (tracking issue)
### Description This RFC proposes improving [doctests](https://github.com/stdlib-js/stdlib/blob/develop/docs/doctest.md) for complex number typed arrays in documentation examples. This is best conveyed through an example. Consider the following JSDoc example in [`blas/base/ccopy`](https://github.com/stdlib-js/stdlib/blob/bb45118e4e70b095a561d3e9ff63cc9002a52764/lib/node_modules/%40stdlib/blas/base/ccopy/lib/ccopy.js): ```javascript...
Resolves #8478 ## Description This pull request adds the new `symbol/match` package as described in RFC #8478. The implementation is based on the structure and conventions of the existing symbol...