-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Labels
a-CodeQualitys.UnderDiscussionThe team will evaluate this issue to decide whether it is worth addingThe team will evaluate this issue to decide whether it is worth adding
Description
As we continue with the TypeScript migration (#1913), we may want to create unified types to be used across common method arguments. One example could be creating a Node type that is used throughout different methods/classes when the node parameter is passed around.
We'll need to decide:
- When we want to do it — after we have fully migrated, or while the migration is currently underway, or if we even want to standardise these types at all
- What the types should be (e.g. for Node,
cheerio.Element & DomElementcould be an option) - How to handle applying types across the whole codebase
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a-CodeQualitys.UnderDiscussionThe team will evaluate this issue to decide whether it is worth addingThe team will evaluate this issue to decide whether it is worth adding