Farfetch / garment

Tool for managing monorepos
MIT License
44 stars 10 forks source link

Re-export types from @garment/runner #34

Closed stephan-noel closed 10 months ago

stephan-noel commented 3 years ago

Currently, certain types available on Context (single or batch mode) are not available from the @garment/runner package. If I create helper functions/variables for any of these, this means I would have to add those dependencies explicitly to my runner. I'm not sure what the best approach is in this case especially since some of these types are classes and we may not want to expose them directly to consumers.

Those I've identifies so far are:

There are probably more and we should probably cover everything accessible from Context.

gsferreira commented 10 months ago

Closed due to project archival https://github.com/Farfetch/garment/pull/106