TypeScript-DOM-lib-generator icon indicating copy to clipboard operation
TypeScript-DOM-lib-generator copied to clipboard

dom.iterable.d.ts incorrectly converts `sequence<>` return types to `Iterable<>`

Open saschanaz opened this issue 1 year ago • 0 comments

This conversion only makes sense for parameters but not for return types.

getUniformIndices() for WebGL is currently affected.

saschanaz avatar Jun 10 '24 14:06 saschanaz