-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add list item in docs about errors in internal TypeScript dependencies. #9315
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
8 Skipped Deployments
|
Hi there 👋 It looks like this PR introduces broken links to the docs, please take a moment to fix them before merging:
Thank you 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps rephrase
When directly exporting TypeScript, type-checking in a dependent package will fail if code in a dependency has TypeScript errors.
to
When directly exporting TypeScript files from a package, any type errors from this package's code will appear in packages that depend on it.
Description
A few folks have asked about this. Good to add to our tradeoffs notes!
Testing Instructions
👀