stdlib-js / stdlib-js/stdlib

[RFC]: add `symbol/search`

未关闭
#8,480 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Accepted difficulty: 1 Feature Good First Issue JavaScript priority: Normal RFC
主要语言
JavaScript
星标
6k
派生
1.3k
平均合并
1 天 3 小时
30 天内合并 PR
611

描述

### Description

This RFC proposes adding the package `symbol/search`.

The package should be very similar to the following existing packages:

- `symbol/has-instance`
- `symbol/iterator`
- `symbol/async-iterator`
- `symbol/is-concat-spreadable`

The primary difference is that the package should export `Symbol.search` if it exists.

### Related Issues

None.

### Questions

No.

### Other

When adding this package, one should do the following:

- copy one of the existing packages mentioned above
- rename the copied package
- find and replace the package name (e.g., `has-instance` => `search`)
- find and replace the variable name (e.g., `HasInstanceSymbol` => `SearchSymbol`)
- ensure the copyright years are 2025
- update the descriptions according to the symbol's purpose (see MDN)
- update examples to reflect the symbol's purpose (see existing packages for inspiration)
- run tests, benchmarks, and examples to ensure that everything passes
- go back through and check that there are no copy-paste mistakes

### Checklist

- [x] I have read and understood the [Code of Conduct](https://github.com/stdlib-js/stdlib/blob/develop/CODE_OF_CONDUCT.md).
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with `RFC:`.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。