Open
Description
Suggestion
From #5926 (comment):
I'm confused why codecov thinks this isn't covered by tests. I can debug it locally to see the
TSAbstractAccessorProperty
andAccessorProperty
cases being hit. Though, sourcemaps seem to not be working - maybe that's the issue?![]()
Steps to reproduce:
- Add a breakpoint in
packages/typescript-estree/src/convert.ts
- Open a JavaScript Debug Terminal
cd packages/ast-spec
yarn jest fixtures
The breakpoint will switch to convert.js
.