Closed iNerdStack closed 1 month ago
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@iNerdStack Thank you so much for this implementation! The changes look great at first glance.
I'll review the changes in detail when I get home.
Thanks again for your contribution to Repopack!
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 76.01%. Comparing base (
f43d35e
) to head (12dce72
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@iNerdStack The changes look perfect and address exactly what I was aiming for with this refactor.
I'll merge this. Thanks!
This refactor fixes the duplication of renderContext and the generation process for each style while maintaining functionality.
All Changes
Modified
outputGenerate.ts
:createRenderContext
functiongenerateOutput
functionplainStyle.ts
,xmlStyle.ts
, andmarkdownStyle.ts
now return template stringsUpdated tests to reflect new changes:
All existing tests have been updated, passed and manually tested to ensure output remains consistent with previous versions
related: #125