Skip to content

Commit

Permalink
feat: support attr inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
wunci committed Jan 20, 2024
1 parent c280f71 commit eef209c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ast/ts-ast-util.ts
Expand Up @@ -5,9 +5,8 @@
*/
import {
Node, MethodDeclaration, ShorthandPropertyAssignment, PropertyAssignment, ImportDeclaration, ClassDeclaration,
SourceFile, ObjectLiteralExpression
SourceFile, ObjectLiteralExpression, PropertyDeclaration, SyntaxKind, TypeGuards
} from 'ts-morph'
import { TypeGuards, SyntaxKind, PropertyDeclaration, ts } from 'ts-morph'
import { TagName } from '../models/component-info'
import { componentID, ComponentReference } from '../models/component-reference'
import { strongParseSanSourceFileOptions } from '../compilers/renderer-options'
Expand Down

0 comments on commit eef209c

Please sign in to comment.