fix(runtime): add multi-app support for global var __NUXT__ - #858
fix(runtime): add multi-app support for global var __NUXT__#858nicolaspayot wants to merge 8 commits into
__NUXT__#858Conversation
commit: |
__NUXT____NUXT__
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe change adds multi-app Nuxt runtime state handling through Estimated code review effort: 3 (Moderate) | ~20 minutes Merge Risk: ⚪ Minimal · up to This change adds multi-app support for the test environment’s Nuxt global state without introducing an actionable merge-blocking risk. It is merge-ready after normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Linked Issues checkExplanation The changes address issue Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 3 files. (1 skipped: 1 unsupported.)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
resolves #1521
This PR adds multi-app support for global variable
win.__NUXT__.These changes are related to the multi-app issue in nuxt: nuxt/nuxt#21635 and required for the following draft PR: nuxt/nuxt#27263.