We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38478fb + 795c5ab commit a5b72efCopy full SHA for a5b72ef
1 file changed
guide/migration.md
@@ -372,7 +372,7 @@ const plugin = {
372
- `resolveImportMeta` 钩子 ([rolldown#1010](https://github.com/rolldown/rolldown/issues/1010))
373
- `renderDynamicImport` 钩子 ([rolldown#4532](https://github.com/rolldown/rolldown/issues/4532))
374
- `resolveFileUrl` 钩子
375
-- `parseAst` / `parseAstAsync` 函数现在已被弃用,推荐使用功能更多的 `parse` / `parseAsync` 函数。
+- `parseAst` / `parseAstAsync` 函数现在已被弃用,推荐使用功能更多的 `parseSync` / `parse` 函数。
376
377
## 从 v6 迁移 {#migration-from-v6}
378
0 commit comments