Skip to content

Commit

Permalink
feat: support attr inherit (#171)
Browse files Browse the repository at this point in the history
* feat: support attr inherit

* feat: support attr inherit
  • Loading branch information
wunci authored Jan 21, 2024
1 parent 221c90b commit 5ddd882
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions src/ast/ts-ast-util.ts
Original file line number Diff line number Diff line change
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 5ddd882

Please sign in to comment.