stdlib-js / stdlib-js/stdlib

[RFC]: migrate `utils` packages to `object` (tracking issue)

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

描述

### Description

This RFC proposes migrating the following list of packages from `utils` namespace to `object`:

- [x] `utils/move-property` => `object/move-property`
- [x] `utils/object-inverse` => `object/inverse`
- [x] `utils/object-inverse-by` => `object/inverse-by`
- [x] `utils/capitalize-keys` => `object/capitalize-keys`
- [x] `utils/uncapitalize-keys` => `object/uncapitalize-keys`
- [x] `utils/lowercase-keys` => `object/lowercase-keys`
- [x] `utils/uppercase-keys` => `object/uppercase-keys`
- [x] `utils/for-in`=> `object/for-in`
- [x] `utils/for-own` => `object/for-own`
- [x] `utils/common-keys` => `object/common-keys`
- [x] `utils/common-keys-in` => `object/common-keys-in`
- [x] `utils/bifurcate-in` => `object/bifurcate-in`
- [x] `utils/bifurcate-own` => `object/bifurcate-own`
- [x] `utils/deep-get` => `object/deep-get`
- [x] `utils/deep-set` => `object/deep-set`
- [ ] `utils/entries` => `object/entries`
- [ ] `utils/entries-in` => `object/entries-in`
- [ ] `utils/from-entries` => `object/from-entries`
- [ ] `utils/get-prototype-of` => `object/get-prototype-of`
- [ ] `utils/group-in` => `object/group-in`
- [ ] `utils/group-own` => `object/group-own`
- [ ] `utils/inherited-keys` => `object/inherited-keys`
- [ ] `utils/map-keys` => `object/map-keys`
- [ ] `utils/nonindex-keys` => `object/nonindex-keys`
- [ ] `utils/values` => `object/values`
- [ ] `utils/values-in` => `object/values-in`

### Related Issues

Related issues #7374 & #7372

### Questions

No.

### Other

No.

### 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:`.

贡献指南

打开贡献指南

调研方向

Start with the unchecked `utils` to `object` mappings in the issue, then review the completed migrations for the naming pattern. Check related issues #7374 and #7372 before choosing a package. Done means the remaining unchecked packages have been migrated and the tracking list can be marked complete.

由索引模型根据 Issue 内容生成。

评估

技术栈
javascript
领域
tooling
Issue 类型
重构
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

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