We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd203d commit 4060070Copy full SHA for 4060070
src/ast/ts-ast-util.ts
@@ -5,9 +5,8 @@
5
*/
6
import {
7
Node, MethodDeclaration, ShorthandPropertyAssignment, PropertyAssignment, ImportDeclaration, ClassDeclaration,
8
- SourceFile, ObjectLiteralExpression
+ SourceFile, ObjectLiteralExpression, PropertyDeclaration, SyntaxKind, TypeGuards
9
} from 'ts-morph'
10
-import { TypeGuards, SyntaxKind, PropertyDeclaration, ts } from 'ts-morph'
11
import { TagName } from '../models/component-info'
12
import { componentID, ComponentReference } from '../models/component-reference'
13
import { strongParseSanSourceFileOptions } from '../compilers/renderer-options'
0 commit comments