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

Full dependency tree rewrite #12

Merged
merged 12 commits into from
Feb 6, 2019
Merged

Full dependency tree rewrite #12

merged 12 commits into from
Feb 6, 2019

Conversation

coenjacobs
Copy link
Owner

This pull request is very much inspired by #10 by @costasovo, but I eventually landed on a different approach, using recursion. This allows for virtually no limits in the depth of the dependency tree.

I've also settled on removing the ability to disable processing dependencies, as that is beyond the scope of this project. If a package has a dependency, it needs to be processed as well, in order to maintain the bundled, prefixed dependencies in WordPress plugins.

I'd like some testing on this pull request before I release it - any feedback is greatly appreciated! 😄

This pull request eventually closes #1.

@coenjacobs coenjacobs merged commit f231d10 into master Feb 6, 2019
@coenjacobs coenjacobs deleted the full-tree-rewrite branch February 6, 2019 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support dependency tree of packages
1 participant