Skip to content

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

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

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 👍

@andrewbranch andrewbranch requested a review from weswigham June 28, 2022 21:40
@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.

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
Archived in project
Development

Successfully merging this pull request may close these issues.

Missing subfolder & files path completions with wildcard exports
5 participants