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

Limit duplicate declaration errors #25324

Closed
DanielRosenwasser opened this issue Jun 29, 2018 · 0 comments
Closed

Limit duplicate declaration errors #25324

DanielRosenwasser opened this issue Jun 29, 2018 · 0 comments
Assignees
Labels
Bug A bug in TypeScript Domain: Error Messages The issue relates to error messaging Fixed A PR has been merged for this issue

Comments

@DanielRosenwasser
Copy link
Member

Some notes in #25306.

Idea is that you really want to group all the global "duplicate declaration" errors or "cannot re-declare block-scoped variable" errors in a single file, and limit it to at most 5 or so. Typically the extreme case is that you have multiple global files that are identical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: Error Messages The issue relates to error messaging Fixed A PR has been merged for this issue
Projects
None yet
Development

No branches or pull requests

3 participants