* 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
5 lines
36 B
JavaScript
5 lines
36 B
JavaScript
try {
|
|
} catch (err) {
|
|
} finally {
|
|
}
|