withastro / compiler

The Astro compiler. Written in Go. Distributed as WASM.
Other
503 stars 59 forks source link

Implement transition:persist-props #975

Closed matthewp closed 8 months ago

matthewp commented 8 months ago

Changes

Testing

Docs

changeset-bot[bot] commented 8 months ago

🦋 Changeset detected

Latest commit: 8a696b1bbfd53d6dbddc349b1268adafc98f0580

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

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @astrojs/compiler | Minor |

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

matthewp commented 8 months ago

@martrapp It's renamed in the transform step, so it doesn't exist when it gets to the printer and doesn't need to be skipped.

martrapp commented 8 months ago

Thought it would be the same for transition:persist but then I saw that there is one case were we append. ✔️