Skip to content

Commit 4060070

Browse files
committed
feat: support attr inherit (baidu#171)
* feat: support attr inherit * feat: support attr inherit
1 parent dbd203d commit 4060070

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ast/ts-ast-util.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
*/
66
import {
77
Node, MethodDeclaration, ShorthandPropertyAssignment, PropertyAssignment, ImportDeclaration, ClassDeclaration,
8-
SourceFile, ObjectLiteralExpression
8+
SourceFile, ObjectLiteralExpression, PropertyDeclaration, SyntaxKind, TypeGuards
99
} from 'ts-morph'
10-
import { TypeGuards, SyntaxKind, PropertyDeclaration, ts } from 'ts-morph'
1110
import { TagName } from '../models/component-info'
1211
import { componentID, ComponentReference } from '../models/component-reference'
1312
import { strongParseSanSourceFileOptions } from '../compilers/renderer-options'

0 commit comments

Comments
 (0)