-
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 messagingGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this
Milestone
Description
In #43005, we added a diagnostic:
"Missing '=' before default property value.
But these aren't default property values - they're initializers. I guess they're "defaults" in the absence of any other values, but that's not really the right term.
I think it should be
"Expected '=' for property initializer.
or
"Missing '=' for property initializer.
JoshuaKGoldberg
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Error MessagesThe issue relates to error messagingThe issue relates to error messagingGood First IssueWell scoped, documented and has the green lightWell scoped, documented and has the green lightHelp WantedYou can do thisYou can do this