-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueES NextNew featurers for ECMAScript (a.k.a. ESNext)New featurers for ECMAScript (a.k.a. ESNext)FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
The proposal by @michaelficarra makes the binding identifier in catch clauses optional.
For example:
try {
JSON.parse("...");
}
catch {
// Don't care, the error message is completely useless,
// but we need to handle it.
}
This proposal reached stage 3 immediately upon presentation.
jwbay, tinganho, Asvarduil, svieira, FabianLauer and 2 moreJessidhia, aluanhaddad and svieirajwbay
Metadata
Metadata
Assignees
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueES NextNew featurers for ECMAScript (a.k.a. ESNext)New featurers for ECMAScript (a.k.a. ESNext)FixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript