You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: