Skip to content

Commit f645e48

Browse files
committed
feat: expose parseAst, parseAstAsync from vite
1 parent 91ba6f9 commit f645e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vitest/src/node/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ export type { JsonOptions } from './reporters/json'
4444
export type { JUnitOptions } from './reporters/junit'
4545
export type { HTMLOptions } from './reporters/html'
4646

47-
export { isFileServingAllowed, createServer } from 'vite'
47+
export { isFileServingAllowed, createServer, parseAst, parseAstAsync } from 'vite'
4848
export type * as Vite from 'vite'

0 commit comments

Comments
 (0)