refactor: move codeframe to @vue/shared

This commit is contained in:
Evan You
2019-11-06 15:13:15 -05:00
parent d9c6ff372c
commit acbbe3298c
6 changed files with 5 additions and 8 deletions

View File

@@ -23,14 +23,11 @@ import {
isObject,
NO,
makeMap,
isPromise
isPromise,
generateCodeFrame
} from '@vue/shared'
import { SuspenseBoundary } from './components/Suspense'
import {
CompilerError,
CompilerOptions,
generateCodeFrame
} from '@vue/compiler-dom'
import { CompilerError, CompilerOptions } from '@vue/compiler-core'
export type Data = { [key: string]: unknown }