-
-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: move
Collection
type defn to array type module
This commit addresses an awkward inconsistency in which a `Collection` was included in the `object` type module, despite being defined as a union of `array` type definitions. By moving `Collection` into `array` we make the import of `Collection` more intuitive given its semantic relationship to array-like objects. BREAKING CHANGE: move `Collection` type defn to array type module To migrate, users should import `@stdlib/types/array` instead of `@stdlib/types/object` when using the `Collection` type definition.
- Loading branch information
Showing
2 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bde4671
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report
The above coverage report was generated for the changes in this push.