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

Parcel 2: ResolverRunner and default resolver #2138

Closed
devongovett opened this issue Oct 15, 2018 · 2 comments
Closed

Parcel 2: ResolverRunner and default resolver #2138

devongovett opened this issue Oct 15, 2018 · 2 comments

Comments

@devongovett
Copy link
Member

This will be the object in @parcel/core which runs resolver plugins in Parcel 2. It is responsible for resolving resolver plugins from a config file and running them. Resolvers can be chained, so if one does not return anything, the next one will be called and so on.

The default resolver should be moved into @parcel/resolver-default under packages/resolvers/default, and modified to fit the new interface. Ideally this resolver could also be reused by other tools, so the interface should be easy to use and decoupled from Parcel.

@devongovett devongovett added this to To do in Parcel 2 via automation Oct 15, 2018
@devongovett devongovett added this to the Parcel 2 milestone Oct 15, 2018
@ryan-plated
Copy link

Would this fix #1813 ?

@devongovett
Copy link
Member Author

Done. #2228

Parcel 2 automation moved this from To do to Done Dec 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Parcel 2
  
Done
Development

No branches or pull requests

3 participants
@devongovett @ryan-plated and others