Skip to content

fix: local (same-file) class inheritance search#6403

Merged
johnjenkins merged 2 commits intomainfrom
fix-exdends-events
Oct 1, 2025
Merged

fix: local (same-file) class inheritance search#6403
johnjenkins merged 2 commits intomainfrom
fix-exdends-events

Conversation

@johnjenkins
Copy link
Copy Markdown
Contributor

@johnjenkins johnjenkins commented Oct 1, 2025

What is the current behavior?

Finding inherited class ctors when they are in the same file is error prone due to TS not resolving getSourceFile() - this PR falls-back to search within the current module file if a source file cannot be resolved.

GitHub Issue Number: N/A

What is the new behavior?

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

Other information

@johnjenkins johnjenkins requested a review from a team as a code owner October 1, 2025 10:10
@johnjenkins johnjenkins merged commit 695b1ac into main Oct 1, 2025
69 checks passed
@johnjenkins johnjenkins deleted the fix-exdends-events branch October 1, 2025 11:31
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.

1 participant