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

TsIgnore prevents interface members from being present on subtypes #100

Merged
merged 1 commit into from
Jan 30, 2024

Conversation

vegegoku
Copy link
Member

Having TsIgnore on a parent class prevents the recursive traverse of its super classes.

fix #99

@vegegoku vegegoku added the bug Something isn't working label Jan 30, 2024
@vegegoku vegegoku requested a review from niloc132 January 30, 2024 10:27
@vegegoku vegegoku self-assigned this Jan 30, 2024
Having TsIgnore on a parent class prevents the recursive traverse of its super classes.

fix Vertispan#99
@vegegoku vegegoku merged commit c75732d into Vertispan:main Jan 30, 2024
2 checks passed
vegegoku added a commit to vegegoku/jsinterop-ts-defs that referenced this pull request Jan 30, 2024
…ertispan#100)

Having TsIgnore on a parent class prevents the recursive traverse of its
super classes.

fix Vertispan#99

(cherry picked from commit c75732d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

@TsIgnore prevents interface members from being present on subtypes
2 participants