Closed AngusMorton closed 7 months ago
Latest commit: 5c8b139935cad394a97314587076220dfa3055a4
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
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 77.50%. Comparing base (
07c6d7f
) to head (5c8b139
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This resolves an issue where the compiled server code reassigns const variables by using
let
instead ofconst
.Resolves https://github.com/marko-js/tags-api-preview/issues/56.