Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

brendandahl
Copy link
Collaborator

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

Fixes #22996

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

Fixes emscripten-core#22996
@brendandahl brendandahl requested a review from sbc100 November 26, 2024 19:12
@brendandahl
Copy link
Collaborator Author

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

@brendandahl brendandahl merged commit d833c39 into emscripten-core:main Dec 4, 2024
26 of 28 checks passed
hedwigz pushed a commit to hedwigz/emscripten that referenced this pull request Dec 18, 2024
…emscripten-core#23019)

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

Fixes emscripten-core#22996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken (unrelated) ambient types in the user's node_modules can cause --emit-tsd builds to fail
2 participants