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

Add path completions for package.json exports with wildcards #49644

Merged
merged 7 commits into from Jul 7, 2022

Conversation

andrewbranch
Copy link
Member

Fixes #48652
Builds on the work done in #49154

@typescript-bot typescript-bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jun 22, 2022
return arrayFrom(result.values());
}

function getPatternFromFirstMatchingCondition(target: unknown, conditions: readonly string[]): [string] | undefined {
Copy link
Member

Choose a reason for hiding this comment

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

Doesn't this need changes to support fetching pattern results from nested conditions?

Copy link
Member Author

Choose a reason for hiding this comment

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

Indeed, I forgot about this. Updated, thanks 👍

@sandersn
Copy link
Member

@typescript-bot run dt

Checking whether I fixed the conflicting eslint configs in on-demand DT

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jun 29, 2022

Heya @sandersn, I've started to run the parallelized Definitely Typed test suite on this PR at 7480024. You can monitor the build here.

@sandersn
Copy link
Member

@typescript-bot run dt

Second attempt to fix the conflicting eslint configs.

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jun 29, 2022

Heya @sandersn, I've started to run the parallelized Definitely Typed test suite on this PR at 7480024. You can monitor the build here.

@sandersn
Copy link
Member

@typescript-bot run dt

Third attempt to fix the conflicting eslint configs.

@typescript-bot
Copy link
Collaborator

typescript-bot commented Jun 30, 2022

Heya @sandersn, I've started to run the parallelized Definitely Typed test suite on this PR at 7480024. You can monitor the build here.

@sandersn sandersn added this to Not started in PR Backlog Jul 6, 2022
@sandersn sandersn moved this from Not started to Waiting on reviewers in PR Backlog Jul 6, 2022
PR Backlog automation moved this from Waiting on reviewers to Needs merge Jul 7, 2022
@andrewbranch andrewbranch merged commit 9dde56c into microsoft:main Jul 7, 2022
PR Backlog automation moved this from Needs merge to Done Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
PR Backlog
  
Done
Development

Successfully merging this pull request may close these issues.

Missing subfolder & files path completions with wildcard exports
5 participants