We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81831b commit fa35e22Copy full SHA for fa35e22
packages/visitor-keys/src/visitor-keys.ts
@@ -50,7 +50,7 @@ const additionalKeys: AdditionalKeys = {
50
ObjectPattern: ['decorators', 'properties', 'typeAnnotation'],
51
RestElement: ['decorators', 'argument', 'typeAnnotation'],
52
TaggedTemplateExpression: ['tag', 'typeParameters', 'quasi'],
53
- StaticBlock: [],
+ StaticBlock: ['body'],
54
55
// JSX
56
JSXOpeningElement: ['name', 'typeParameters', 'attributes'],
0 commit comments