emscripten-core / emscripten

Emscripten: An LLVM-to-WebAssembly Compiler
Other
25.91k stars 3.32k forks source link

[tsgen] Ignore checking library types when generating TS definitions. #23019

Open brendandahl opened 1 week ago

brendandahl commented 1 week ago

We don't need to validate other types when generating definitions since they may be in bad state.

Fixes #22996

brendandahl commented 1 week ago

I attempted to create a test for this, but couldn't get it failing without messing with my own node system packages.