* 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
10 lines
35 B
JavaScript
10 lines
35 B
JavaScript
try {
|
|
|
|
}
|
|
catch {
|
|
|
|
}
|
|
finally {
|
|
|
|
}
|