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:
Project
Logger
There are probably more and we should probably cover everything accessible from Context.
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.