-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
function test() {
try {
//
} catch ({ message }) { // Unsupported catch parameter declaration.
//
}
}not sure if this is related:
function test() {
try {
//
} catch (err: { message: string }) { // Type annotations for catch parameters are not yet supported
//
}
}Reactions are currently unavailable