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

Do not throw away tsconfig.json comments #13458

Merged

Conversation

Timer
Copy link
Member

@Timer Timer commented May 27, 2020

This pull request updates our TypeScript verification process to not wipe out potentially vital user comments.

Introducing a prompt process was mostly a side effect of users wanting to keep comments.
There's no reason we really need this prompt, as answering no would refuse to boot the Next.js server anyway.


Fixes #8128
Closes #11440

@Timer Timer added this to the 9.4.3 milestone May 27, 2020
@Timer Timer requested review from ijjk, lfades and timneutkens as code owners May 27, 2020 17:56
Copy link
Member

@ijjk ijjk left a comment

Choose a reason for hiding this comment

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

Nice! LGTM

@kodiakhq kodiakhq bot merged commit 37f4353 into vercel:canary May 27, 2020
@Timer Timer deleted the hotfix/do-not-remove-typescript-comments branch May 27, 2020 18:48
rokinsky pushed a commit to rokinsky/next.js that referenced this pull request Jul 11, 2020
This pull request updates our TypeScript verification process to not wipe out potentially vital user comments.

Introducing a prompt process was mostly a side effect of users wanting to keep comments.
There's no reason we really need this prompt, as answering no would refuse to boot the Next.js server anyway.

---

Fixes vercel#8128
Closes vercel#11440
@vercel vercel locked as resolved and limited conversation to collaborators Jan 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

next dev rewrites tsconfig.json
2 participants