Skip to content

Commit 7a245e3

Browse files
authored
docs: fix parseAst deprecation replacement names in migration guide (#21338)
1 parent f873919 commit 7a245e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)