-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
chore(nuxt): align global components indent #33340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
WalkthroughThe change updates formatting in packages/nuxt/src/components/templates.ts for generated TypeScript declaration templates. Indentation within the _GlobalComponents interface entries and their Lazy counterparts is reduced from four spaces to two spaces in both the template used for type generation and the components.d.ts template. There are no changes to type names, exports, or signatures; only whitespace/indentation is modified. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
CodSpeed Performance ReportMerging #33340 will not alter performanceComparing Summary
|
🔗 Linked issue
📚 Description