Skip to content

Commit b672b81

Browse files
committed
Add compiler exports to index.ts
1 parent 5294aa0 commit b672b81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import * as JVM from './jvm'
22
import { typeCheck } from './types'
3+
import { compile, compileFromSource} from './compiler'
34

4-
export { JVM, typeCheck }
5+
export { JVM, typeCheck, compile, compileFromSource }

0 commit comments

Comments
 (0)