tc39/proposal-explicit-resource-management

`ExecuteModule` method of a Source Text Module Record should call `DisposeResources`

Closed this issue · 1 comments

To ensure we correctly dispose of resources introduced via using and await using at the top of a module, we must call DisposeResources() at the end of the ExecuteModule method of a Source Text Module Record.

My bad, this already exists and was only missing from my reference implementation in engine262.