File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,12 +367,21 @@ 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
370371 - 完整的 TypeScript 遗留命名空间支持 ([ oxc-project/oxc #14227 ] ( https://github.com/oxc-project/oxc/issues/14227 ) )
371372 - ` shouldTransformCachedModule ` 钩子 ([ rolldown #4389 ] ( https://github.com/rolldown/rolldown/issues/4389 ) )
372373 - ` resolveImportMeta ` 钩子 ([ rolldown #1010 ] ( https://github.com/rolldown/rolldown/issues/1010 ) )
373374 - ` renderDynamicImport ` 钩子 ([ rolldown #4532 ] ( https://github.com/rolldown/rolldown/issues/4532 ) )
374375 - ` resolveFileUrl ` 钩子
375376- ` 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
376385
377386## 从 v6 迁移 {#migration-from-v6}
378387
You can’t perform that action at this time.
0 commit comments