-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
fix(nuxt): resolve aliases in imports.dirs
#33334
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
|
|
@nuxt/kit
nuxt
@nuxt/rspack-builder
@nuxt/schema
@nuxt/vite-builder
@nuxt/webpack-builder
commit: |
WalkthroughAdjusts resolution of composable directories in packages/nuxt/src/imports/module.ts. For each layer, entries from imports.dirs are now passed through the alias-aware resolver (resolveAlias) before being combined with the layer’s srcDir. This changes the computed composablesDirs paths used for watching, scanning, and import generation. No other logic paths or public APIs are modified. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx}📄 CodeRabbit inference engine (.github/copilot-instructions.md)
Files:
🧠 Learnings (2)📓 Common learnings📚 Learning: 2024-11-05T15:22:54.759ZApplied to files:
🧬 Code graph analysis (1)packages/nuxt/src/imports/module.ts (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (1)
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 |
CodSpeed Performance ReportMerging #33334 will not alter performanceComparing Summary
Footnotes |
🔗 Linked issue
resolves #32953
📚 Description
this respects nuxt aliases set in
imports.dirs