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

chore(gatsby): Port build-javascript to TypeScript #22028

Merged
merged 2 commits into from
Mar 7, 2020

Conversation

mottox2
Copy link
Contributor

@mottox2 mottox2 commented Mar 7, 2020

Description

Port src/commands/build-javascript.js to TypeScript

Related Issues

Related to #21995

@mottox2 mottox2 requested a review from a team as a code owner March 7, 2020 09:54
parentSpan,
}: {
parentSpan: Span
}
Copy link
Contributor

Choose a reason for hiding this comment

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

can we refactor this to not be wrapped in an object. I've seen this pattern in other places and we should move away from it as it's superfluous.

blainekasten
blainekasten previously approved these changes Mar 7, 2020
Copy link
Contributor

@blainekasten blainekasten left a comment

Choose a reason for hiding this comment

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

This is great! One comment request, and then i'll merge!

@blainekasten blainekasten added bot: merge on green Gatsbot will merge these PRs automatically when all tests passes type: TypeScript migration labels Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: merge on green Gatsbot will merge these PRs automatically when all tests passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants