Skip to content

Commit 653e5a2

Browse files
committed
feat: export VirtualFileSystem and FileBuffer
1 parent a9801ac commit 653e5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ export { hooks } from './src/hooks.ts'
1111
export { Bundler } from './src/bundler.ts'
1212
export { DevServer } from './src/dev_server.ts'
1313
export { TestRunner } from './src/test_runner.ts'
14+
export { FileBuffer } from './src/file_buffer.ts'
15+
export { VirtualFileSystem } from './src/virtual_file_system.ts'
1416
export { SUPPORTED_PACKAGE_MANAGERS } from './src/bundler.ts'

0 commit comments

Comments
 (0)