Skip to content

migrate validators to typescript (part 1) - #12641

Merged
tyrasd merged 1 commit into
developfrom
kh/ts-validators1
Aug 4, 2026
Merged

migrate validators to typescript (part 1)#12641
tyrasd merged 1 commit into
developfrom
kh/ts-validators1

Conversation

@k-yle

@k-yle k-yle commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

validationIssue and validationIssueFix are now proper ES classes. This was nice and simple, because they're already being instantiated with the new operator

@k-yle k-yle added this to the typescript migration milestone Jul 29, 2026
@k-yle k-yle added the chore Improvements to the iD development experience or codebase label Jul 29, 2026
const extent = issue.extent(graph);
return {
...issue,
issue,

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

ES classes can't be spread, so this part had to be tweaked

@tyrasd
tyrasd merged commit 4f0ad99 into develop Aug 4, 2026
4 checks passed
@tyrasd
tyrasd deleted the kh/ts-validators1 branch August 4, 2026 11:26
tordans pushed a commit to tordans/iD that referenced this pull request Aug 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Improvements to the iD development experience or codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants