-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
💻
- Would you like to work on a fix?
How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
Input code
class Bar {}
class Foo extends Bar {
constructor() {
x: {
break x;
super();
}
}
}
try {
new Foo();
} catch {
console.log("catched");
}Configuration file name
No response
Configuration
No response
Current and expected behavior
Current behavior: nothing printed
Expected behavior: print catched
Environment
N/A
Possible solution
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
outdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue