]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
types(compiler-sfc): export additional types
authorEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 03:42:50 +0000 (11:42 +0800)
committerEvan You <yyx990803@gmail.com>
Sun, 12 Dec 2021 03:44:23 +0000 (11:44 +0800)
packages/compiler-sfc/src/index.ts

index 245aa461901598b7f26982be38a3de33fadd8a56..bf89c5de45464562c9c2e128fca940c89817847c 100644 (file)
@@ -33,7 +33,8 @@ export {
   SFCBlock,
   SFCTemplateBlock,
   SFCScriptBlock,
-  SFCStyleBlock
+  SFCStyleBlock,
+  SFCParseResult
 } from './parse'
 export {
   TemplateCompiler,
@@ -46,6 +47,7 @@ export {
   SFCStyleCompileResults
 } from './compileStyle'
 export { SFCScriptCompileOptions } from './compileScript'
+export { AssetURLOptions, AssetURLTagConfig } from './templateTransformAssetUrl'
 export {
   CompilerOptions,
   CompilerError,