plantain-00/type-coverage

Auto-accessor have the warning unhandled node kind: 129

Closed this issue · 0 comments

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