Skip to content

Commit

Permalink
feat: export compileFile (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Evan You <yyx990803@gmail.com>
  • Loading branch information
sxzz and yyx990803 authored Jan 20, 2022
1 parent 147397b commit 60db549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 60db549

Please sign in to comment.