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

feat: Emit WebAssembly types separately from DOM types

Open ExE-Boss opened this issue 5 years ago • 3 comments

Fixes https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/826


~~Note that I’d prefer if there was a way to filter based on the source WebIDL file, rather than the current Flavor const enum approach.~~ This now uses a custom Exposed value of WebAssembly, which is less hackish.

Also, namespace WebAssembly should be omitted from dom and webworker apart from compileStreaming and instantiateStreaming, which is why this leaves https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/826 open.

Depends on:

See also:


review?(@saschanaz)

ExE-Boss avatar Dec 02 '20 14:12 ExE-Boss

@sandersn Any chance this can get reviewed?

saltman424 avatar Feb 21 '24 17:02 saltman424

@saltman424 This PR needs to be redone, as there were many changes to this since I last touched this.

ExE-Boss avatar Feb 21 '24 18:02 ExE-Boss