-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
Follow-up from #26098 (PR at #26446)
Current logic:
- Doesn't ever suggest the identifier/property access in the message (this was requested)
- Only works when the arity of a
set
is 1 (means it actually doesn't work withMap
s) - Only works when the parameter type's string representation is
string
.
Each of these is a bug.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingFixedA PR has been merged for this issueA PR has been merged for this issue