فهرست منبع

style(compiler-sfc): tweak api and types export (#1976)

meteorlxy 5 سال پیش
والد
کامیت
bc64c60c7e
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/compiler-sfc/src/index.ts

+ 2 - 2
packages/compiler-sfc/src/index.ts

@@ -4,6 +4,7 @@ export { compileTemplate } from './compileTemplate'
 export { compileStyle, compileStyleAsync } from './compileStyle'
 export { compileScript, analyzeScriptBindings } from './compileScript'
 export { rewriteDefault } from './rewriteDefault'
+export { generateCodeFrame } from '@vue/compiler-core'
 
 // Types
 export {
@@ -28,6 +29,5 @@ export { SFCScriptCompileOptions } from './compileScript'
 export {
   CompilerOptions,
   CompilerError,
-  BindingMetadata,
-  generateCodeFrame
+  BindingMetadata
 } from '@vue/compiler-core'