diff --git a/src/index.ts b/src/index.ts index 5775c3d3..8c03d221 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ export { default as Repl } from './Repl.vue' export { ReplStore, File } from './store' +export { compileFile } from './transform' export type { Store, SFCOptions, StoreState } from './store'