refactor: move dom-specific options to compiler-dom

This commit is contained in:
Evan You
2019-09-17 11:07:46 -04:00
parent 5849f42ae1
commit 6c14b409ca
10 changed files with 561 additions and 526 deletions

View File

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