Skip to content

Commit 45de31e

Browse files
lukeedsapphi-red
andauthored
feat: export Visitor and ESTree from rolldown/utils (#21664)
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
1 parent 72165e0 commit 45de31e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/vite/src/node/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export {
1616
minifySync,
1717
type MinifyOptions,
1818
type MinifyResult,
19+
Visitor,
20+
type VisitorObject,
21+
type ESTree,
1922
} from 'rolldown/utils'
2023

2124
/** @deprecated - use `parse` instead */

0 commit comments

Comments
 (0)