marko-js / tags-api-preview

Preview the Marko 6 "Tags API" in Marko 5!
MIT License
22 stars 7 forks source link

fix: Use let instead of const for let tags on the server #57

Closed AngusMorton closed 7 months ago

AngusMorton commented 8 months ago

This resolves an issue where the compiled server code reassigns const variables by using let instead of const.

Resolves https://github.com/marko-js/tags-api-preview/issues/56.

changeset-bot[bot] commented 8 months ago

🦋 Changeset detected

Latest commit: 5c8b139935cad394a97314587076220dfa3055a4

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------------- | ----- | | @marko/tags-api-preview | Patch |

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

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.50%. Comparing base (07c6d7f) to head (5c8b139).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #57 +/- ## ======================================= Coverage 77.50% 77.50% ======================================= Files 63 63 Lines 1307 1307 Branches 341 341 ======================================= Hits 1013 1013 Misses 259 259 Partials 35 35 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.