|
|
@@ -4,7 +4,6 @@ export { compileTemplate } from './compileTemplate'
|
|
|
export { compileStyle, compileStyleAsync } from './compileStyle'
|
|
|
export { compileScript } from './compileScript'
|
|
|
export { rewriteDefault } from './rewriteDefault'
|
|
|
-export { generateCodeFrame } from '@vue/compiler-core'
|
|
|
export {
|
|
|
shouldTransform as shouldTransformRef,
|
|
|
transform as transformRef,
|
|
|
@@ -16,6 +15,13 @@ export { parse as babelParse } from '@babel/parser'
|
|
|
import MagicString from 'magic-string'
|
|
|
export { MagicString }
|
|
|
export { walk } from 'estree-walker'
|
|
|
+export {
|
|
|
+ generateCodeFrame,
|
|
|
+ walkIdentifiers,
|
|
|
+ extractIdentifiers,
|
|
|
+ isInDestructureAssignment,
|
|
|
+ isStaticProperty
|
|
|
+} from '@vue/compiler-core'
|
|
|
|
|
|
// Types
|
|
|
export {
|