ternjs / tern

A JavaScript code analyzer for deep, cross-editor language support
https://ternjs.net/
MIT License
4.25k stars 378 forks source link

es6 class arrow function method TypeError #1036

Open iahu opened 4 years ago

iahu commented 4 years ago
class Demo extends React.Component {
  handleClick = e => {
    t|   // cursor is here
  }
}

whenever i typing in a array function style method there are a error dialog, said: TypeError: this.proto.gatherProperties is not a function