Starlight needs support for code like this:
function foo() {
try {
return 1;
} finally {
return 2;
}
}
Right now it returns 1 but should return 2.
MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/try...catch#the_finally-block