### Environment ------------------------------ - Operating System: Linux - Node Version: v18.18.0 - Nuxt Version: 3.10.3 - CLI Version: 3.10.1 - Nitro Version: 2.9.1 - Package Manager: npm@10.2.3 - Builder: - - User Config: devtools - Runtime Modules: - - Build Modules: - ------------------------------ ### Reproduction https://stackblitz.com/edit/github-d1fqpp?file=app.vue add to a clean app.vue ```vue <style> /* definePageMeta( */ .text-center { text-align: center; } </style> ``` ### Describe the bug When adding functions to comments, the functions get parsed instead of ignored and an error is thrown. [plugin:unctx:transform] Unexpected token (3:0)  ### Additional context _No response_ ### Logs _No response_