Per issue 10805, the return value when using delete on a nullish base is currently undefined. The correct return type should be true.
* Re-add optional chaining delete * Move exec tests next to output tests * Forgot to commit these