Skip to content

Pass in information for the module name resolution when resolutions from file are partially used#49738

Merged
sheetalkamat merged 8 commits intomainfrom
partialModuleResolutionReuse
Nov 7, 2022
Merged

Pass in information for the module name resolution when resolutions from file are partially used#49738
sheetalkamat merged 8 commits intomainfrom
partialModuleResolutionReuse

Conversation

@sheetalkamat
Copy link
Copy Markdown
Member

Fixes #48229

@sheetalkamat sheetalkamat requested a review from weswigham June 29, 2022 22:00
@typescript-bot typescript-bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Jun 29, 2022
@sheetalkamat sheetalkamat added For Milestone Bug PRs that fix a bug with a specific milestone and removed For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Sep 22, 2022
@sheetalkamat sheetalkamat force-pushed the partialModuleResolutionReuse branch from 2a075d6 to 5e8682a Compare September 23, 2022 17:28
@sheetalkamat
Copy link
Copy Markdown
Member Author

Ping for review.. This is marked as 4.9 issue. Note that this tries to fix the issue without breaking API users.

Comment thread src/compiler/resolutionCache.ts Outdated
Copy link
Copy Markdown
Member

@weswigham weswigham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably make a note to deprecate this signature and replace it with a cleaner one at some point... It's had to change in a backwards-compatible way a lot recently.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Author: Team For Milestone Bug PRs that fix a bug with a specific milestone

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Referencing module name using index when resolving module name can be incorrect

4 participants