Skip to content

Conversation

@SoonIter
Copy link
Member

Summary

  • Move @rspress/runtime package code into @rspress/core and export from @rspress/core/runtime
  • This consolidates the internal runtime APIs into the core package, reducing package complexity
  • All runtime hooks and utilities are now available via import { ... } from '@rspress/core/runtime'

Changes

  • Move runtime source files to packages/core/src/runtime/
  • Update @rspress/core's entry point to re-export runtime APIs
  • Update all internal imports from @rspress/runtime to @rspress/core/runtime
  • Remove @rspress/runtime package entirely
  • Update tsconfig references

Test plan

  • Build all packages successfully
  • All unit tests pass

🤖 Generated with Claude Code

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]>
Copilot AI review requested due to automatic review settings December 25, 2025 19:19
@netlify
Copy link

netlify bot commented Dec 25, 2025

Deploy Preview for rspress-v2 ready!

Name Link
🔨 Latest commit 8fb96ce
🔍 Latest deploy log https://app.netlify.com/projects/rspress-v2/deploys/694d980cbd2b710008fcf047
😎 Deploy Preview https://deploy-preview-2935--rspress-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a 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.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 25, 2025

Rsdoctor Bundle Diff Analysis

Found 3 projects in monorepo, 1 project with changes.

📊 Quick Summary
Project Total Size Change
node 9.3 MB 0
node_md 1.1 MB 0
web 15.1 MB +33.0 B (0.0%)
📋 Detailed Reports (Click to expand)

📁 web

Path: website/doc_build/diff-rsdoctor/web/rsdoctor-data.json

📌 Baseline Commit: c03d863a6b | PR: #2927

Metric Current Baseline Change
📊 Total Size 15.1 MB 15.1 MB +33.0 B (0.0%)
📄 JavaScript 14.4 MB 14.4 MB +33.0 B (0.0%)
🎨 CSS 115.4 KB 115.4 KB 0
🌐 HTML 0 B 0 B 0
📁 Other Assets 526.5 KB 526.5 KB 0

📦 Download Diff Report: web Bundle Diff

Generated by Rsdoctor GitHub Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants