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.
1 parent 147397b commit 60db549Copy full SHA for 60db549
src/index.ts
@@ -1,3 +1,4 @@
1
export { default as Repl } from './Repl.vue'
2
export { ReplStore, File } from './store'
3
+export { compileFile } from './transform'
4
export type { Store, SFCOptions, StoreState } from './store'
0 commit comments