]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove useless type [ci skip]
authorEvan You <yyx990803@gmail.com>
Thu, 7 Nov 2019 03:35:56 +0000 (22:35 -0500)
committerEvan You <yyx990803@gmail.com>
Thu, 7 Nov 2019 03:35:56 +0000 (22:35 -0500)
packages/compiler-sfc/src/templateUtils.ts

index afd14624b26001052e1b61384ca4bb394a4995ec..1ebb28946dec1d9ce66da970031633afefd961c3 100644 (file)
@@ -1,13 +1,3 @@
-export interface Attr {
-  name: string
-  value: string
-}
-
-export interface ASTNode {
-  tag: string
-  attrs: Attr[]
-}
-
 import { UrlWithStringQuery, parse as uriParse } from 'url'
 
 // TODO use imports instead.