mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 12:41:54 +03:00
34d475fbc8
swc_ecma_parser: - Support catch binding with type anntation (Closes #941)
4 lines
31 B
TypeScript
4 lines
31 B
TypeScript
try {
|
|
} catch (e: unknown) {
|
|
}
|