浏览代码

chore: remove useless type [ci skip]

Evan You 6 年之前
父节点
当前提交
afdca88bf3
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      packages/compiler-sfc/src/templateUtils.ts

+ 0 - 10
packages/compiler-sfc/src/templateUtils.ts

@@ -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.