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
@bcoe know you're very busy but would be great to get your perspective on some paths to potentially resolve this issue. Fundamentally I think there's some change/guidance needed on how extends is managed and/or exposed between yargs and yargs-parser, as I've seen this same type of challenge pop up elsewhere (e.g. mocha) with extends not working at all or only partially working.
Realize the yargs discussion would be better placed elsewhere, but mentioning here since that seems like the right place to address as opposed to trying to find a solution that works around/with the issue in c8 and other tools (however if there is a viable workaround that'll get this feature working in c8 then i'd be happy to attempt a PR)
Awesome thank you, that seems to do it! I didn't realize applyExtends had become public (though it's admittedly been a while since i checked on the similar mocha issue).
This change has broken configuration inheritance:
99436ef#diff-40d93e4e5f4b94fc8a34a87a3328651c24e855051bfcdd6944dee76f9c82b8d4L116
custom
configParser
doesn't provide inheritance99436ef#diff-40d93e4e5f4b94fc8a34a87a3328651c24e855051bfcdd6944dee76f9c82b8d4R15
The text was updated successfully, but these errors were encountered: