Skip to content

LSP: discover closed reverse importers - #1315

Merged
nickna merged 1 commit into
mainfrom
codex/issue-1306-reverse-graph
Jul 28, 2026
Merged

LSP: discover closed reverse importers#1315
nickna merged 1 commit into
mainfrom
codex/issue-1306-reverse-graph

Conversation

@nickna

@nickna nickna commented Jul 28, 2026

Copy link
Copy Markdown
Owner

Summary

  • load every root from the nearest tsconfig with the configured module, JSX, strictness, library, and ambient-type settings
  • build explicit reverse dependency edges so references include closed importers without merging unrelated script globals
  • expose a completeness boundary that is false for broken roots/configs and open-document-only fallback
  • cover closed importers, path aliases, excludes, and complete/incomplete scopes

Verification

  • dotnet test SharpTS.Tests/SharpTS.Tests.csproj --filter FullyQualifiedNameLanguageServer|FullyQualifiedNameTsConfigLoaderTests --no-restore (131 passed)
  • dotnet test SharpTS.Tests/SharpTS.Tests.csproj --no-restore (16,239 passed)
  • git diff --check

Refs #1306

@nickna
nickna merged commit c92285f into main Jul 28, 2026
2 checks passed
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