feat: JS/TS workspace resolution + alias fixtures, findings, docs (re-land 2/3 + 3/3)#37
Merged
Merged
Conversation
…gs/README update (issue-3, PR 3/3) (#36)
This was referenced Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Re-lands the already-reviewed content of #35 (workspace package-name resolution) and #36 (fixtures + unresolved-alias uncertainty note + findings/README) onto
main.Why
Resolves #3
#35 and #36 were merged into their stacked base branches (
issue-3/tsconfig-paths-resolutionandissue-3/workspace-name-resolution) rather thanmain— GitHub doesn't retarget stacked PRs when the base merges. Main currently carries only PR 1/3 (#34). This PR cherry-picks the two squash commits; the resulting tree is byte-identical (git diffempty) to the reviewed head of the stack.Testing
git diff origin/issue-3/workspace-name-resolution HEADis empty — exactly what was approved in feat: JS/TS alias fixtures + unresolved-alias uncertainty note + docs (3/3) #36Checklist
issue-<N>/<short-description>repokg cleanpython -m unittest discover -s testspasses