wrong line numbers in the output
trusktr opened this issue · 1 comments
trusktr commented
What version of TypeScript are you using?
2.9.1
What version of typescript-eslint-parser are you using?
17.0.1
What code were you trying to parse?
Doesn't really matter
What did you expect to happen?
correct line numbers
What happened?
wrong line numbers in all output
Not sure which repo is responsible, but I think probably this one. This is the ts plugin issue: bradzacher/eslint-plugin-typescript#147
trusktr commented
Nvm, it was pointing to small one-line arrow functions inside a method body, which I overlooked, so it is correct.