Skip to content

Commit 0165ff9

Browse files
committed
docs: update content
1 parent 09ce75c commit 0165ff9

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

guide/migration.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -367,21 +367,12 @@ const plugin = {
367367
- Rolldown 缺少支持:以下功能不受 Rolldown 支持,Vite 也不再支持这些功能。
368368
- `build.rollupOptions.output.format: 'system'` ([rolldown#2387](https://github.com/rolldown/rolldown/issues/2387))
369369
- `build.rollupOptions.output.format: 'amd'` ([rolldown#2387](https://github.com/rolldown/rolldown/issues/2528))
370-
<<<<<<< HEAD
371370
- 完整的 TypeScript 遗留命名空间支持 ([oxc-project/oxc#14227](https://github.com/oxc-project/oxc/issues/14227))
372371
- `shouldTransformCachedModule` 钩子 ([rolldown#4389](https://github.com/rolldown/rolldown/issues/4389))
373372
- `resolveImportMeta` 钩子 ([rolldown#1010](https://github.com/rolldown/rolldown/issues/1010))
374373
- `renderDynamicImport` 钩子 ([rolldown#4532](https://github.com/rolldown/rolldown/issues/4532))
375374
- `resolveFileUrl` 钩子
376-
- `parseAst` / `parseAstAsync` 函数现在已被弃用,推荐使用功能更多的 `parse` / `parseAsync` 函数。
377-
=======
378-
- Complete support for TypeScript legacy namespace ([oxc-project/oxc#14227](https://github.com/oxc-project/oxc/issues/14227))
379-
- `shouldTransformCachedModule` hook ([rolldown#4389](https://github.com/rolldown/rolldown/issues/4389))
380-
- `resolveImportMeta` hook ([rolldown#1010](https://github.com/rolldown/rolldown/issues/1010))
381-
- `renderDynamicImport` hook ([rolldown#4532](https://github.com/rolldown/rolldown/issues/4532))
382-
- `resolveFileUrl` hook
383-
- `parseAst` / `parseAstAsync` functions are now deprecated in favor of `parseSync` / `parse` functions which has more features.
384-
>>>>>>> 7a245e3bbb9aebe4242f334c3c23f05daf8a0c49
375+
- `parseAst` / `parseAstAsync` 函数现在已被弃用,推荐使用功能更多的 `parseSync` / `parse` 函数。
385376

386377
## 从 v6 迁移 {#migration-from-v6}
387378

0 commit comments

Comments
 (0)