Skip to content

Commit bc64c60

Browse files
authored
style(compiler-sfc): tweak api and types export (vuejs#1976)
1 parent d0cc4b3 commit bc64c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-sfc/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export { compileTemplate } from './compileTemplate'
44
export { compileStyle, compileStyleAsync } from './compileStyle'
55
export { compileScript, analyzeScriptBindings } from './compileScript'
66
export { rewriteDefault } from './rewriteDefault'
7+
export { generateCodeFrame } from '@vue/compiler-core'
78

89
// Types
910
export {
@@ -28,6 +29,5 @@ export { SFCScriptCompileOptions } from './compileScript'
2829
export {
2930
CompilerOptions,
3031
CompilerError,
31-
BindingMetadata,
32-
generateCodeFrame
32+
BindingMetadata
3333
} from '@vue/compiler-core'

0 commit comments

Comments
 (0)