Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass parser pipeline in partial renderer parse #130

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

Romanx
Copy link
Contributor

@Romanx Romanx commented Aug 12, 2022

This will allow extensions to be used inside partials also

fixes #126

This will allow extensions to be used inside partials also
@Romanx Romanx self-assigned this Aug 12, 2022
@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #130 (2d373d0) into master (f918099) will increase coverage by 0.06%.
The diff coverage is 100.00%.

❗ Current head 2d373d0 differs from pull request most recent head 0b84e3f. Consider uploading reports for the commit 0b84e3f to get more accurate results

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   93.06%   93.13%   +0.06%     
==========================================
  Files          76       76              
  Lines        2092     2112      +20     
  Branches      378      378              
==========================================
+ Hits         1947     1967      +20     
  Misses         76       76              
  Partials       69       69              
Impacted Files Coverage Δ
...n/Renderers/TokenRenderers/PartialTokenRenderer.cs 98.48% <100.00%> (+0.27%) ⬆️
...ingRenderer/TokenRenderers/PartialTokenRenderer.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Romanx Romanx merged commit 5f1c98b into master Aug 12, 2022
@Romanx Romanx deleted the feature/render-pipeline-partials branch August 12, 2022 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Render pipeline is not passed to partials
1 participant