* 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
3 lines
23 B
JavaScript
3 lines
23 B
JavaScript
try {
|
|
} catch (err) {}
|