### Describe the problem Currently, `svelte/compiler` exports `VERSION` with type `__VERSION__`. It causes mismatch like these in upcoming svelte.dev <img width="444" alt="CleanShot 2023-04-15 at 02 09 01@2x" src="https://user-images.githubusercontent.com/47742487/232150421-6dceae5a-c166-4f11-b054-9c5e84c694cb.png"> ### Describe the proposed solution It'd be great to export it with the current svelte version number. Maybe something in the rollup config? rollup-plugin-replace ### Alternatives considered Let it be? 🤷 ### Importance nice to have