bojavou
Results
1
issues of
bojavou
A variable reference in the `await using` examples has incorrect capitalization. ```js const asyncRes = { [Symbol.asyncDispose]() {} }; .. await using x = asyncres; ``` This patch aligns the...