-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Related error spans for assignability checks #25030
Copy link
Copy link
Closed
Labels
Domain: Related Error SpansSpecifying regions for error messages/diagnostics on multiple locations.Specifying regions for error messages/diagnostics on multiple locations.FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Domain: Related Error SpansSpecifying regions for error messages/diagnostics on multiple locations.Specifying regions for error messages/diagnostics on multiple locations.FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Now that we support multiple related spans for errors (#10489, #22789, #24548), we'd like to improve an existing error message.
Currently we have the following error for assignability checks:
Wesley Wigham (@weswigham) had some ideas to iterate on these error messages.