Skip to content

Commit 36d9361

Browse files
authored
docs: fix parseAst deprecation replacement names in migration guide (#21338)
1 parent 63391ee commit 36d9361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ These breaking changes are expected to only affect a minority of use cases:
372372
- `resolveImportMeta` hook ([rolldown#1010](https://github.com/rolldown/rolldown/issues/1010))
373373
- `renderDynamicImport` hook ([rolldown#4532](https://github.com/rolldown/rolldown/issues/4532))
374374
- `resolveFileUrl` hook
375-
- `parseAst` / `parseAstAsync` functions are now deprecated in favor of `parse` / `parseAsync` functions which has more features.
375+
- `parseAst` / `parseAstAsync` functions are now deprecated in favor of `parseSync` / `parse` functions which has more features.
376376

377377
## Migration from v6
378378

0 commit comments

Comments
 (0)