plantain-00 / type-coverage

A CLI tool to check type coverage for typescript code
MIT License
1.2k stars 43 forks source link

Auto-accessor have the warning unhandled node kind: 129 #135

Closed anthony-redFox closed 3 months ago

anthony-redFox commented 3 months ago

Version(if relevant): 2.27.1

Environment(if relevant):

TypeScript 4.9+

Code(if relevant):

import { property } from '@lit/reactive-element/decorators';

class MyElement extends LitElement {
  @property()
  accessor bar = 'Default';
}

Expected: No warning

Actual:

warning: unhandled node kind: 129 on line with accessor property