d2m#1470
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR contains documentation updates including removing a deprecation warning, correcting configuration option naming, and adding a new performance benchmark entry.
- Removes obsolete
useDefineForClassFieldswarning from TypeScript features documentation - Fixes configuration documentation to correctly reference
worker.rolldownOptionsinstead ofworker.rollupOptionsandbuild.rolldownOptions - Adds Ramp performance benchmark data to the Vite 8 beta announcement
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| guide/features.md | Removes useDefineForClassFields warning section from TypeScript documentation |
| config/worker-options.md | Corrects section heading from rollupOptions to rolldownOptions and fixes deprecated option reference text |
| blog/announcing-vite8-beta.md | Adds Ramp performance benchmark showing 57% build time reduction |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 首先,我们发布了独立的 `rolldown-vite` 包作为[技术预览版](https://voidzero.dev/posts/announcing-rolldown-vite)。这让我们能够在不影响 Vite 稳定版本的情况下与早期采用者合作。早期采用者从 Rolldown 的性能提升中受益,同时提供了宝贵的反馈。亮点包括: | ||
|
|
||
| - Linear 的生产构建时间从 46 秒减少到 6 秒 | ||
| - Ramp 将它们的建造时间缩短了 57% |
There was a problem hiding this comment.
Inconsistent terminology: "建造时间" should be "构建时间" to match the rest of the document. All other lines (69, 71, 72) use "构建时间" (build time), not "建造时间" (construction time).
Suggested change
| - Ramp 将它们的建造时间缩短了 57% | |
| - Ramp 将它们的构建时间缩短了 57% |
Dev merge main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.