* Add optionality to catch bindings (plus tests) * Update ast/spec, README, set param to null if no param with plugin optionalCatchBinding * Fix: wrap param = null in else case * Fix tests for optional catch binding; add tests which include finally clause
7 lines
22 B
JavaScript
7 lines
22 B
JavaScript
try {
|
|
|
|
}
|
|
catch {
|
|
|
|
}
|