Skip to content

Commit

Permalink
feat: expose parseAst, parseAstAsync from vite
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Jul 2, 2024
1 parent 91ba6f9 commit f645e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ export type { JsonOptions } from './reporters/json'
export type { JUnitOptions } from './reporters/junit'
export type { HTMLOptions } from './reporters/html'

export { isFileServingAllowed, createServer } from 'vite'
export { isFileServingAllowed, createServer, parseAst, parseAstAsync } from 'vite'
export type * as Vite from 'vite'

0 comments on commit f645e48

Please sign in to comment.