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

Builder store typescript conversions #15262

Merged
merged 8 commits into from
Dec 30, 2024
Merged

Conversation

PClmnt
Copy link
Collaborator

@PClmnt PClmnt commented Dec 30, 2024

Description

Converts app.js and builder.js to TS

@PClmnt PClmnt requested a review from adrinr December 30, 2024 09:09
Copy link

qa-wolf bot commented Dec 30, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added firestorm Data/Infra/Revenue Team size/m labels Dec 30, 2024
@PClmnt PClmnt changed the title App / Builder store conversions Builder store typescript conversions Dec 30, 2024
@PClmnt PClmnt merged commit e32784e into master Dec 30, 2024
20 checks passed
@PClmnt PClmnt deleted the feat/ts-store-conversions-pc branch December 30, 2024 13:33
@github-actions github-actions bot locked and limited conversation to collaborators Dec 30, 2024
this.update(state => ({
...state,
onboarding: true,
tourKey: TOUR_KEYS.TOUR_BUILDER_ONBOARDING,
}))
}

endBuilderOnboarding() {
endBuilderOnboarding(): void {
Copy link
Member

Choose a reason for hiding this comment

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

Do we always need to specify these void return types? I've always left them out because it can trivially work out that it's a void return.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Sorry I merged before I noticed your review, ill get them removed in my next PR here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team size/m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants