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

refactor(plugin-link)!: rename resolvers and fetchers #4865

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

paul-soporan
Copy link
Member

What's the problem this PR addresses?

Link{Resolver,Fetcher} and RawLink{Resolver,Fetcher} are confusingly named (the former are for the portal: protocol while the latter are for the link: protocol).

Now that we've exported them in #4834 I wanted to rename them before it's too late.

How did you fix it?

Renamed Link* to Portal* and RawLink* to Link*. I've also renamed the constants in constants.ts.

I did an advanced search on GH and nobody seems to be using them, so it shouldn't break anyone.

Checklist

  • I have set the packages that need to be released for my changes to be effective.
  • I will check that all automated PR checks pass before the PR gets reviewed.

@paul-soporan paul-soporan mentioned this pull request Sep 18, 2022
13 tasks
@arcanis arcanis merged commit 4ba2706 into master Sep 18, 2022
@arcanis arcanis deleted the paul/refactor/rename-link-resolvers-and-fetchers branch September 18, 2022 14:42
@merceyz merceyz added this to the 4.0.0 milestone May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants