chore: organize file structure

This commit is contained in:
Evan You
2019-09-16 15:11:45 -04:00
parent 1c8f5b612a
commit 16fa44bd57
6 changed files with 97 additions and 97 deletions

View File

@@ -1,3 +1,3 @@
export { parse } from './parser'
export * from './ast'
export * from './errorTypes'
export * from './parserErrorTypes'