Skip to content

Commit

Permalink
feat(visitor-keys): support TSInstantiationExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed May 18, 2022
1 parent 59da647 commit a165519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/visitor-keys/src/visitor-keys.ts
Expand Up @@ -100,6 +100,7 @@ const additionalKeys: AdditionalKeys = {
TSIndexedAccessType: ['indexType', 'objectType'],
TSIndexSignature: ['parameters', 'typeAnnotation'],
TSInferType: ['typeParameter'],
TSInstantiationExpression: ['expression', 'typeParameters'],
TSInterfaceBody: ['body'],
TSInterfaceDeclaration: ['id', 'typeParameters', 'extends', 'body'],
TSInterfaceHeritage: ['expression', 'typeParameters'],
Expand Down

0 comments on commit a165519

Please sign in to comment.