Open
Description
Line number selection relies on parsing the test file. This only supports JS syntax:
ava/lib/worker/line-numbers.js
Lines 9 to 18 in ac0d75d
Acorn has a plugin for JSX. If we want to use that we need to decide whether to add it to AVA's dependencies or how else we register it.
There is no plugin for TypeScript. We'd have to work out a solution so that line number selection can work without using @ava/typescript
. See #3064 for making it work with @ava/typescript
.