d2m#1550
Conversation
docs: update content
docs(en): merge docs-cn/sync-docs into docs-cn/dev @ f0a682d
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR updates the Chinese migration documentation to reflect recent implementation changes related to Vite's transition to Rolldown. The main purpose is to update documentation to accurately reflect the current state of features that were previously marked as TODO or unsupported.
Changes:
- Updated
manualChunksdeprecation section to clarify that object form is removed and function form is deprecated - Removed TODO comment indicating the
import.meta.hot.acceptURL change is now implemented - Moved TypeScript legacy namespace support from "unsupported" to "partially supported" with appropriate documentation links
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| `build.rollupOptions.watch.chokidar` 选项已被移除。请迁移到 [`build.rolldownOptions.watch.notify`](https://rolldown.rs/reference/InputOptions.watch#notify) 选项。 | ||
|
|
||
| ### 弃用 `build.rollupOptions.output.manualChunks` {#deprecate-build-rollupoptions-output-manualchunks} | ||
| ### 从 `build.rollupOptions.output.manualChunks` 中移除对象形式,并弃用函数形式 {#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form-one} |
There was a problem hiding this comment.
The anchor ID for this heading ends with "-one" which appears to be a mistake. It should likely be "#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form" (without the "-one" suffix).
| ### 从 `build.rollupOptions.output.manualChunks` 中移除对象形式,并弃用函数形式 {#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form-one} | |
| ### 从 `build.rollupOptions.output.manualChunks` 中移除对象形式,并弃用函数形式 {#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form} |
| `build.rollupOptions.watch.chokidar` 选项已被移除。请迁移到 [`build.rolldownOptions.watch.notify`](https://rolldown.rs/reference/InputOptions.watch#notify) 选项。 | ||
|
|
||
| ### 弃用 `build.rollupOptions.output.manualChunks` {#deprecate-build-rollupoptions-output-manualchunks} | ||
| ### 从 `build.rollupOptions.output.manualChunks` 中移除对象形式,并弃用函数形式 {#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form-one} |
There was a problem hiding this comment.
There is an extra space before the closing brace in the heading text. The heading should end with "函数形式 {#..." not "函数形式 {#..." (note the double space).
| ### 从 `build.rollupOptions.output.manualChunks` 中移除对象形式,并弃用函数形式 {#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form-one} | |
| ### 从 `build.rollupOptions.output.manualChunks` 中移除对象形式,并弃用函数形式 {#remove-object-form-build-rollupoptions-output-manualchunks-and-deprecate-function-form-one} |
No description provided.