Skip to content

Commit 4cb2b7b

Browse files
committed
wip: expose generateCodeFrame in compiler-sfc
1 parent 2bb3659 commit 4cb2b7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: packages/compiler-sfc/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ export { parse } from './parse'
33
export { compileTemplate } from './compileTemplate'
44
export { compileStyle, compileStyleAsync } from './compileStyle'
55
export { compileScript } from './compileScript'
6+
export { generateCodeFrame } from 'compiler/codeframe'
67

78
// types
89
export { SFCBlock, SFCCustomBlock, SFCDescriptor } from './parseComponent'

0 commit comments

Comments
 (0)