Closed DylanPiercey closed 3 weeks ago
Latest commit: 2699a2c1c2e5c1a77fb07c00f6361d1e0be38676
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Attention: Patch coverage is 86.99187%
with 16 lines
in your changes missing coverage. Please review.
Project coverage is 87.91%. Comparing base (
0ec5b96
) to head (2699a2c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Partially revert https://github.com/marko-js/marko/commit/8e07673ca07cc83d9910c68ff8359264015c28d1.
Specifically the control flow tags now have their body content as a
MarkoTagBody
instead of theattributeTags
list. This was done for two reasons:for
tag needs to have a scope for it's tag parameters which could not properly be reflected on the refactored ast.@marko/tags-api-preview
.Checklist: