Skip to content

Commit

Permalink
wip: expose generateCodeFrame in compiler-sfc
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 14, 2022
1 parent 2bb3659 commit 4cb2b7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler-sfc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export { parse } from './parse'
export { compileTemplate } from './compileTemplate'
export { compileStyle, compileStyleAsync } from './compileStyle'
export { compileScript } from './compileScript'
export { generateCodeFrame } from 'compiler/codeframe'

// types
export { SFCBlock, SFCCustomBlock, SFCDescriptor } from './parseComponent'
Expand Down

0 comments on commit 4cb2b7b

Please sign in to comment.