To be fair I don't see it not being supported either by the examples.
{ await using { connection } = getConnection(); // Do stuff with connection } // Automatically closed!
I did also click through to the proposal but didn't see that issue. It does seem like it's still unclear what's intentional or not.
https://tc39.es/proposal-explicit-resource-management/#prod-...
To be fair I don't see it not being supported either by the examples.