Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript: Convert factory utils in data package to TS #66746

Conversation

manzoorwanijk
Copy link
Member

What?

This PR converts the factory utility functions in the data package to TS:

  • createSelector
  • createRegistrySelector
  • createRegistryControl

Why?

To enhance the DX

How?

By renaming the files to TS and updating the types

Testing Instructions

Just verify that CI is happy

Testing Instructions for Keyboard

Screenshots or screencast

@manzoorwanijk manzoorwanijk requested a review from nerrad as a code owner November 5, 2024 12:17
Copy link

github-actions bot commented Nov 5, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: manzoorwanijk <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Comment on lines -59 to +64
( state: State, kind: string, name: string, ids: string[] ) => {
(
state: State,
kind: string,
name: string,
ids: string | string[]
) => {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The types for createRegistrySelector caught this error.

@tyxla tyxla added [Type] Code Quality Issues or PRs that relate to code quality [Package] Data /packages/data [Package] Core data /packages/core-data labels Nov 6, 2024
Comment on lines -6 to -9
*
* @param {Function} selector Selector function that calculates a value from state and parameters.
* @param {Function} getDependants Function that returns an array of "dependant" objects.
* @return {Function} A memoized version of `selector` that caches the calculated return values.
Copy link
Member Author

@manzoorwanijk manzoorwanijk Nov 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rememo has enough description for the params and return type.

@manzoorwanijk manzoorwanijk force-pushed the update/convert-factory.js-in-data-package-to-TS branch from 4a63582 to 2514dbb Compare November 6, 2024 08:57
@manzoorwanijk
Copy link
Member Author

@jsnajdr any feedback on this one?

@manzoorwanijk manzoorwanijk closed this by deleting the head repository Dec 6, 2024
@manzoorwanijk
Copy link
Member Author

Moved to #67667

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Package] Core data /packages/core-data [Package] Data /packages/data [Type] Code Quality Issues or PRs that relate to code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants