feat(compiler): v-text transform + move dom-specific errros codes to compiler-dom
This commit is contained in:
@@ -87,5 +87,10 @@ export {
|
||||
CodegenContext,
|
||||
CodegenResult
|
||||
} from './codegen'
|
||||
export { ErrorCodes, CompilerError, createCompilerError } from './errors'
|
||||
export {
|
||||
ErrorCodes,
|
||||
CoreCompilerError,
|
||||
CompilerError,
|
||||
createCompilerError
|
||||
} from './errors'
|
||||
export * from './ast'
|
||||
|
||||
Reference in New Issue
Block a user