You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2022. It is now read-only.
add the ability to load in a secondary Takefile (with any name) into a target as its children, allowing Takefiles to be composed of one-another. example:
the children will be merged together (throwing errors if any top-level targets from any of the imported Takefiles clash with the children, or each other), and a Takefile can be imported multiple times (just not in the same target). the top-level imports of the imported Takefiles can also specify depParent: true to depend on the target that imports them (thus, importing a Takefile multiple times can affect how it runs).