0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00
astro/.changeset/sour-games-burn.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
323 B
Markdown
Raw Normal View History

---
"astro": patch
---
Refactors virtual modules exports. This should not break your project unless you import Astro's internal modules, including:
- `astro/middleware/namespace`
- `astro/transitions`
- `astro/transitions/router`
2023-11-22 22:37:18 +08:00
- `astro/transitions/events`
- `astro/transitions/types`
- `astro/prefetch`
- `astro/i18n`