stdlib-js / stdlib-js/stdlib

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

Đang mở
#8,755 6 bình luận 0 reaction 0 người được giao Xem trên GitHub
Accepted Maintainers release: Major RFC Tracking Issue
Ngôn ngữ chính
JavaScript
Star
6k
Fork
1.3k
Merge trung bình
1 ngày 3 giờ
Pull request đã merge (30 ngày)
611

Mô tả

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

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.