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.
Visitor
ESTree
rolldown/utils
1 parent 72165e0 commit 45de31eCopy full SHA for 45de31e
1 file changed
packages/vite/src/node/index.ts
@@ -16,6 +16,9 @@ export {
16
minifySync,
17
type MinifyOptions,
18
type MinifyResult,
19
+ Visitor,
20
+ type VisitorObject,
21
+ type ESTree,
22
} from 'rolldown/utils'
23
24
/** @deprecated - use `parse` instead */
0 commit comments