-
-
Notifications
You must be signed in to change notification settings - Fork 199
refactor: merge @rspress/runtime into @rspress/core #2935
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
base: main
Are you sure you want to change the base?
Conversation
Move runtime package code into @rspress/core and export from @rspress/core/runtime. This consolidates the internal runtime APIs into the core package. Changes: - Move runtime source files to packages/core/src/runtime/ - Update core's entry point to re-export runtime APIs - Update all imports from @rspress/runtime to @rspress/core/runtime - Remove @rspress/runtime package - Update tsconfig references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
✅ Deploy Preview for rspress-v2 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 13 out of 34 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Rsdoctor Bundle Diff AnalysisFound 3 projects in monorepo, 1 project with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 webPath:
📦 Download Diff Report: web Bundle Diff Generated by Rsdoctor GitHub Action |
Summary
@rspress/runtimepackage code into@rspress/coreand export from@rspress/core/runtimeimport { ... } from '@rspress/core/runtime'Changes
packages/core/src/runtime/@rspress/core's entry point to re-export runtime APIs@rspress/runtimeto@rspress/core/runtime@rspress/runtimepackage entirelyTest plan
🤖 Generated with Claude Code